Skip to main content
GET
Get attribution

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date-time>
required

Inclusive ISO 8601 start date.

end_date
string<date-time>
required

Inclusive ISO 8601 end date.

model
enum<string>

Attribution model. time_decay halves a touch's credit every 7 days. Omit to use the workspace's configured default.

Available options:
last_touch,
first_touch,
linear,
time_decay
window_days
integer
default:30

Attribution lookback in days: a touch earns credit only if it was live inside this window before the conversion. Omit to use the workspace's configured window. The engine's ceiling is 90 — a larger request is answered with 90 and reports both in meta.window_days and meta.window_days_requested.

Required range: 1 <= x <= 365
conversion_events
string

Optional comma-separated custom event names (max 8) to count per channel alongside revenue. Counts appear as events on each channel row and on unattributed. Revenue attribution itself always covers every money row.

Response

Successful response. Shape evolving — read fields defensively and do not depend on the absence of a field.

channels
object[]
unattributed
object
totals
object
meta
object
complete
boolean