What is the proper syntax for s.products?
"Category;Product;Qty;TotalPrice;Incrementor;Merchandising"
"Category;Qty;Product;TotalPrice;Incrementor;Merchandising"
"Category;Product;Qty;Merchandising;TotalPrice;Incrementor"
"Product;Category;Qty;Incrementor;TotalPrice;Merchandising"
What is the category limit?
100 bytes
50 bytes
75 bytes
256 bytes
Product delimiter is
,
|
;
:
Category is generally used
Which of the following are product events?
prodView
scAdd
scCheckout
scOpen
scView
scReview
purchase
cartCount
scPurchase
What is the unique value limit?
500,000
20,000
1,000,000
750,000
It is best practice to set the prodView metric during eCommerce situations.
What are types of variables used in SC?
purchase variables, s.events, s.products, s.purchaseID, s.state, s.zip, s.transactionID
purchase variables, s.events, s.purchases, s.purchaseID, s.state, s.zip, s.transactionID
purchase variables, s.events, s.purchases, s.purchaseID, s.views, s.zip, s.transactionID
s.purchaseID variable is used to keep an order from being counted twice by siteCatalyst
s.products makes it possible to tie offline data to online transactions. It must be enabled by clientCare
How do you delimit multiple events and/or merchandising eVars?
What's the character limit for image requests
2083 bytes
128 bytes
255 bytes
What's the character limit for IE urls?
What's the character limit for list variables?
List variables don't have an overall byte limit, but do have a limit per delimited field of 255 bytes
List variables don't have an overall byte limit, but do have a limit per delimited field of 2083 bytes
List variables don't have an overall byte limit, but do have a limit per delimited field of 100 bytes
List variables don't have an overall byte limit, but do have a limit per delimited field of 128 bytes
What is the character limit for tracking codes and all eVars?
What is the character limit for url and referrers?
What is the character limit for s.hier?
What is the character limit for s.pageName and all s.props?
What is the character limit for s.server?
What is the character limit for s.category & s.product?
What is the character limit for s.transactionID?
What is the character limit for s.state & s.zip?
20 bytes
What is the character limit for event serial number?
What is the character limit for s.purchaseID?
What is the character limit for s.products & s.events
none
State and Zip variables are similar to evars in that they capture events, except
They don't persist
They persist per session
The persist per unique visitor
They are set automatically
s.props can be
Correlated
Subrelated
Correlated and subrelated
s.eVars can be
You can correlate without additional setup with any traffic variables
All conversion variables can subrelate with all other conversion variables, while admin setup is required to subrelate with traffic variables.
Full subrelations allow the conversion variable to breakdown any other conversion variable
Basic subrelations can breakdown against anything with full subrelations or basic subrelations
Subrelations are used to understand the relationship between two or more custom traffic variables or other system variables.
Correlations come in the following sizes
2
3
5
10
20
Correlations groups with more than <X> unique combinations of values cannot be correlated within the real time interface. What is X?
100,000
255,000
Subrelations are
data relationships that allow one variable to be broken down by another, including, campaigns, products, conversion variables and finding methods.
data relationships that allow multiple variables to be broken down by others, including, campaigns, products, conversion variables and finding methods.
What parts of the s object do you need to use with custom link tracking for events and variables?
s.linkTrackVars
s.linkTrackEvents
s.events
s.eVars / s.props
s.products
s.pageName
Events must be listed in s.linkTrackVars for events to capture correctly.
What do you set to true to enable automatic exit link tracking?
s.trackExternalLinks
s.autoLinkTrack
What do you set to true to enable automatic download link tracking, along with s.linkDownloadFileTypes?
s.trackDownloadLinks
s.trackLinks
s.autoDownloadLinks
s.autoLinkDownloadFileTypes
What do you use to set the file extension types you are interested in tracking. Ex: 'exe,zip,wav.mp3,mov,mpg,avi';
s.linkDownloadFileTypes
s.linkDownloadTypes
s.linkFileTypes
s.linkDownloadFiles
What do you set to true to leave in the url query string for reporting (default value is false)?
s.linkLeaveQueryString
s.linkQueryString
s.linkDefaultQueryString
s.linkLeaveQueryStrings
What do you set as a string coma delimited list of domains you want considered internal, therefor not capturing exit links. Ex: 'javascript:,mysite.com,othersite.com'
s.linkInternalFilters
s.linkInternalLinks
s.linkCaptureLinks
s.linkSetInternal
What do you set on custom link tracking calls to determine which variables you want to capture. Ex: 'prop1,eVar1,events'
s.linkTrackEVars
s.linkVarTrack
s.linkEVarTrack
What do you set on custom link tracking calls to determine which events you want to capture. Ex: 'event1'
s.linkTrackEvent
s.eventTrackLink
s.eventTrackLinks
What is used to determine which links you do want to track as exits. Ex: 'site1.com,site2.com'
s.linkExternalFilters
s.linkExternalViews
s.linkFilterViews
s.linkExternalLinks
What do you set to true to enable clickmap tracking?
s.linkClickMap
s.trackClickMap
s.trackInlineStats
s.trackInlineClick
What method do you invoke to make a custom link tracking call?
s.tl()
s.send()
s.custom()
s.track()
What do you use if you want to manually choose the report suite for the custom link call?
s=s_gi('report suite')
s=s_suite('report suite')
s=s_rs('report suite')
What does the second parameter in the s.tl() method determine?
What type of link it is
Cookie expiration length
Report suite ID