search
HomeAdvertiserPublisherAboutus
 
 

Advertiser Reports

Advertiser > Advertiser API > Advertiser Reports

The XML Reports API allows you to access the daily reports for your Campaigns as an XML Feed. Please follow the exact sequence as shown below to get XML Feed. Any change in sequence will not return XML data

Request URL

http://reports.zestadz.com/advertiser_xml_reports

Required Parameters

 zest_key: It’s a unique value 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 ddmmyyyy

Sample Request URL

http://reports.zestadz.com/advertiser_xml_reports?zest_key=14150EB4B1CCAE884AB5D5309A688D5320B&report_date=24-May-2010

Sample Response

<Campaigns>
   <report_date>24-May-2010</report_date>
-<campaign campaign_id ="1">
     <campaign_name>Sample Campaign </campaign_name>
 <metrics>CPC</metrics>
 <campaign_type>WAP</campaign_type>
-<Ads>
      -<ad ad_id ="1">
        <ad_name>Sample Ad</ad_name>
<ad_text>Sample Ad Text </ad_text>
<ad_banner>NA</ad_banner>
<impressions>1,517</impressions>
<clicks>0</clicks>
<amount_spent>$0.00</amount_spent>
<ctr>0.00%</ctr>
      -</ad>
+<ad ad_id ="2">
+<ad ad_id ="3">
     </Ads>
    </campaign>
+<campaign campaign_id ="2">
+<campaign campaign_id ="3">
</Campaigns>