Retrieves analytics for a project
project id
The way to aggregate the analytics. Possible values are all (aggregate all data together),
year (aggregate data on a yearly basis), month (aggregate data on a yearly basis),
week (aggregate data on a yearly basis), day (aggregate data on a yearly basis), or hour
(aggregate data on an hourly basis, limited to a time_range 7 days or less).
all
, hour
, day
, week
, month
, year
The start date of the aggregation period. The value of this property should be a string in the format yyyy-mm-dd according to ISO 8601.
The end date of the aggregation period. The value of this property should be a string in the format yyyy-mm-dd according to ISO 8601.
The metrics that you want to fetch data for
The media variants to fetch data for
The media formats to fetch data for
OK
The response is of type object[]
.