Retrieve analytics for a partner within a program. The response type vary based on the groupBy
query parameter.
Default authentication mechanism
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. If set, takes precedence over interval
.
The end date and time when to retrieve analytics from. If not provided, defaults to the current date. If set along with start
, takes precedence over interval
.
The IANA time zone code for aligning timeseries granularity (e.g. America/New_York). Defaults to UTC.
"America/New_York"
Search the events by a custom metadata value. Only available for lead and sale events.
10000
"metadata['key']:'value'"
The parameter to group the analytics data points by. Defaults to count
if undefined.
top_links
, timeseries
, count
Partner analytics data
The response is of type object
.