Abstract
Learn how to customize the Adobe Client Data Layer with content from custom AEM Components. Learn how to use APIs provided by AEM Core Components to extend and customize the data layer.
In this tutorial you will explore various options for extending the Adobe Client Data Layer by updating the WKND Byline component. This is a custom component and lessons learned in this tutorial can be applied to other custom components.
Objectives
Inject component data into the data layer by extending a Sling Model and component HTL
Use Core Component data layer utilities to reduce effort
Use Core Component data attributes to hook into existing data layer events
Prerequisites
A local development environment is necessary to complete this tutorial. Screenshots and video are captured using the AEM as a Cloud Service SDK running on a macOS. Commands and code are independent of the local operating system unless otherwise noted.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni