Get ad network report summary OAuth Scope: posts:read
Get ad network report summary OAuth Scope: posts:read
<Note title="Currently in beta" icon="b">
This feature is currently in beta and the API is subject to change.<br/>
</Note>
Retrieve aggregate advertisement performance and revenue for a publication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
publicationId
The prefixed ID of the publication object.
Query parameters
start_date
Include reports for advertisements sent on or after this date in YYYY-MM-DD format.
end_date
Include reports for advertisements sent on or before this date in YYYY-MM-DD format.
Response
OK
opens
The total approved number of unique opens.
verified_clicks
The total approved number of verified clicks.
revenue
The total formatted revenue approved for payment.
oda
Metrics for advertisements accepted as on-demand offers.
programmatic
Metrics for advertisements placed through programmatic ad slots.
publication_id
The prefixed publication ID. Omitted from account-wide summaries.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error