Skip to main content
GET
Returns period totals, a zero-filled time series, traffic, geography, and device breakdowns, and a paginated list of recent conversions for one affiliate. Requires the read:affiliates permission. Successful responses are cached for 60 seconds after the affiliate is authorized. Custom start_date and end_date take precedence over range. page and limit paginate recent_conversions only.

Path Parameters

string
required
The unique identifier of the affiliate

Query Parameters

string
default:"30d"
Preset reporting window. Valid values: 24h, 7d, 30d, 3m, 12m, alltime. Ignored when both start_date and end_date are set.
string
Custom range start date in YYYY-MM-DD (UTC). Must be sent together with end_date.
string
Custom range end date in YYYY-MM-DD (UTC), inclusive. Must be sent together with start_date. Must be on or after start_date.
integer
default:"1"
Page of recent_conversions. Must be a positive integer. Does not paginate summary, time series, or breakdowns.
integer
default:"20"
Number of recent_conversions per page. Minimum 1, maximum 100.

Response

boolean
Always true for successful responses
object
Analytics payload for the requested affiliate and period.

Errors