- Label: Products
- Description: Catalog and performance metrics for products.
- Default group key:
product_id
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.
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: