We moved from GTM to DTM a little over 6 weeks ago and I'm still getting to grips with its functions.Scenario:I need to capture the page name in a Data Element using a DTM script/property used over two different domains.Domain 1 has a dataLayer, where I can use the standard 'JS Object' option to ret...
Hi Team,I am not able to use the Tagtician DTM debugger tool in my chrome browser for debugging the DTM implementations. But previously I was able to use this debugger in my old machine, whereas in my new machine I am not able to do the same. Can you please suggest that why can't I able to see the r...
In DTM, when creating a Data element for URL parameter, we can select to remember the value for pageview, session, or visitor. I then assigned this data element for URL parameter to an eVar which is set to expire on Visit in Adobe analytics. Is this going to contradict the expiration logic since DTM...
Hi, can anyone provide information on how to track clicks for the link/section (Featured Panduit Products) on page (www.panduit.com)? In DTM, I created an event based rule called “Featured Product Clicks”. I believe the issue could be the Element Tag or Selector option, as it is currently #Feature...
Hi,I getting confused in "Customize Page Code" open editor (Adobe Analytics Tool setting). There s specific functions we need to add in this or can write any jQuery or javascript code?How can we assign a value in evars, events and props through this editor.How can we execute the code through (s.t) o...
Hi There,I am trying to capture the Search Type in following script code and this code has been written in Data Element in DTM. I am facing issue with that how to set condition in Rule so that i can send this data element result to the prop17. jQuery(document).on("click mouseup touchstart",".lia-sea...
Hi, I work for a company that has been using DTM for a couple of years. We have recently decided to use the ContextHub data layer within AEM instead of a custom solution outside of AEM. After configuring AEM to DTM and adding DTM as a tool at the site level, we are starting to add in Data Elements. ...
Hi, I am sure this isn't a new question but I can't find it anywhere in the forums.I am using 'D=g' in multiple places in our reporting to get the url, we are having a problem however with URLs where one customer enters upper case characters and another customer enters lower case characters. How ca...
I want to be able to capture the multiple query parameters in s.campaign variable. URLwww.example.com?cmpid=hhhh&source=ssss&medium=ddddCodeIf(!s.campaign) s.campaign=s.Util.getQueryParam('cmpid')When I adjust the code to do the following: If(!s.campaign) s.campaign=s.Util.getQueryParam('cmpid')s.ca...