Closed hoake closed 5 years ago
The following needs to be pushed to the dataLayer before gtm.js loads like content group tracking
Collect the ending text value after the last "-" that is wrapped in the following div.
<div id="version"> Version 6.0 - August 2019 - OnSitePublic or Offsite etc </div>
and push to the dataLayer as:
customDimension8=e.g. OnSitePublic
If div id does not exist do nothing (or whatever the meta tag look up is)
0: ContentGroup: "Discovery home" customDimension2: "not subscribed" customDimension3: "Not signed-in" customDimension8: "OnSitePublic"
Script development for
Tasks that look for div id and send to the dataLayer
The following needs to be pushed to the dataLayer before gtm.js loads like content group tracking
Custom dimension tracking
Collect the ending text value after the last "-" that is wrapped in the following div.
and push to the dataLayer as:
If div id does not exist do nothing (or whatever the meta tag look up is)
Acceptance/test criteria