Expand my Community achievements bar.

AEM event list for ACDL

Avatar

Level 3

Instead of AEM, we use a different cms.  I'd like to set up the events we're conveying via the ACDL to match as close as possible to AEM's to make the implementation as standard (and familiar) as possible.  Plus one day we might switch to AEM.  I've seen the cmpload, cmpshow, and cmpclick.  Is there a list of those and other events (preferably with descriptions) that we can use (e.g., video, audio, etc.)?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Community Advisor

Hi @aablank1 

I would suggest not to try to mimic core component tracking and come up with your own approach that may cover the events core components can cover.

Enrich it with the data needed for your tracking and later when you eventually migrate to core components, ask your developers to implement the additional data for you. This will keep a clean separation and to be honest, I would not expect that your future AEM components will all be covered by core components.

So, you may anyway have to come up with a hybrid approach 

Cheers from Switzerland!


Avatar

Level 10

I agree with @bjoern__koth , AEM core components may not have all the events and associated attributes that you might need for your use cases. You can refer to Events Triggered by Core Components and Core Components Data Schemas to understand OOB events and attributes available and evaluate how much of your use case these will cover.

Cheers!

Avatar

Level 3

I was unclear.  I was thinking that we'd start with the Core Component events and add on as we need.  Thanks!

Avatar

Level 9

@aablank1  if your components are similar to core components then it is good to refer AEM component event implementation and build a foundation for common events, once that is done add additional as needed to your application case.

refer below for the generic UI component and corresponding events

 

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