Closed (fixed)
Project:
Smart Content Data Layer
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
21 May 2019 at 20:43 UTC
Updated:
11 Jun 2019 at 17:04 UTC
Jump to comment: Most recent
Currently, the objects containing variation details are added to the top-level dataLayer array. This makes how to access this information in GTM confusing. All variation objects should be nested under a smart_content key in the dataLayer array so it can be accessed by the same name in GTM.
Comments
Comment #3
gantal commentedThe winning variation details can now be accessed via the
smart_contentdata layer variable.