Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Events
  • Overview
  • Getting Started
  • Usage - Device Mode
  • Usage - Cloud Mode
  • Events
    • Account Events
    • Cart & Checkout Events
    • Product Events
    • Promotion & Coupon Events
    • Wishlist Events
  1. Events

Product Events

This model defines the structure for events triggered when customers interact with products on the storefront.

Available Events#

Products Searched - When a customer searches for products
Product List Viewed - When a customer views a collection of products
Product List Filtered - When a customer applies filters to a product list
Product List Sorted - When a customer sorts a product list
Product Viewed - Customer views a product page
Product Clicked - Customer clicks on a product
Product Shared - Customer shares a product
Product Reviewed - Customer submits a product review

Common Use Cases#

Track product popularity and views
Implement product recommendations
Analyze search behavior
Monitor conversion funnels
Personalize user experience
Trigger remarketing campaigns

Payload Object#

Schema
Example
Product Events

Example Implementation#

Track Product Views#

Modified at 2025-11-27 13:04:50
Previous
Cart & Checkout Events
Next
Promotion & Coupon Events