Expand my Community achievements bar.

SOLVED

How to implement Adobe analytics via Google tag manager

Avatar

Level 5

Hi team,

 

How to implement Adobe analytics via Google tag manager. Any link for step by step guide

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
  1. Create a Custom HTML tag and put your s_code in there. BUT DON'T INCLUDE THE s.t() line! Fire this with the "All Pages" trigger.
  2. Create a trigger for "DOM Ready".
  3. Create another Custom HTML tag. Put your s.t() line in there. Fire this with the "DOM Ready" trigger that you created at step 2.
  4. If you need to fire s.tl() to track Custom/Download/Exit Links, create a Custom HTML tag for it and fire it with the appropriate trigger for your website.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor
  1. Create a Custom HTML tag and put your s_code in there. BUT DON'T INCLUDE THE s.t() line! Fire this with the "All Pages" trigger.
  2. Create a trigger for "DOM Ready".
  3. Create another Custom HTML tag. Put your s.t() line in there. Fire this with the "DOM Ready" trigger that you created at step 2.
  4. If you need to fire s.tl() to track Custom/Download/Exit Links, create a Custom HTML tag for it and fire it with the appropriate trigger for your website.