REPORTS TrafficExport API Version 1
Updated on 2014-04-04
Current Version: Version 1
Deprecated Version:
Requests Allowed: GET/SOAP
Summary:
This API will return an array of traffic reports.
Resource/WSDL Page:
http://yourdomainhere.com/api/1/reports.asmx?op=TrafficExport
Parameters
api_key Required Type: STRING Length (Max/Min): 50 |
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 Required Type: DATE Length (Max/Min): N/A |
Allowed formats: "YYYY-mm-dd","dd-mm-YYYY" Example Values: 2014-02-15 |
end_date Required Type: DATE Length (Max/Min): N/A |
Allowed formats: "YYYY-mm-dd","dd-mm-YYYY" Example Values: 2017-01-17 |
**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:
GET |
https://demo.cakemarketing.com/api/1/reports.asmx/TrafficExport?api_key=YM6FNThM7EnEDC7AAGpp3K2oRjJdGFP&start_date=01/01/2016&end_date=01/30/2016 |
Example Error Messages:
Error Message |
Likely Cause |
Invalid API Key |
API Key does not exist or is expired |