How to implement Adobe analytics via Google tag manager | Community
Skip to main content
New Participant
April 12, 2021
Solved

How to implement Adobe analytics via Google tag manager

  • April 12, 2021
  • 3 replies
  • 7869 views

Hi team,

 

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

Best answer by yuhuisg
  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.

3 replies

New Participant
January 29, 2024

Hello 

Just keep in mind, that to get correct analytics you need to have the correct tag and implement them in the right way.

You can check TAGLAB https://taglab.net/ FREE solutions to inspect and audit your TAGS.

1. Free regisitration:

https://taglab.net/registration/

 

2. Plugin:

https://chromewebstore.google.com/detail/taglab-analytics-datalaye/kfenlfbjdpdgblnoabpdehlabodakbmp

 

TAGLAB automates tag verification, data layer audits, & conversion pixel tracking testing for website and marketing analytics. Get accurate reports and instant notifications through automated monitoring.

 

Regards,

 

New Participant
December 8, 2023

Were you able to implement it successfully?

yuhuisg
yuhuisgAccepted solution
New Participant
April 13, 2021
  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.