Retrieve placement reports with a daily grain

Placements reports are refreshed once a day around UTC 11:00 AM.

The query and response are OData V4 format. The response may include a "next" link. OData conventions are used for filtering and paging. You can find more information on OData here.

Filter expression

The following fields are filterable

FieldDescriptionFormat
DateAn exact date or a date range in EDM formatYYYY-MM-DDThh:mm:ssZ or YYYY-MM-DDZ
CompanyIdThe company ID to filter by. Most publishers will only have access to a single companyinteger

Example:

Date eq 2023-01-01Z and CompanyId eq 1234

Response

The data is returned as an array of reporting entries.

FieldDescriptionFormat
DateThe date in EDM formatYYYY-MM-DDThh:mm:ssZ
CompanyIdThe company IDinteger
PlacementIdThe placement IDinteger
RequestsUniqueThe unique number of requestsinteger
RequestsTotalThe total number of requestsinteger
ClicksTotalThe total number of clicksinteger
RevenueNetThe net revenuefloat
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!