aem-core-cif-components icon indicating copy to clipboard operation
aem-core-cif-components copied to clipboard

Documentation needed for ACDL events and schemas

Open knennigtri opened this issue 3 years ago • 0 comments

Does anyone know if there is a list of data layer events triggered by the CIF core components? From what I have found (using Venia) cif:addToCart and cif:addToWishList are triggered and I can use them. But when I searched this project I noticed 4 other events pushed to the data layer that I cannot seem to get access to. Does anyone know if there is a special way to configure these to get them to trigger and use them?

  • cif:userSignIn
  • cif:userSignOut
  • cif:removeFromCart
  • cif:placeOrder

Expected Behaviour

Essentially I'm looking for documentation similar to the WCM core components data layer event/schemas defined so I can use them: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/data-layer/overview.html?lang=en#events

knennigtri avatar Apr 05 '22 18:04 knennigtri