AA using GTM? | Community
Skip to main content
JyotiSharmaV
Community Advisor
Community Advisor
June 13, 2022
Solved

AA using GTM?

  • June 13, 2022
  • 3 replies
  • 1198 views

Any documentation on how to deploy AA via GTM?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by VaniBhemarasetty

@jyotisharmav Found a blog on your requirement, hope this helps

https://blogs.perficient.com/2017/04/12/custom-adobe-analytics-tracking-using-google-tag-manager/

 

 

3 replies

yuhuisg
Community Advisor
Community Advisor
June 14, 2022

I haven't come across any official documentation for doing this. Also, be aware that Client Care will not provide any support at all if you implement AA with GTM.

Having said that, this has worked for me before:

  • In a Custom HTML tag that's fired with the All Pages trigger, add the AppMeasurement.js code.
  • With other Custom HTML tags that are fired with appropriate triggers, add the s.t() and s.tl() calls as needed.
VaniBhemarasetty
Adobe Employee
VaniBhemarasettyAdobe EmployeeAccepted solution
Adobe Employee
June 15, 2022
Alexis_Cazes_
Level 10
June 21, 2022

Just use the steps to deploy code using JavaScript implementation as described here: https://experienceleague.adobe.com/docs/analytics/implementation/js/overview.html?lang=en

 

You simply need to inject the AppMeasurement.js library and then instantiate Adobe Analytics. Also you will need to deploy Visitor ID services and instantiate it before Adobe Analytics.

 

These steps are if you do not use AEP.