Content related interactions¶
Introduction¶
When tracking content web components, it is possible to track them in three different ways, because we have three types of content components.
- Products
- Promotions
- Contents
We can track two types of user interactions with content web components.
- contentview
- click
When tracking these content elements, you will have to use one of our default content interactions:
- Product list view
- Product list click
- Product detail view
- Product add to cart
- Product remove from cart
- Product add to wishlist
- Promotion view
- Promotion click
- Content view
- Content click
For product related content interactions, you will have to provide the “products” array. For promotions related content interactions, you will have to provide the “promotions” array. For contents related content interactions, you will have to provide the “contents” array.
Information about the tracking code, can be found in the products, promotions and contents tracking documentation.