Documentation Index
Fetch the complete documentation index at: https://docs.uselayers.com/llms.txt
Use this file to discover all available pages before exploring further.
- Label: Products
- Description: Catalog and performance metrics for products.
- Default group key:
product
Metrics
- total_sales (USD)
- Sales after discounts and before taxes/returns.
- Example: SUM(total_sales)
- quantity_purchased (items)
- Number of items purchased.
- Example: SUM(quantity_purchased)
- view_sessions (sessions)
- Sessions where the product was viewed.
- Example: COUNT_DISTINCT(view_sessions)
- cart_sessions (sessions)
- Sessions where the product was added to cart.
- quantity_added_to_cart (items)
- Items added to cart from online store sessions.
- product_impressions (events)
- Tracked
product_impressionevents captured when a product tile enters the shopper’s viewport. - Example: SHOW product_impressions
- Tracked
- product_hovers (events)
- Tracked
product_hoverevents captured when a shopper hovers over a product tile on desktop. - Example: SHOW product_hovers
- Tracked
- product_touches (events)
- Tracked
product_touchevents captured when a shopper taps or long-presses a product tile on mobile. - Example: SHOW product_touches
- Tracked
- hover_rate (rate)
- Product hovers divided by product impressions. Useful for measuring tile-level interest on desktop.
- Example: SHOW hover_rate
- touch_rate (rate)
- Product touches divided by product impressions. Useful for measuring tile-level interest on mobile.
- Example: SHOW touch_rate
Engagement metrics depend on
product_impression, product_hover, and product_touch events. The Storefront Pixel emits these automatically. Custom integrations must send them through the Tracking API.Dimensions
- geo_country: Two-letter country code.
- geo_state: Up to three-letter province code.
- geo_city: City name as captured.
- marketing_source: UTM source.
- marketing_medium: UTM medium.
- marketing_campaign: UTM campaign.
- device_type: Device category.
- variant_id: Variant ID.
Product attributes (dynamic)
- Usage: Use
product_attributes.*to group or segment by dynamic product attributes defined in your catalog. - Examples: