Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

What AEP Commerce Event Maps to the Adobe Analytics scView?

Avatar

Level 4

I'm trying to find a commerce event that is equivalent to the Analytics "scView" event. I don't see anything that is sufficient. Anyone have any idea?

 

Thanks!

Topics

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

4 Replies

Avatar

Community Advisor

Hi @MichaelJo13 ,

It is commerce.productListViews.value, you can find the documentation here: https://experienceleague.adobe.com/en/docs/analytics/implementation/aep-edge/variable-mapping#:~:tex...

Avatar

Level 4

Interesting, because I used that first and AI told me it was for when a category of products were viewed.

Avatar

Community Advisor

I could imagine why productListViews might be confused with product category views in AEP terms as a cart is list of product only just like a list of products that show up on category page but productList related events in AEP are more cart oriented like,

  • productListAdds is similar to scAdd
  • productListOpens is similar to scOpen
  • productListRemovals is similar to scRemove
  • productListViews is similar to scView

Cheers!

Avatar

Level 4

Thank you for the clarification!