Retrieve Report By Zone Id
From wiki.taptica.com
Audience
This document is intended for software engineers, product or project managers responsible for the implementation of Taptica's API for reports.
Retrieve Report By Zone Id
This method is used to send request to Taptica's Core servers for retrieving ads reports. The method will pass to Taptica's Core servers unique IDs identifying the Zone Id and a set of metadata describing the request.
End Point
Ad requests to the Jumptap API comprise:
A simple HTTP GET request of the form:
Parameters Description
Parameter | Description |
token | Type: Authentication token provided by Taptica's Core |
zoneid | Type: string, Zone Id as provisioned by Taptica's Core. |
from | Type: Date , start date to begin the report. |
to | Type: Date , end date to end the report. |
format | Type: string, xml, json or csv responses.
|
Return Value
Type: XML, JSON or CSV dependande on the format value, default value XML