GA4 Product Analytics Table (BETA)
ga4_product_analytics_table
The GA4 Product Analytics Table aggregates product-level engagement and revenue data from GA4, based on user interactions like views, add-to-carts, checkouts, and purchases. Querying this table enables product-focused analysis of performance trends, helping you understand how users interact with individual items and which products drive the most revenue.
Note
event_date
is a required field for queries on this table.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
---|---|---|---|
Event Hour |
| string | The hour of the day on which the purchase event occurred, according to a 24-hour clock. Based on the shop time zone at the moment of the event (or user time zone when no sales platform is connected). Example values: |
Event Date |
| date | The date the purchase event occurred. Based on the shop time zone at the moment of the event (or user time zone when no sales platform is connected). |
Event Day |
| date | The day the event occurred. Derived from |
Event Week |
| date | The Sunday of the week during which the event occurred. Derived from |
Event Month |
| date | The month during which the event occurred. Derived from |
Event Quarter |
| date | The first month of the quarter during which the event occurred. Derived from |
Event Year |
| date | The year during which the event occurred. Derived from |
Item ID |
| string | The unique identifier for the product, as reported by GA4. Typically maps to the product or variant SKU. Example values: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
Title | ID | Type | Description |
---|---|---|---|
Gross Item Revenue |
| numeric | The total revenue from items only, before any discounts, tax, shipping, or refunds. Gross Item Revenue = Item Price x Item Quantity |
Item Revenue |
| numeric | The total revenue from items only, before tax and shipping (but after refunds). Item Revenue = Item Price x Item Quantity - Refunds |
Items Added to Cart |
| numeric | The number of items added to a cart. Each unit counts separately. |
Items Checked Out |
| numeric | The number of items in the customer's cart when they initiated the checkout process. |
Items Purchased |
| numeric | The number of items included in purchase events. Each unit purchased counts separately. |
Items Viewed |
| numeric | The number of items that the customer viewed. |
Updated about 14 hours ago