Frage 1
Frage
What is the proper syntax for s.products?
Antworten
-
"Category;Product;Qty;TotalPrice;Incrementor;Merchandising"
-
"Category;Qty;Product;TotalPrice;Incrementor;Merchandising"
-
"Category;Product;Qty;Merchandising;TotalPrice;Incrementor"
-
"Product;Category;Qty;Incrementor;TotalPrice;Merchandising"
Frage 2
Frage
What is the category limit?
Antworten
-
100 bytes
-
50 bytes
-
75 bytes
-
256 bytes
Frage 3
Frage
Product delimiter is
Frage 4
Frage
Category is generally used
Frage 5
Frage
Which of the following are product events?
Antworten
-
prodView
-
scAdd
-
scCheckout
-
scOpen
-
scView
-
scReview
-
purchase
-
cartCount
-
scPurchase
Frage 6
Frage
What is the unique value limit?
Antworten
-
500,000
-
20,000
-
1,000,000
-
750,000
Frage 7
Frage
It is best practice to set the prodView metric during eCommerce situations.
Frage 8
Frage
What are types of variables used in SC?
Antworten
-
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
Frage 9
Frage
s.purchaseID variable is used to keep an order from being counted twice by siteCatalyst
Frage 10
Frage
s.products makes it possible to tie offline data to online transactions. It must be enabled by clientCare
Frage 11
Frage
How do you delimit multiple events and/or merchandising eVars?
Frage 12
Frage
What's the character limit for image requests
Antworten
-
2083 bytes
-
128 bytes
-
255 bytes
-
100 bytes
Frage 13
Frage
What's the character limit for IE urls?
Antworten
-
2083 bytes
-
128 bytes
-
255 bytes
-
100 bytes
Frage 14
Frage
What's the character limit for list variables?
Antworten
-
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
Frage 15
Frage
What is the character limit for tracking codes and all eVars?
Antworten
-
255 bytes
-
2083 bytes
-
128 bytes
-
100 bytes
Frage 16
Frage
What is the character limit for url and referrers?
Antworten
-
255 bytes
-
100 bytes
-
128 bytes
-
2083 bytes
Frage 17
Frage
What is the character limit for s.hier?
Antworten
-
255 bytes
-
100 bytes
-
128 bytes
-
2083 bytes
Frage 18
Frage
What is the character limit for s.pageName and all s.props?
Antworten
-
100 bytes
-
255 bytes
-
2083 bytes
-
128 bytes
Frage 19
Frage
What is the character limit for s.server?
Antworten
-
100 bytes
-
2083 bytes
-
255 bytes
-
128 bytes
Frage 20
Frage
What is the character limit for s.category & s.product?
Antworten
-
100 bytes
-
255 bytes
-
2083 bytes
-
128 bytes
Frage 21
Frage
What is the character limit for s.transactionID?
Antworten
-
100 bytes
-
2083 bytes
-
128 bytes
-
255 bytes
Frage 22
Frage
What is the character limit for s.state & s.zip?
Antworten
-
255 bytes
-
20 bytes
-
100 bytes
-
50 bytes
Frage 23
Frage
What is the character limit for event serial number?
Antworten
-
20 bytes
-
50 bytes
-
100 bytes
-
255 bytes
Frage 24
Frage
What is the character limit for s.purchaseID?
Antworten
-
20 bytes
-
50 bytes
-
100 bytes
-
255 bytes
Frage 25
Frage
What is the character limit for s.products & s.events
Antworten
-
50 bytes
-
100 bytes
-
255 bytes
-
none
Frage 26
Frage
State and Zip variables are similar to evars in that they capture events, except
Frage 27
Frage 28
Frage 29
Frage
You can correlate without additional setup with any traffic variables
Frage 30
Frage
All conversion variables can subrelate with all other conversion variables, while admin setup is required to subrelate with traffic variables.
Frage 31
Frage
Full subrelations allow the conversion variable to breakdown any other conversion variable
Frage 32
Frage
Basic subrelations can breakdown against anything with full subrelations or basic subrelations
Frage 33
Frage
Subrelations are used to understand the relationship between two or more custom traffic variables or other system variables.
Frage 34
Frage
Correlations come in the following sizes
Frage 35
Frage
Correlations groups with more than <X> unique combinations of values cannot be correlated within the real time interface. What is X?
Antworten
-
500,000
-
100,000
-
255,000
-
1,000,000
Frage 36
Antworten
-
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.
Frage 37
Frage
What parts of the s object do you need to use with custom link tracking for events and variables?
Antworten
-
s.linkTrackVars
-
s.linkTrackEvents
-
s.events
-
s.eVars / s.props
-
s.products
-
s.pageName
Frage 38
Frage
Events must be listed in s.linkTrackVars for events to capture correctly.
Frage 39
Frage
What do you set to true to enable automatic exit link tracking?
Antworten
-
s.trackExternalLinks
-
s.linkTrackVars
-
s.linkTrackEvents
-
s.autoLinkTrack
Frage 40
Frage
What do you set to true to enable automatic download link tracking, along with s.linkDownloadFileTypes?
Frage 41
Frage
What do you use to set the file extension types you are interested in tracking. Ex: 'exe,zip,wav.mp3,mov,mpg,avi';
Antworten
-
s.linkDownloadFileTypes
-
s.linkDownloadTypes
-
s.linkFileTypes
-
s.linkDownloadFiles
Frage 42
Frage
What do you set to true to leave in the url query string for reporting (default value is false)?
Antworten
-
s.linkLeaveQueryString
-
s.linkQueryString
-
s.linkDefaultQueryString
-
s.linkLeaveQueryStrings
Frage 43
Frage
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'
Antworten
-
s.linkInternalFilters
-
s.linkInternalLinks
-
s.linkCaptureLinks
-
s.linkSetInternal
Frage 44
Frage
What do you set on custom link tracking calls to determine which variables you want to capture. Ex: 'prop1,eVar1,events'
Antworten
-
s.linkTrackVars
-
s.linkTrackEVars
-
s.linkVarTrack
-
s.linkEVarTrack
Frage 45
Frage
What do you set on custom link tracking calls to determine which events you want to capture. Ex: 'event1'
Antworten
-
s.linkTrackEvents
-
s.linkTrackEvent
-
s.eventTrackLink
-
s.eventTrackLinks
Frage 46
Frage
What is used to determine which links you do want to track as exits. Ex: 'site1.com,site2.com'
Antworten
-
s.linkExternalFilters
-
s.linkExternalViews
-
s.linkFilterViews
-
s.linkExternalLinks
Frage 47
Frage
What do you set to true to enable clickmap tracking?
Antworten
-
s.linkClickMap
-
s.trackClickMap
-
s.trackInlineStats
-
s.trackInlineClick
Frage 48
Frage
What method do you invoke to make a custom link tracking call?
Antworten
-
s.tl()
-
s.send()
-
s.custom()
-
s.track()
Frage 49
Frage
What do you use if you want to manually choose the report suite for the custom link call?
Frage 50
Frage
What does the second parameter in the s.tl() method determine?
Antworten
-
What type of link it is
-
Cookie expiration length
-
Report suite ID