Adobe Launch to build & manage a Data Layer? | Community
Skip to main content
Level 3
April 3, 2018
Solved

Adobe Launch to build & manage a Data Layer?

  • April 3, 2018
  • 3 replies
  • 4423 views

We have Adobe Analytics and will be deploying Adobe Launch.  We are not using Adobe Experience Manager and don't have plans to ever use it.  We want to use Adobe Launch to deploy and manage our data layer.  I heard that the Adobe ContextHub extension in Adobe Launch can be used to build/manage our data layer.  In general, what's the best way to leverage Adobe Launch to build and manage a data layer?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aseelund

On a dynamic SPA site that I'm working with right now, we have no server generated data layer. however, I've added two sequential scripts that first: defined window.digitalData and some assumed static properties.

The second uses Object.assign() to merge a new object with actual data into the existing digitalData structure.

This enabled a semi-dynamic data layer, that was created at pageload, but before the initial pageBottom trigger was fired.

3 replies

aseelund
aseelundAccepted solution
Level 3
April 5, 2018

On a dynamic SPA site that I'm working with right now, we have no server generated data layer. however, I've added two sequential scripts that first: defined window.digitalData and some assumed static properties.

The second uses Object.assign() to merge a new object with actual data into the existing digitalData structure.

This enabled a semi-dynamic data layer, that was created at pageload, but before the initial pageBottom trigger was fired.

EHAM06-EYgGqp
October 17, 2018

Thanks... Do you have sample code that you can share for this?

Thanks

eham1906Author
Level 3
October 17, 2018

Thanks for the reply.  Do you have sample code for this that you can share?  Thanks...