Reports SubIDSummary API Version 1
Created On 11/25/15
Current Version: Version 1
Deprecated Versions: N/A
Requests Allowed: GET/POST/SOAP
Summary:
Returns summary report of an Affiliate's SubIDs. Can pull up to one month of data per call.
Resource/WSDL Page:
http://<your_domain_here>/api/1/reports.asmx?op=SubIDSummary
Parameters:
api_key | As an administrator to your CAKE instance, you can obtain your API key in one of two ways. 1.) From within your instance >> setup tab >> permissions. 2.) Using the GET GetAPIKey Example Values: dNJFmId9rIZZrs |
start_date |
Allowed formats: "YYYY-mm-dd","dd-mm-YYYY" Example Values: 2015-07-01 |
end_date | ***Max date range is 31 days Allowed formats: "YYYY-mm-dd","dd-mm-YYYY" When time stamp is excluded 00:00:00 is assumed, and data on end date will not be included. Example Values: 2015-08-01 |
source_affiliate_id | Source/Affiliate id Affiliate ID. Use EXPORT Affiliates API Example Values: 7894 |
site_offer_id | Filter for a specific offer/site. Pass 0 for all offers/sites. Use EXPORT Offers API Example Values: 75, 94 |
event_id | Filter for a specific event id. Use EXPORT Advertisers API or EXPORT Offers API Example Values: 84, 64 |
revenue_filter | Filter for conversions, Events or both. Example Values: "conversions_and_events", "conversions" or "events" |
**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. |