Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

AEM ContextHub and dynamic dataLayer

Avatar

Level 2

Hello,

I'm using AEM ContextHub within DTM for the first time, and facing the following issue:

  • AEM ContextHub tool contains a full dataLayer schema
  • However, the dataLayer itself is dynamic, and certain objects do not populate right away
  • This causes multiple "SATELLITE: TypeError - Cannot read property 'xxx' of undefined" errors in the console.

Is there a way to prevent these errors and to, somehow, indicate in the AEM ContextHub tool that dataLayer loads dynamically?

Thank you!  

1 Accepted Solution

Avatar

Correct answer by
Level 3

use defensive coding in your data elements when referencing data layer object properties, to see if the data object properties exist before you try to reference them.

Also, dispatch a browser event when the object is added to the array and pass the data in an object with the event. Listen for this new event with DTM

View solution in original post

0 Replies

Avatar

Correct answer by
Level 3

use defensive coding in your data elements when referencing data layer object properties, to see if the data object properties exist before you try to reference them.

Also, dispatch a browser event when the object is added to the array and pass the data in an object with the event. Listen for this new event with DTM