Authorizations
Query Parameters
The time period over which to aggregate the event data.
Available options:
daily
, weekly
, monthly
The start date for the data range in YYYY-MM-DD format. The startDate must be before the endDate, and the date range must not exceed 400 days.
The end date for the data range in YYYY-MM-DD format. The endDate must be after the startDate, and the date range must not exceed 400 days.
Response
Successful operation
The date of the data point. For weekly or monthly aggregations, this is the first date of the period.
Example:
"2024-01-01"
The user's total for this metric at the end of this date.
Example:
100
The change in the user's total for this metric during this period.
Example:
50