REPORTS SiteOfferSummary API Version 4
Updated on 2016-02-09
Current Version: Version 4
Deprecated Version: 1, 2, 3
Requests Allowed: GET/SOAP
Summary:
This API will return an offer/site performance overview for a given period
Resource/WSDL Page:
http://yourdomainhere.com/api/4/reports.asmx?op=SiteOfferSummary
Parameters
api_key | This api_key must be a valid API key (exisiting and NOT expired). You can obtain this api_key from within CAKE >> Setup >> Permissions in the API Key list. Example Values: Fo35NRAqvFLXoZxqB4aViaiYM7iVMhh |
start_date | Allowed formats: YYYY-MM-DD hh:mm:ss, MM-DD-YYYY hh:mm:ss Example Values: 2014-02-15 00:00:00 |
end_date | Allowed formats: YYYY-MM-DD hh:mm:ss, MM-DD-YYYY hh:mm:ss When time stamp is excluded 00:00:00 is assumed, and data on end date will not be included. Example Values: 2014-02-15 23:59:59 **You can only pull one month increments maximum |
brand_advertiser_id | Obtained via GET Advertisers API. Pass 0 for all |
brand_advertiser_manager_id | Obtained via EXPORT Advertisers API. Pass 0 for all |
site_offer_id | Obtained via EXPORT Offers API. Pass 0 for all Example Values: 1234 |
site_offer_tag_id | Obtained via EXPORT Offers API. Pass 0 for all Example Values: 75, 94 |
source_affiliate_tag_id | Obtained via GET AffiliateTagsAPI. Pass 0 for all Example Values: 3, 5, 78 |
event_id | Obtained via EXPORT Advertisers API. Pass 0 for all Example Values: 0, 75, 4864 |
event_type | Allows you to filter only events/micro events, only conversions/macro events, or all Example Values: "all", "macro_event_conversions" or "micro_event_conversions" |
**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 |
Date Range Too Long | Date Range is grater than 31 days |
Invalid Offer ID | Offer requested does not exist |