Expand my Community achievements bar.

SOLVED

Adobe Client datalayer Launch Extension

Avatar

Level 1

Hi, I am working on complete redesign in my organization. We are in a bit of confusion whether to use Adobe client datalayer to use for getting data's to adobe as we are planning to do extensive implementation like all clicks, search term, form submission, video tracking, audio tracking, impressions, etc. Whether ACDL approach will help to do extensive tracking do we have any pitfalls with the configuration. 

 

Please help me with your suggestion. If suggesting, It would be great if you can share any site url where ACDL approach is been used.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @i746675,

AEM core components has support for ACDL starting version 2.9.0 and it is enabled by default for projects created using Archetype 24. More details about this is available in https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/data-lay...

We can follow the similar approach for custom components too.  (Implementing getData() method in Sling Model of custom components and using the same in markup accordingly)

 

Adobe Experience Platform Launch comes as value-add feature for Experience Cloud customers which has extensions like Analytics, target including some third party extensions. - https://experienceleague.adobe.com/docs/launch/using/home.html?lang=en

 

WKND reference implementation makes use of Adobe Client Data Layer(ACDL) - https://wknd.site/

Below documentation shares the integration with ACDL + ways to include for custom components + collect page data/track clicked components with Analytics using WKND reference implementation

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/data-lay...

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @i746675,

AEM core components has support for ACDL starting version 2.9.0 and it is enabled by default for projects created using Archetype 24. More details about this is available in https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/data-lay...

We can follow the similar approach for custom components too.  (Implementing getData() method in Sling Model of custom components and using the same in markup accordingly)

 

Adobe Experience Platform Launch comes as value-add feature for Experience Cloud customers which has extensions like Analytics, target including some third party extensions. - https://experienceleague.adobe.com/docs/launch/using/home.html?lang=en

 

WKND reference implementation makes use of Adobe Client Data Layer(ACDL) - https://wknd.site/

Below documentation shares the integration with ACDL + ways to include for custom components + collect page data/track clicked components with Analytics using WKND reference implementation

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/data-lay...