Publisher Reports
Publisher > Publisher API > Publisher Reports
The XML Reports API allows you to access the daily reports for your Site & App as an XML Feed. Please follow the exact sequence as shown below to get XML Feeds. Any change in sequence will not return XML data
Request URL
http://reports.zestadz.com/xml_reports
Required Parameters
key: It’s a unique value and should not be changed. If any changes are made, the request cannot be completed.
cid: It’s a unique site & app id and should not be changed. If any changes are made, the request cannot be completed.
report_date: The report_date can be changed to generate the XML reports for the required date. The format for the date is dd-mm-yyyy
Sample Request URL
http://reports.zestadz.com/xml_reports?key=14131C047A504170941611A2E855A95161A12942EB12FEFC&cid=14131C047A50475E8C&report_date=24-May-2010
Sample Response
| <SiteorApps> |
| |
<site site_id="14131C047A50414347574B574153415E8C"> |
| |
|
<report_date>24-May-2010</report_date>
<app_name>Sample Site or App</app_name>
<type>WAP</type>
<impressions>188,842</impressions>
<clicks>239</clicks>
<revenue>$30.68</revenue>
<ctr>0.13%</ctr>
<ecpm>$0.16</ecpm> |
| |
</site> |
| </SiteorApps> |
|