Returns every touchpoint and conversion for a contact, sorted by time, with an LTV total. Use for “how did this lead get here?” questions or for diagnosing attribution decisions on a real example.Documentation Index
Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
Use this file to discover all available pages before exploring further.
When to use
- “Show me the journey for contact 8231.”
- “Why was this credited to Facebook?”
- Understanding the full first-touch → conversion flow for a real customer.
query_contacts_aggregated. For the contact’s basic record, use get_contact.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
profile_id | integer | Yes | Numeric profile id. |
hide_direct_touchpoints | boolean | No | Suppress direct-source touchpoints after the first. Default: true. |
format | string | No | json (default), csv, or yaml. |