API ReferenceRevenue

Revenue by attribution

Break down revenue by attribution (first- or last-touch source/medium/campaign), at the account or identity level, for a project over a window. Organization-wide; requires owner/admin. Returns currency and rows of dimension, revenue, and orders.

GET
/projects/{project_id}/revenue/by-attribution
AuthorizationBearer <token>

Organization API Token (prefixed sk_) sent as Authorization: Bearer sk_.... Create one in Settings and grant it scopes. Server-side only.

In: header

Path Parameters

project_idstring

Query Parameters

model?string

Attribution model: first_touch or last_touch. Default first_touch.

Value in"first_touch" | "last_touch"
level?string

Attribute at the account or identity level. Default account.

Value in"account" | "identity"
dimension?string

Attribution dimension to break down by. Default source.

Value in"source" | "medium" | "campaign"
start_date?string

Inclusive start of the window (ISO-8601). Defaults to 30 days ago.

end_date?string

Inclusive end of the window (ISO-8601). Defaults to now.

limit?integer

Maximum number of rows to return (1-100). Defaults to 20.

Range1 <= value <= 100

Response Body

curl -X GET "https://api.logspot.io/v1/projects/string/revenue/by-attribution"
Empty
Empty
Empty
Empty
Empty