Hi, In the event - click tracking on a button, I am trying to capture the s.PageName value as eVar for that specific event call. Any ideas on how I can do it below:
Thank you! When I make those changes it fires before the sign-up because we have a class defined as below: Can I do custom attribute for data-omniture = newsletter-signup-success which only exists when successfully signed up?
We are trying to find a third-party pixel on successful sign-up of the newsletter:Newsletter | E! Online | The RundownWe placed a Data Attribute on the successful sign-up which happens after clicking on Sign-up button and displays "Thank you for Subscribing" message:data-omniture = "newsletter-signu...
Hi, I am trying to obtain the value of the following data attributes dynamically in a prop on the site www.eonline.comI have defined the Data Element value as below: and set the Event based rule shown below: Site link: www.eonline.com However, when I click on the element - a click event fires but ON...
Hi Stew,Thank you so much for the great explanation! I really appreciate this to help me understand the fundamentals.I think the code below for the URL first joins the query parameters with "-" and then applies the replace logic to show the value without the delimiter. Hence, I was seeing the values...
The same logic is not working for the below: s.campaign=[s.Util.getQueryParam('source'),s.Util.getQueryParam('cmpid')].join("-").replace(/-/,'');the value is being generated as sourcecmpid (without the dash). Any suggestions on modifying it?
May I ask the best practice in case the vendor does not provide a pure Javascript tag? Shall we then place it directly on the site instead of using tag manager?