custom_pixel_events_table

The Custom Pixel Events table allows you to track specific interactions visitors have with your website, based on the custom events you’ve defined, such as product customization interactions, A/B testing, scroll depth, and more. By querying this table, you can gain deep insights into visitor behavior. Learn more about tracking custom events with Triple Pixel.

📘

Note

We recommend using the Custom Events Builder to create custom events, as it automatically flattens event properties into table columns for faster and more efficient querying.

For events not created with the builder, you can still query the raw JSON data payload but the properties will not be flattened.

📘

Note

event_date is a required field for queries on this table.

Dimensions

Dimensions are immutable properties that can be used for grouping data.

TitleIDTypeDescription
Event Dateevent_datedateThe date the custom event occurred. Based on the time zone of the shop at the moment of the event.
Event Dayevent_date.daydateThe day on which the custom event occurred. Derived from event_date.
Event Weekevent_date.weekdateThe Sunday of the week during which the custom event occurred. Derived from event_date.
Event Monthevent_date.monthdateThe month during which the custom event occurred. Derived from event_date.
Event Quarterevent_date.quarterdateThe first month of the quarter during which the custom event occurred. Derived from event_date.
Event Yearevent_date.yeardateThe year during which the custom event occurred. Derived from event_date.
DatadatajsonThe full data payload in raw JSON format, including all event properties defined for the custom event.
Event Nameevent_namestringThe name assigned to the custom event.

Example values: form_fill, start_quiz, quiz_complete, order_sample, answer_question, request_consultation
Event Timestampevent_timestamptimestampThe time the custom event occurred. Formatted according to the ISO 8601 international standard.

Example value: 2022-06-15T19:26:30.000Z
Triple IDtriple_idstringThe unique ID assigned by Triple Pixel to track visitors across sessions.

Example value: eltlok4y634IRw62AZ
Session IDsession_idstringThe unique ID for the session during which the custom event occurred. Assigned by Triple Pixel.

Example value: eltlok4y634IRw62AZ_1710700966152

Derived

Derived fields are metrics that are pre-calculated using multiple measures or advanced formulas.

TitleIDTypeDescription
Custom Pixel EventscountformulaThe total number of custom pixel events recorded within the selected timeframe.