GA4 Web Analytics Table (BETA)
ga4_web_analytics_table
The GA4 Web Analytics Table captures event-level user interactions from your GA4 property, including sessions, purchases, and engagement signals such as add-to-carts and page views. Querying this table gives you full visibility into individual event activity and conversion behavior, allowing for granular analysis of user actions across time, geography, and device type.
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 GA4 session started, according to a 24-hour clock. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected). Example values: |
Event Date |
| date | The date the GA4 session started. Based on the shop time zone at the moment of the event (or the user time zone, if 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 |
Web Browser |
| string | The web browser of the session where the order originated. Example values: |
Session City |
| string | The city of the session where the order originated. Example values: |
Session Country |
| string | The country of the session where the order originated. Example values: |
Device |
| string | The type of device used by the visitor for the session. Example values: |
Landing Page |
| string | The URL path (without query parameters) of the page the visitor landed after clicking on an ad or link, indicating the first page viewed in a session. Example value: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
Title | ID | Type | Description |
---|---|---|---|
Add To Carts |
| numeric | The number of Add To Cart events during sessions in the selected time range. |
Purchase Revenue |
| numeric | The total revenue (after refunds) from purchases and subscriptions, during sessions in the selected time range. Purchase Revenue = Purchases + Subscriptions - Refunds |
Purchases |
| numeric | The total number of website and app purchases (orders) during sessions in the selected time range. |
Sessions |
| numeric | The total number of sessions that started during the selected date range. GA4 defines a session as beginning with a |
Derived
Derived fields are metrics that are pre-calculated using multiple measures or advanced formulas.
Title | ID | Type | Description |
---|---|---|---|
Add To Cart Percent |
| formula | The percentage of add-to-carts out of total sessions. Add To Cart Percent = Number of Add To Carts / Number of Sessions |
Updated 20 days ago