Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

drewanalytics
drewanalytics
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by drewanalytics
Customize the badges you want to showcase on your profile
I need some help on figuring out how SiteCatalyst collects data about Client-side "Login" data. - Adobe Experience Cloud 15-10-2015
I need some help on figuring out how SiteCatalyst collects data about Client-side "Login" data. Does it get the data from user cookies or is there additional coding that needs to take place. Here is what I have uploaded to our HTML:var sTagEnvCookie = readCookie('s_tagEnv')var environment = 'prod';if(sTagEnvCookie == 'dev') {environment = 'dev';}var webData = {siteCode:"CLNStore",pageName:pageName,pageType:"",contentType:contentType,contentCode:contentCode,siteSection:siteSection,site:"CLNStore"...

Views

128

Likes

0

Replies

0
Re: I need some help on figuring out how SiteCatalyst collects data about Client-side "Login" data. - Adobe Analytics 15-10-2015
Hi Dhru,The cookie (s_tagEnv) mentioned in your code snippet is of Adobe Tag Manager(ATM) which is used ONLY to identify the environment of the Tag Container to be used (dev/stage/prod). It is primarily used to identify and access the appropriate Tag Container.The latter half of the code snippet is certainly just a Data Layer and the element defined in the Data Layer alone will not do any good to identify User Login status. One has to write a code to identify and store user status in this data l...

Views

92

Likes

0

Replies

0
Re: Question about coding - Adobe Analytics 15-10-2015
Drew, It depends on the website structure you've got. I'd recommend that you fill in s.pgeName and s.channel as they will be useful in the reporting later on. I'd recommend you take a look at the definitions of these and take a call on if you'd want to populate them: s.pageName : http://microsite.omniture.com/t2/help/en_US/sc/implement/pageName.htmls.Server : http://microsite.omniture.com/t2/help/en_US/sc/implement/server.htmls.channel : http://microsite.omniture.com/t2/help/en_US/sc/implement/c...

Views

154

Likes

0

Replies

0