interact
An interact event should be triggered whenever a piece of content is interacted with by a user. Assuming that you are showing 8.SET product set data and a user clicks on a product contained in that set, the event should look like the following example:
An interact event is identified by its type interact
and an additional interact
property containing specific information about the content being interacted with. This property should in turn have a type and content-specific payload, as well as an optional third property action
specifying the user interaction, e.g. click
or addToCart
.
product
An interact event with type product
must contain a product
property containing the sku
of the respective product and can contain an action
.
Some example actions: click
, addToCart
, navigateTo
, addToWishlist
, like
, share
.
While an arbitrary action
can be supplied we currently only have KPIs that differentiate between addToCart
and any other action.
Last updated
Was this helpful?