Average value

Average Engagement Data across multiple Profiles

The "filter" parameter is an object that has four properties: "dateFrom", "dateTo", "brandId", and "profiles".

"dateFrom" specifies the start date of the data to retrieve.

"dateTo" specifies the end date of the data to retrieve.

"brandId" specifies the ID of the brand for which the data is being retrieved.

"profiles" is an array of profile IDs for which the data is being retrieved.

The "metric" parameter specifies the type of metric being requested, which in this case is "AVG".

The overall function of the API call is to retrieve the average number of engagements for the specified brand andprofiles within the specified date range.

Last updated