REPORTS EventConversionChanges API
Updated on 03/18/2024
Current Version: Version 18
Deprecated Version: V5 - V17
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. This version includes Advertiser Sub ID fields.
Resource/WSDL Page:
https://yourdomainhere/api/18/reports.asmx?op=EventConversionChanges
Parameters
api_key Required Type: STRING Length (Max/Min): 50 | 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 Required Type: DATE Length (Max/Min): N/A | 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_event_conversions Required Type: BOOL Length (Max/Min): N/A | Drives whether only changed conversions are returned or new ones as well. Example Values: TRUE or FALSE |
source_affiliate_id Required Type: INTEGER Length (Max/Min): N/A | 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 |
brand_advertiser_id Required Type: INTEGER Length (Max/Min): N/A | 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 |
site_offer_id Required Type: INTEGER Length (Max/Min): N/A | 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 Required Type: INTEGER Length (Max/Min): N/A | 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 Required Type: INTEGER Length (Max/Min): N/A | 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 Required Type: BOOL Length (Max/Min): N/A | Drives whether test conversions are returned. Example Values: TRUE or FALSE |
start_at_row Required Type: INTEGER Length (Max/Min): N/A | Must pass at least 0 as value, which means start at the beginning of the data set. Example Values: 3 |
row_limit Required Type: INTEGER Length (Max/Min): N/A | Must pass at least 0 as value, which means no limit. Example Values: 3 |
sort_field Required Type: SHORT Length (Max/Min): N/A | Accepts "event_conversion_id", "visitor_id", "request_session_id", "click_id", "event_conversion_date", "transaction_id" or "last_updated" Example Values: event_conversion_date |
sort_descending Required Type: BOOL Length (Max/Min): N/A | The following values can only be used for this parameter (TRUE or FALSE). Example Values: TRUE or FALSE |