Get ad network reports OAuth Scope: posts:read
Get ad network reports 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 advertisement performance and payment reports for the 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
limit
A limit between 1 and 100. Defaults to 10.
page
The page of reports to return. Defaults to 1.
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
data
Advertisement performance and payment reports for the publication.
limit
The maximum number of reports returned.
page
The page number returned.
total_results
The total number of reports.
total_pages
The total number of pages.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error