Catalog Event
Use catalog events to capture customer interactions with various catalog objects in your mobile application, such as products, articles, or other content items. These events help you understand which items are most popular and how customers interact with your catalog.
All catalog events require a catalogObject with these fields:
| Field Name | Field Type | Required | Description |
|---|---|---|---|
catalogObject.type | string | Yes | Type name representing the catalog object (for example, "Product", "Article", "Service"). |
catalogObject.id | string | Yes | Unique identifier for the catalog object. |
catalogObject.attributes | object | No | Dictionary of custom attributes for the catalog object. |
catalogObject.relatedCatalogObjects | object | No | Dictionary of related catalog objects. |
The Catalog Event supports these interaction types:
- View: Track when customers view catalog objects
- Comment: Capture customer comments on catalog objects
- Favorite: Track when customers mark items as favorites
- Quick View: Monitor quick view interactions
- Review: Capture customer reviews
- Share: Track when customers share catalog objects
- View Detail: Monitor when customers view catalog object details
Track when customers view catalog objects.
Capture customer comments on catalog objects.
Track when customers mark catalog objects as favorites.
Monitor quick views on catalog objects.
Track when customers review catalog objects.
Track when customers share items from your catalog.
Track when customers view catalog object details.