REPORTS ConversionChanges API
Updated on 2014-04-02
Current Version: Version 6
Latest Version: Version 10
Deprecated Version: V5
Requests Allowed: GET/SOAP
Summary:
This API will return a list of Conversions that have changed within a specific time period. This information can also be found in the Conversion Report.
Resource/WSDL Page:
http://yourdomainhere/api/6/reports.asmx?op=ConversionChanges
Parameters
api_key |
This api_key will provide you with the ability to export Campaigns for your instance. You can obtain this api_key from within CAKE >> Setup >> Permissions in the API Key list. Must be a valid API key (exisiting and NOT expired) Example Values: Fo35NRAqvFLXoZxqB4aViaiYM7iVMhh |
changes_since |
This date will filter all conversions from a specific date. Allowed formats: "YYYY-mm-dd","dd-mm-YYYY" Example Values: 2014-02-15 |
include_new_conversions |
Drives whether only changed conversions are returned or new ones as well. Example Values: Y |
affiliate_id |
This is the identifier for a unique Affiliate. This can be found on any Affiliate card. If passing anything <= 0 the result will include all affiliates.
Example Values: 1234 |
advertiser_id |
This is the identifier for a unique Advertiser. This can be found on any Advertiser card. If passing anything <= 0 the result will include all advertisers. Example Values: 1234 |
offer_id |
This is the identifier for a unique Offer. This can be found on any Offer card. If passing anything <= 0 the result will include all offers. Example Values: 1234 |
campaign_id |
This is the identifier for a unique Campaign. This can be found on any Campaign card. If passing anything <= 0 the result will include all campaigns.
Example Values: 1234 |
creative_id |
This is the identifier for a unique Creative. This can be found on any Creative card. If passing anything <= 0 the result will include all creatives. Example Values: 1234 |
include_tests |
Drives whether test conversions are returned. Example Values: Y |
start_at_row |
Must pass at least 0 as value, which means start at the beginning of the data set. Example Values: 3 |
row_limit |
Must pass at least 0 as value, which means no limit. Example Values: 3 |
sort_field |
Accepts "conversion_id", "visitor_id", "request_session_id", "click_id", "conversion_date", "transaction_id" or "last_updated" Example Values: 3 |
sort_descending Required |
The following values can only be used for this parameter (TRUE or FALSE). Example Values: TRUE |
**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 |
Sample XML Response:
Example Error Messages:
Error Message |
Likely Cause |
Invalid API Key |
API Key does not exist or is expired |