Pixel Custom Events Table
pixel_custom_events_table
The Pixel Custom Events table captures every fire of custom events you've defined on your site (form fills, scroll depth, quiz steps, etc.), including the raw event data payload. One row per event fire. Learn more about tracking custom events with Triple Pixel.
Table GuideWhat You Can Answer With This Table
- How many times did a specific custom event fire, and how has that trended? — use
event_name,count, group byevent_date- Which custom events are most active across the site? — use
event_name,count, group byevent_name- What context did visitors submit with an event (e.g., answers, form values)? — query the
dataJSON payload (learn more)- What custom events happened during a specific page view? — use
page_view_event_id,event_nameBefore You Query
- Required field:
event_date- Custom event properties are flattened into queryable columns automatically when events are defined via the Custom Events Builder. For events not created via the builder, query properties from the raw JSON
datapayload.When to Use a Different Table
- For attribution of conversion events to channels, campaigns, or ads → use Pixel Custom Conversions. The same event fires appear in both tables: this table has the raw event
datapayload with no attribution; Pixel Custom Conversions adds channel, campaign, ad, attribution model, attribution window, and conversion value — but only for events marked as conversions.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Event Hour |
| string | The hour of the day the pixel custom event occurred, 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 pixel custom event occurred. 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 on which 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 |
Pixel Custom Event Data |
| JSON | The full data payload in raw JSON format, including all event properties defined for the custom event. Learn more about querying pixel custom event data |
Event Name |
| string | The name assigned to the custom event. Example values: |
Event Timestamp |
| timestamp | The time the custom event occurred. Formatted according to the ISO 8601 international standard. Example value: |
Page View Event ID |
| string | The unique ID for the page view event during which the custom event occurred. Assigned by Triple Pixel. Example value: |
Triple Pixel ID |
| string | The unique ID assigned by Triple Pixel to track visitors across sessions. Example value: |
Derived
Derived fields are metrics that are pre-calculated using multiple measures or advanced formulas.
| Title | ID | Type | Description |
|---|---|---|---|
| Pixel Custom Events | count | formula | The total number of pixel custom events recorded within the selected timeframe. |
Updated 16 days ago