-
Task
-
Resolution: Released
-
Must have
-
None
-
2
-
Analytics
-
Sprint #127
-
phoebe
Problem:
We need to attribute web traffic and digital engagement data to specific platform/systems used across the entire organization.
Important notes:
- This dataLayer variable should be fired on all Planet 4 pages. The script needs to be injected on the <head> before Google Tag Manager code.
- Example of the dataLayer script:
dataLayer.push({ 'gPlatform' : 'Planet 4', });
Previous/Similar tickets for reference:
- ---
--- Push dataLayer values on page loadPLANET-3209 - ---
--- Fix ‘pageType’ dataLayer pushPLANET-3355
Tasks:
- Add a new parameter [gPlatform] to the dataLayer.push (on all Planet 4 pages)
- The value should always be
Planet 4
- has to be done before
-
PLANET-4942 Implement new custom dimensions in all P4 GTMs
- CLOSED