Data configuration

Total Count (SAMPLLE) of Impressions across multiple profiles

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

The "dateFrom" property specifies the start date for the data to be retrieved, while the "dateTo" property specifies theend date for the data.

The "brandId" property specifies the ID of the brand for which the data is being retrieved. Finally, the "profiles" propertyis 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 "COUNT". This means thatthe API call will return the total count of impressions for the specified brand and profiles within the specified daterange.

Last updated