adobe-analytics

analytics script is not sending data from shadow DOM

六眼飞鱼酱① 提交于 2020-01-14 10:38:33
问题 We are working on tracking a site which has components built using Shadow DOM concepts, when we are creating a rule in launch to add tagging to these components it’s not working. Can you guide us with best practice on tagging components in Shadow DOM? I found unanswered questions about google analytics Google analytics inside shadow DOM doesn't work is this true for adobe analytics also? 回答1: Best Practice Firstly, the spirit of using Shadow DOM concepts is to provide scope/closure for web

How to track video milestones in brightcove html5 player using adobe DTM?

早过忘川 提交于 2020-01-03 04:50:09
问题 I have a query regarding how to track milestones(Video) in brightcove player by using html 5. There is already predefined events available for PLAY, PAUSE, STOP, but for the tracking the milestones i am unable to track it via DTM. Below mentioned is the code,which i have written for PLAY & PAUSE - CODE - videojs('te-brightcove-trigger-video_html5_api').on('play',function(){ var myPlayer = this; console.log('play'); s.linkTrackVars='events,eVar21,prop21'; s.linkTrackEvents='event22'; s.eVar21

Looking for custom script in Adobe DTM data element?

只谈情不闲聊 提交于 2019-12-25 08:26:17
问题 I am trying to capture HTML text value in DTM. There is a article tag which has the detail of the card. Once the User clicks on the card, the name of card (h1) tag will be reported. Below mentioned my code snippet. <article class="mu-item"> <a href="#"> <div> <h1>This is a test text for tracking</h1> <p>This was the day when the South Stand at Old Trafford, the stadium where he played around half of his 758 matches for United, was officially renamed in his honour before his beloved Reds took

set up dtm and analytics on a new website

僤鯓⒐⒋嵵緔 提交于 2019-12-25 06:55:03
问题 I have a 3 page website. I want to know how many unique visitors visit each page of the website. That is how many unique visitors in page A, and from page how many reach page B and from page B how many reach page C. I am unable to determine or understand how the eVars and success events will be set in this scenario. Please help. 回答1: This can be accomplished quickly using the default path reports in Adobe Analytics. This "out of the box" report will show you a "fall out" of visitors who

Omniture - Is it possible to count number of clicks per special tagged link?

◇◆丶佛笑我妖孽 提交于 2019-12-25 00:07:20
问题 I'm trying to figure out is it possible to track number of clicks per special links via Omniture.js (s_code.js) . For example - Set of links should have something like tag_1 , others tag_2 etc.: <a href="#" data-tag="tag_1">Menu link 1</a> <a href="#" data-tag="tag_1">Menu link 2</a> <a href="#" data-tag="tag_1">Menu link 3</a> <div class="some-wrapper"> <a href="#" data-tag="tag_2">Some button</a> </div> On click I need to +1 for special tag, that's way counting number of clicks per

Can't seem to clear the s.events when I have a s.tl() call. how can I clear s.events out?

北战南征 提交于 2019-12-24 15:08:08
问题 Omniture Tracking Question: I have a module on my page that loads some third party information. When that module loads I call a "s.tl()" call. Unfortunetly, if I have clicked previuosly on a link or somesuch in the site then the s.events has a value in it. So, when the module loads... that 's.events' value gets sticky and then is passed when I call s.tl() when the module is loaded. Thus, dbl counted clicks and such. I NEED for that s.events to be empty when that module loads and I call the s

Can't read property 'ABD' of the undefined - Adobe Analytics Phonegap Plugin

情到浓时终转凉″ 提交于 2019-12-23 03:52:12
问题 Intending to Use the ADBPhoneGap Plugin to implement the Adobe Analytics in my mobile App. Following is the code , i am trying along with the basic configurations asked to do in the Link. The error i am getting is Can't read the Property 'ADB' of the Undefined. How to fix the issue. Also not able to figure out what and where to implement the 'Lifecycle Metrics Auto Tracking' mentioned in the above link. Can anyone help with the basic script for trackState or trackAction method , with

How cookies affect Varnish caching?

不羁的心 提交于 2019-12-21 19:56:42
问题 How does Varnish caching affect third-party cookies set by Omniture and first-party cookies set by Google Analytics? So far I've seen opposing opinions, some people say that because the tracking stats are created by JavaScript (which is true), that stripping these Cookies from the request won't affect GA or Omniture. However here they are saying that these softwares set various cookies to track recurring visitors, and so stripping these cookies from the request would essentially count every

When and how to use s.clearVars in Omniture?

为君一笑 提交于 2019-12-17 16:55:23
问题 I am trying to understand where in DTM can I use s.clearVars? do I place it under "custom page code" under Global config or under Rules "custom page code"? Also what are the downside to clear all the variables? am I also going to clear built-in Omniture variables (e.g. Campaign ID)? Or what is the best way to clear all custom (evar, props and events - things I set) in DTM? My Ajax application seems to be caching data from call to call. I am experiencing the following problem. http:/

Sitecatalyst - DTM - Direct call rules - clear sticky variables

我的梦境 提交于 2019-12-13 04:57:56
问题 http://imgur.com/NLPC56x Hi, I'm using Direct call rule inside DTM. I'm clicking on a href link (opens in a new window). I want to remove/clear the eVars and events associated with the click. I've used custom page code to clear the values. Direct call rule 1> Adobe analytics Tracking setting : s.tl(); - does NOT increment a pageview; Direct call rule 1 > Adobe analytics> Inside custompagecode: s.eVar12 = dataLayer.testString; s.events="event2,event16,event19,event22"; s.tl(this,'o','testClick