Skip to main content

What it is

The Raw touchpoints dataset is one row per touchpoint recorded for your space within the window. It is the raw, unattributed record — for attribution credit per touchpoint, use Attributed conversions instead.
  • Grain: one row per touchpoint (id).
  • Windowed on: event_time_utc (UTC timestamp).
  • Path segment: touchpoints.
Selecting any Visit metadata column joins the touchpoint’s visit-context record; otherwise no join is performed. Ad entities are carried as IDs only — see Column conventions.

Columns

Touchpoint fields

ColumnStatusDescription
idLockedTouchpoint ID — the row grain and dedup key.
event_time_utcLockedWhen the touchpoint occurred (UTC).
profile_idOptionalThe contact the touchpoint belongs to.
company_idOptionalThe company the contact belongs to.
sourceOptionalTraffic source of the touchpoint (for example facebook_ads).
cometly_account_idOptionalCometly’s internal ad-account ID.
platform_account_idOptionalThe platform’s own ad-account ID.
cometly_campaign_idOptionalCometly’s internal campaign ID.
platform_campaign_idOptionalThe platform’s own campaign ID.
cometly_adset_idOptionalCometly’s internal ad set ID.
platform_adset_idOptionalThe platform’s own ad set ID.
cometly_ad_idOptionalCometly’s internal ad ID.
platform_ad_idOptionalThe platform’s own ad ID.

Visit metadata

The visit-context record for the touchpoint. All optional; selecting any one joins the metadata table.
ColumnStatusDescription
order_idOptionalOrder ID from the source event, if any.
order_nameOptionalOrder name or number from the source event.
idempotency_keyOptionalIdempotency key of the source event.
event_urlOptionalFull event URL, assembled from host, path, and query string.
referrer_urlOptionalFull referrer URL, assembled from referrer host, path, and query.
fbclidOptionalFacebook click ID captured on the visit.
fbpOptionalFacebook browser ID (fbp).
gclidOptionalGoogle click ID.
ttclidOptionalTikTok click ID.
lnclidOptionalLinkedIn click ID.
msclkidOptionalMicrosoft click ID.
rdt_cidOptionalReddit click ID.
tblciOptionalTaboola click ID.
device_typeOptionalDevice type of the visit.
osOptionalOperating system.
browserOptionalBrowser.
languageOptionalBrowser language.
The cometly_*_id columns are the stable keys for joining touchpoints to the Ad analytics datasets in your warehouse.