Retrieve analytics for a partner
Retrieve analytics for a partner within a program. The response type vary based on the groupBy
query parameter.
Partners endpoints require an Advanced plan subscription or higher.
Authorizations
Default authentication mechanism
Query Parameters
The ID of the partner to retrieve analytics for.
The ID of the tenant that created the link inside your system.
The interval to retrieve analytics for. If undefined, defaults to 24h.
24h
, 7d
, 30d
, 90d
, 1y
, mtd
, qtd
, ytd
, all
The start date and time when to retrieve analytics from. Takes precedence over interval
.
The end date and time when to retrieve analytics from. If not provided, defaults to the current date. Takes precedence over interval
.
The IANA time zone code for aligning timeseries granularity (e.g. America/New_York). Defaults to UTC.
"America/New_York"
The parameter to group the analytics data points by. Defaults to count
if undefined.
top_links
, timeseries
, count
The ID of the program to retrieve analytics for.
Response
Was this page helpful?