User views 8.SET content
Last updated
Last updated
Let's assume you are showing content from 8.SET that was loaded via 8.API. Whenever a user visits that page and sees that content you should send the respective view
event. Please ensure this event to be triggered only once per page view for a given set and only once the content is at least 50% in the device's viewport or 50% of the content are in the viewport.
Suppose you requested content for product with SKU 457297-0001-00340
the event you send would look like this:
The type of the event is view
. The corresponding view
property is intended to specify the target of the event. In our case, this would be matchingProductClusters
as that is the type of data we requested from the API. Again, to describe the target more specifically, we include the id
of the product we requested content for.