You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
andcif: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
The text was updated successfully, but these errors were encountered: