Get Transparency Report
POST {{baseUrl}}/2021-10/log-level/advertisers/:advertiser-id/report
This Statistics endpoint provides publisher data.
Request Body
{"startDate"=>"<dateTime>", "endDate"=>"<dateTime>", "shouldDisplayProductIds"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"data":[{"type":"TransparencyReport","attributes":{"advertiserId":"123","tokenValidUntil":"2021-01-31T00:00:00.0000000+00:00","files":[{"fileName":"report.csv","url":"https://www.example.com/transparency"}]}}]}