'Catch' GA events with DTM and send into Adobe Analytics | Community
Skip to main content
Level 4
October 18, 2019
Solved

'Catch' GA events with DTM and send into Adobe Analytics

  • October 18, 2019
  • 2 replies
  • 4909 views

Hi everyone,

We have a web application that integrates with Google Analytics but not with Adobe Analytics.

Actions taken within the application go into the events section of GA. There are 10 different event types.

I was wondering if there was a way to use DTM to 'catch' these GA events and send them into Adobe Analytics as either an event or eVar.

Any help would be greatly appreciated

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 zaned72942122

Why piggyback off of GA events?  Why not just send data both to DTM and Google Analytics at the same time as two separate entities (as they are)?  Somewhere in your code you are pushing the GA events, just add onto that part of your code and include pushes to DTM.   

2 replies

zaned72942122
zaned72942122Accepted solution
Level 2
October 29, 2019

Why piggyback off of GA events?  Why not just send data both to DTM and Google Analytics at the same time as two separate entities (as they are)?  Somewhere in your code you are pushing the GA events, just add onto that part of your code and include pushes to DTM.   

Level 4
October 31, 2019

Hi zaned72942122​,

I haven't added the GA events myself, they're hardcoded within the application itself. Also, to complicate matters, the application is deployed via an iframe where I don't have any DTM coverage.