Expand my Community achievements bar.

SOLVED

Tracking AEM tags in Adobe Analytics

Avatar

Level 1

How to track AEM content tags in Adobe Analytics, are these just link names? or can we add a new "tag" variable? 

I appreciate some help here,

Thanks,

Raquel 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

AEM tags live only in AEM for content classification. If you want that to be tracked in Adobe Analytics, you need to publish tags to the final web page first. However, I have no experience in AEM development and do not know if this is possible or not. Please check with your AEM developer and rise this request. You also need to align with them on how tags are being structured on the web page, will they be a JavaScript variable, some invisible DOM elements, or even pushed into the data layer on the page, then you can configure rules to capture those published tags.

View solution in original post

2 Replies

Avatar

Community Advisor and Adobe Champion

Unfortunately, I have never used the AEM automatic tracking.. so I am not sure how that information is being passed...

 

On our AEM sites (and react front end), we had a JSON data object available with the information passed by AEM... I would extract data from this using Launch, would that be an option for you? Do you know if you can read the data layer from your page and create the tracking you need?

Avatar

Correct answer by
Community Advisor and Adobe Champion

AEM tags live only in AEM for content classification. If you want that to be tracked in Adobe Analytics, you need to publish tags to the final web page first. However, I have no experience in AEM development and do not know if this is possible or not. Please check with your AEM developer and rise this request. You also need to align with them on how tags are being structured on the web page, will they be a JavaScript variable, some invisible DOM elements, or even pushed into the data layer on the page, then you can configure rules to capture those published tags.