item_viewed
event is typically sent when a product page is loaded. However, it can also be used in other contexts, such as when a user opens a quick view modal on a category or listing page.
This event helps track which products are being engaged with, giving valuable insight into customer interest and behavior.
Key | Description | Type (Max Length) | Example |
---|---|---|---|
item_id | Item ID | String (36) | X100-250 |
item_parent_id | Parent ID | String (36) | X100 |
item_name | Item Name | String (128) | Smart Thermostat |
item_brand | Brand | String (64) | Acme |
item_category | Category | String (128) | Smart Home > Climate Control |
item_collection | Collection | String (64) | Smart Range |
item_variant | Variant | String (64) | White |
Note:
If your products are simple and theitem_id
is the same as theitem_parent_id
, these fields can either match, or you could only send one type.