Event Overview
The Product viewed event is essential for tracking user interest in specific products. This data can be used to trigger browse abandonment emails or personalized product recommendations.Use Cases
- Product view tracking and analytics
- Browse abandonment campaigns
- Personalized product recommendations
- Recently viewed product reminders
Event Attributes
| Field | Type | Description |
|---|---|---|
| product_id | string | Unique product identifier |
| product_name | string | Display name of product |
| product_url | string | Direct link to product page |
| product_image_url | string | Product image URL |
| sku | string | Stock Keeping Unit |
| variant_id | string | Specific variant ID |
| variant_name | string | Variant description (e.g., “Black - Large”) |
| brand | string | Product brand/manufacturer |
| category | string | Product category path |
| product_type | string | Type classification |
| price | number | Current selling price |
| compare_at_price | number | Original/MSRP price |
| currency | string | ISO currency code (INR, USD, etc.) |
| discount_amount | number | Discount in currency units |
| discount_percentage | number | Discount as percentage |
| in_stock | boolean | Stock availability status |
| inventory_quantity | integer | Current stock level |
| rating | number | Average product rating |
| reviews_count | integer | Number of reviews |
| viewed_from | string | Source location (category_page, search, etc.) |