Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/28/18
    when product was addedd to a cart, the product string on PROD website was shown as " ;abc" in server call and "abc" was captured in product report for UAT reportsuite. However, when checked in the Production reportsuite, the product report shown "ABC".Note - No processing rule was added.

    Views

    4.6K

    Likes

    0

    Replies

    4
  • 8/27/18
    Hello Adobe DTM Community, Reaching out to see if anyone can provide some guidance on the implementation of the gtag.js global (base) and event tag. As the event tag pulls in page data layer values these tags have been implemented as non-sequential JS tags. As the global tag needs to fire first, a p...

    Views

    2.7K

    Likes

    0

    Replies

    1
  • 8/23/18
    Dear Adobe Community,I have a question for you guys. Please give me a hand, professionals!When I create a rule to a submit button and add an event-based rule to generate an event, the tag fires whenever a user clicks the button.So this can include an action that user clicks but fails to submit becau...

    Views

    3.1K

    Like

    1

    Replies

    3
  • 8/18/18
    We have a platform developed with AngularJS. The platform is the same for all our customers. We must include Adobe DTM only for a client.I sometimes have external scripts that aren't loaded. Do you have a better way to do it?here my code :var adobedtm = '//assets.adobedtm.com/5249...abe2e5/satellite...

    Views

    2.3K

    Like

    1

    Replies

    2
  • 8/13/18
    Hi Team,I am trying to test some new rules on staging library but I cant see them firing. On investigating I found that s-code file doesnt load and _satellite.settings is undefined when I switch to staging. I tried using both DTM switch and setting the localstorage value directly.          Can you ...

    Views

    2.5K

    Likes

    0

    Replies

    4
  • 8/10/18
    I'm trying to add a Twitter conversion pixel onto a button click using DTM. I've set the pixel to fire on a click event rule as non-sequential HTML. I see the rule being triggered on the button click, however I get a console error saying _satellite is not defined. So I tried saving the code has non-...

    Views

    3.6K

    Like

    1

    Replies

    2
  • 8/10/18
    Hi All,I'm trying to add a DBM floodlight tag onto a button click using DTM. I've set the global snippet to fire on all the pages (onload rule - Non-Sequential HTML) and set the event snippet to fire on the button action as non-sequential HTML. I see the rule being triggered on the button click, how...

    Views

    3.3K

    Likes

    3

    Replies

    2
  • 8/9/18
    Hi Team,I am currently using the below piece of code which was provided by Adobe to prevent multiple server calls in iframe tracking,var isInIframe = (parent !== window)if(isInIframe ){return false;}else{return true;}Can anyone explain me that how this code is preventing the duplication of server ca...

    Views

    1.6K

    Like

    1

    Replies

    1
  • 8/9/18
    Hi Team,I was trying to track the file downloads via DTM by adding the following two lines of code to s-code,s.trackDownloadLinks=trues.linkDownloadFileTypes="exe,zip,wav,mp3,mov,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx"But I was not able to get the server call for the file downloads which are happeni...

    Views

    1.8K

    Likes

    0

    Replies

    1
  • 8/8/18
    I want to fire a rule when someone clicks on the Accessories link (see screenshot below). There is no specific class or ID i can use (each page is using a different ID for the same link) but, if I could trigger the rule based on the data-target="#accessories" selector, it should work. Any idea on ho...

    Views

    4.5K

    Likes

    2

    Replies

    2