Adobe Cert Training 103

Description

Prep for Adobe Site Catalyst exams
Adam Schnaare
Quiz by Adam Schnaare, updated more than 1 year ago More Less
Adam Schnaare
Created by Adam Schnaare almost 9 years ago
Adam Schnaare
Copied by Adam Schnaare almost 9 years ago
Adam Schnaare
Copied by Adam Schnaare almost 9 years ago
13
0

Resource summary

Question 1

Question
What parameters does s.getQueryParam() accept?
Answer
  • ('parameters','delimiter','search location')
  • ('term','list','increment')
  • ('term','delimiter','increment')

Question 2

Question
In referring to the getQueryParam plugin, the parameter argument can contain a comma delimited list if there is more than one param you are looking for
Answer
  • True
  • False

Question 3

Question
s.getValOnce() is generally used to:
Answer
  • Prevent a variable from being set again using the previously defined value
  • Ping the server only once for the needed parameter
  • Limit input on selected control to only once per session (or session length)

Question 4

Question
What are the possible parameters for s.getValOnce()?
Answer
  • s.getValOnce('variable','cookie')
  • s.getValOnce('variable','cookie','expiration','minute')
  • s.getValOnce('selector','cookie')
  • s.getValOnce('cookie','value','expiration')

Question 5

Question
Form analysis plugin is used to track use of the forms on your site.
Answer
  • True
  • False

Question 6

Question
Form analysis setup goes through Adobe consulting and requires more than the other plugins.
Answer
  • True
  • False

Question 7

Question
What do you need to enable the Form Analysis plugin?
Answer
  • Add Form Analysis plugin to your library
  • Contact Adobe
  • add a call in doPlugins (s.setupFormAnalysis();)
  • Complete a configuration setup to determine what is tracked.

Question 8

Question
getTimeParting is used to capture:
Answer
  • the hour, day, week that someone visits your site
  • the hour, day, week that someone departs your site

Question 9

Question
The getTimeParting plugin accepts what 2 arguments?
Answer
  • ('time type','time zone')
  • ('time of day','time zone')
  • ('time of visit','time zone')

Question 10

Question
getPreviousValue is used to
Answer
  • Capture the previous value used for a specified variable
  • Capture the previous value input by the user
  • Capture the previous value in a given cookie

Question 11

Question
What three arguments are accepted by getPreviousValue()?
Answer
  • ('variable','cookie','event')
  • ('cookie','variable','event')
  • ('event','cookie','variable')

Question 12

Question
For the plugin getPreviousValue('variable','cookie','event'), 'event' is a trigger on when the value should be stored in a cookie.
Answer
  • True
  • False

Question 13

Question
For getPreviousValue('variable','cookie','event'), 'variable' is a variable who's previous value you want to collect.
Answer
  • True
  • False

Question 14

Question
For the plugin getPreviousValue('variable','cookie','event'), 'cookie' is the cookie the value is stored in.
Answer
  • True
  • False

Question 15

Question
getNewRepeat() is used to:
Answer
  • Determine type of a visitor, now or repeat
  • Capture new or repeat data in a form field
  • Eliminate duplicate beacon requests for a particular variable

Question 16

Question
Which arguments does getNewRepeat() accept?
Answer
  • ('number of days cookie should last','cookie name')
  • ('cookie type','cookie name')
  • ('variable name','cookie type')

Question 17

Question
What is the default cookie expiration length for getNewRepeat()? (if first argument is ommitted)
Answer
  • 30 days
  • Session length
  • unlimited
  • 7 days

Question 18

Question
The main reason to use dynamic variables is
Answer
  • To reduce image request size
  • Help pathing
  • Decrease pageload time

Question 19

Question
How many list variables are available to you to use?
Answer
  • 3
  • 0
  • 1
  • 2

Question 20

Question
You cannot tie conversion metrics to values in list variables
Answer
  • True
  • False

Question 21

Question
The name pages tool allows you to manage names of all your pages
Answer
  • True
  • False

Question 22

