What it is
The Contacts dataset is one row per contact created in your space within the window. A contact is a person known to your tracker (internally called a profile).- Grain: one row per contact (
id). - Windowed on:
created_at(UTC timestamp) — the contact’s original creation time. The internal row timestamp is never exported. - Path segment:
contacts.
Contacts are mutable. Each run carries a contact’s state as of run time, so re-runs self-heal
updates for contacts created inside the window. A contact created before the window is not
re-exported when it later changes — for a full refresh, run a one-time export over all history.
Columns
Contact
Identity
Location & device
Timestamps
Company
Custom fields
Your space’s custom contact fields, by slot. The slot number determines its type:
All optional. The create form shows only the slots your space has configured, labeled with each field’s name.
Output naming is your choice at creation. Custom-field columns can be named by their stable
slot (
profile_field_7) or by the field’s label (frozen as of creation). With label naming,
renaming a field later does not change an existing export’s columns.