Reports DailySummaryExport API Version 2
Updated on 07-18-2017
Current Version: Version 2
Deprecated Version: V1
Requests Allowed: GET&SOAP
Summary:
Returns an array of the daily summary reports filterable by affiliate, advertiser, offer, vertical, campaign, creative and account manager.
Resource/WSDL Page:
http://yourdomainhere.com/api/2/reports.asmx?op=DailySummaryExport
Parameters
api_key Required Type: STRING Length (Max/Min): 50 | Must be a valid API key (existing and NOT expired) |
start_date Required Type: DATE Length (Max/Min): NA | Allowed formats: "YYYY-mm-dd", "dd-mm-YYYY" |
end_date Required Type: DATE Length (Max/Min): NA | When time stamp is excluded 00:00:00 is assumed, and data on end date will not be included. Allowed formats: "YYYY-mm-dd", "dd-mm-YYYY" |
source_affiliate_id Required Type: INT Length (Max/Min): NA | If passing anything <= 0 the result will include all affiliates. |
brand_advertiser_id Required Type: INT Length (Max/Min): NA | If passing anything <= 0 the result will include all advertisers. |
site_offer_id Required Type: INT Length (Max/Min): NA | If passing anything <= 0 the result will include all offers. |
vertical_id Required Type: SHORT Length (Max/Min): NA | If passing anything <= 0 the result will include all verticals. |
campaign_id Required Type: INT Length (Max/Min): NA | If passing anything <= 0 the result will include all campaigns. |
creative_id Required Type: INT Length (Max/Min): NA | If passing anything <= 0 the result will include all creatives. |
account_manager_id Required Type: INT Length (Max/Min): NA | If passing anything <= 0 the result will include all account managers. |
include_tests Required Type: BOOL Length (Max/Min): N/A | Example Values: True, False |
**Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value).
Example Request
Sample XML Response:
Example Error Messages:
Error Message | Likely Cause |
Invalid API Key | API key does not exist or is expired |