Question
The name pages tool takes values from the URL of the page.
Answer
  • True
  • False

Question 23

Question
When using the page name tool, if two values are updated to have the same name, aggregates will only go back one month.
Answer
  • True
  • False

Question 24

Question
Classifications use the value assigned in s.pageName, but SAINT exports use the update name from the tool.
Answer
  • True
  • False

Question 25

Question
If no pageName is listed, the URL is the default pageName
Answer
  • True
  • False

Question 26

Question
s_account, charSet, currencyCode, cookieDomainPeriods, fpCookieDomainPeriods, cookieLifetime, dynamicAccountSelection, dynamicAccountList, dynamicAccountMatch are examples of what?
Answer
  • Config variables
  • eVars
  • props
  • Automation scripts

Question 27

Question
What values are set directly by the browser?
Answer
  • IP address, domain, user-agent string, language, cookies
  • IP address, domain, user-agent string, language, locale
  • IP address, url, user-agent string, language, locale

Question 28

Question
Adobe recommends that the number of unique pageNames values be kept within a monthly threshold of:
Answer
  • 250,000 names
  • 500,000 names
  • 125,000 names
  • 1,000,000 names

Question 29

Question
Adobe provides ways to use either 3rd party or 1st party cookies.
Answer
  • True
  • False

Question 30

Question
A referrer is a domain or URL used outside of your defined domain to access your site.
Answer
  • True
  • False

Question 31

Question
Redirects point your browser to a new location without user interaction
Answer
  • True
  • False

Question 32

Question
A very conventional pageName naming strategy would be
Answer
  • Hierarchical
  • Flat
  • Ultra ambiguous

Question 33

Question
Highest # of categories that can be placed into a hier variable
Answer
  • 98
  • 100
  • 200
  • 75

Question 34

Question
When load balancing, the code should be placed on:
Answer
  • Same location on both servers
  • Same location on the nearest server
  • Doesn't matter

Question 35

Question
Geosegmentation is only available for props
Answer
  • True
  • False

Question 36

Question
s.dynamicAccountSelection = 'true' is used to:
Answer
  • enable dynamic account selections
  • enable dynamic variables

Question 37

Question
s.dynamicAccountList uses a key/value pair of report suites (coma delimited) and domains, the list is semicolon delimited.
Answer
  • True
  • False

Question 38

Question
What's used when using a FPC implementation?
Answer
  • s.trackingServer and s.trackingServerSecure
  • s.server and s.trackingServerSecure
  • s.server and s.serverLinkTrack

Question 39

Question
How do you add a product to a cart?
Answer
  • s.products = 'category;product'
  • s.events = 'scAdd'
  • s.events = 'product'
  • s.products = 'add'

Question 40

Question
What is the proper syntax of setting campaign to a value in the query string using AppMeasurement?
Answer
  • s.campaign = s.Util.getQueryParam('cid');
  • s.campaign = s.getQueryParam('cid');

Question 41

Question
If you have an eVar set on the page, in the configuration and in s_doPlugins which value will end up in reporting?
Answer
  • s_doPlugins
  • configuration

Question 42

Question
Which libraries don't rely on javaScript?
Answer
  • PHP
  • Android
  • Java
  • iOS

Question 43

Question
When does a rollup report suite process?
Answer
  • Once every 24hrs
  • Once every 12hrs
  • Once every 4hrs
Show full summary Hide full summary

Similar

ICT SYMBOLS QUIZ
John O'Driscoll
Edexcel GCSE Design and Technology: Graphic Products KEY DEFINITIONS
I Turner
Remind Connected Educators Quiz
Remind
Adobe InDesign
Nicole Gentle
What is a Built Environment?
ClareArmstrong
Cradle To Grave
ClareArmstrong
Glossary Of Terms - Built Environment
ClareArmstrong
plastics/polymers tech
maebhy wavy
Animatronics
Izzy Connolly
Adobe Premiere CC 101 Quiz
kristiangabriel
PRO Expo AV & Lighting Quiz
PROExpo