Pixel Custom Conversions Table

The Pixel Custom Conversions table attributes custom events marked as conversions to marketing channels, campaigns, and ads, with attribution models and a monetary event value. One row per conversion event per attributed touchpoint; events can have multiple rows under multi-touch attribution models. Learn more about tracking custom conversions with Triple Pixel.

📋

Table Guide

What You Can Answer With This Table

  • How many of a specific custom conversion fired, and what was the total value? — use event_name, event_value; count rows with COUNT(*)
  • Which channels or campaigns drive the most conversions and conversion value? — use channel, campaign_id, event_value
  • How does custom conversion attribution differ across models? — use model with event_value or COUNT(*) (see caveats below)

Before You Query

  • Required field: event_date
  • Default attribution model: Triple Attribution. Filter model to query other models, or group by model to compare.
  • The Total Impact model is not supported on the Pixel Custom Conversions table. Queries using model = 'Total Impact' will return an error.
  • Default attribution window: lifetime. Filter attribution_window to narrow to shorter windows (1_day, 7_days, 14_days, 28_days).
  • Pre-multiplied values: event_value is already multiplied by linear_weight; do not multiply again.
  • Conversion events only: Only events marked as conversion events in the Custom Events Builder appear in this table. The same events also appear in Pixel Custom Events as raw fires (without attribution).

Key Relationships

TableJoin KeyUse This Join To
Customersemail to email_addressSegment custom conversions by customer history, marketing consent, or LTV

When to Use a Different Table

  • Use Pixel Custom Events table when you need raw custom event data, including non-conversion events and the full data payload. The Pixel Custom Conversions table is the attribution-enriched view of conversion-marked events only.

View the full Triple Whale Data Ontology →

Dimensions

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

TitleIDTypeDescription
Event Hourevent_hourstring

The hour of the day the pixel custom conversion 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: 07, 16, 21

Event Dateevent_datedateThe date the pixel custom conversion 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 Dayevent_date.daydateThe day on which the event occurred. Derived from event_date.
Event Weekevent_date.weekdateThe Sunday of the week during which the event occurred. Derived from event_date.
Event Monthevent_date.monthdateThe month during which the event occurred. Derived from event_date.
Event Quarterevent_date.quarterdateThe first month of the quarter during which the event occurred. Derived from event_date.
Event Yearevent_date.yeardateThe year during which the event occurred. Derived from event_date.
Ad IDad_idstring

The unique ad ID. Assigned by the ad platform.

Example value: 120210439891110007

Ad Set IDadset_idstring

The unique ID for the ad set associated with the ad click. Assigned by the ad platform.

Example value: 120210439890740003

Attribution Windowattribution_windowstring

The time frame for attributing conversions to the ad. By default lifetime.

Example values: 1_day, 7_days, 14_days, 28_days, lifetime

Campaign IDcampaign_idstring

The unique ID for the marketing campaign associated with the ad. Assigned by the ad platform.

Example values: 23852438666180053, 531011533, 20620285829

Channelchannelstring

The platform through which the ad was delivered.

Example values: facebook-ads, google-ads, Direct

Customer Emailemailstring

The customer's email address.

Example value: [email protected]

Pixel Custom Conversion Event Dataevent_bodyJSONThe full data payload in raw JSON format, including all event properties defined for the custom conversion event. Learn more about querying pixel custom conversion event data
Event IDevent_idstring

The unique ID assigned by Triple Pixel to the custom conversion event.

Example value: 9m4rs48lg2elVB52xU

Event Nameevent_namestring

The name assigned to the custom conversion event.

Example values: form_fill, start_quiz, quiz_complete, order_sample, answer_question, request_consultation

Event Timestampevent_timestamptimestamp

The time the custom conversion event occurred. Formatted according to the ISO 8601 international standard.

Example value: 2022-06-15T19:26:30.000Z

Attribution Modelmodelstring

The attribution model used. By default Triple Attribution.

Possible values: Triple Attribution, Triple Attribution + Views, Clicks & Views, Linear All, Linear Paid, First Click, Last Click

Session IDsession_idstring

The unique session ID assigned by Triple Pixel.

Example value: cltlok4y634IRw62AZ_1710700966152

Triple Pixel IDtriple_idstring

The unique ID assigned by Triple Pixel to track visitors across sessions.

Example value: eltlok4y634IRw62AZ

Measures

Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.

TitleIDTypeDescription
Event Conversion Valueevent_valuenumericThe monetary conversion value assigned to the custom conversion event.
Linear Weightlinear_weightnumericThe fraction of credit this row receives toward its event under the active attribution model. Multi-touch models split credit across touchpoints (values sum to 1 per event); single-touch models emit 1.