REPORTS ConversionChanges API
Updated on 2014-04-02
Current Version: Version 10
Deprecated Version: V5, V6
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/10/reports.asmx?op=ConversionChanges
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_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 |
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 |
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 |
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: INTEGER Length (Max/Min): N/A | Accepts "conversion_id", "visitor_id", "request_session_id", "click_id", "conversion_date", "transaction_id" or "last_updated" Example Values: 3 |
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 |
**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:
<row_count>1789</row_count>
<visitor_id>1146146</visitor_id>
<request_session_id>151631</request_session_id>
<click_request_session_id xsi:nil="true"/>
<click_id xsi:nil="true"/>
<conversion_date>2011-12-09T06:02:03.577</conversion_date>
<last_updated>2013-01-23T20:53:56.547</last_updated>
<click_date xsi:nil="true"/>
<affiliate_name xmlns="API:id_name_store">Affilate 4410</affiliate_name>
</affiliate>
<advertiser_name xmlns="API:id_name_store">Rename Advertiser</advertiser_name>
</advertiser>
<offer_name xmlns="API:id_name_store">WALMART Gift Card - UK</offer_name>
</offer>
<offer_contract_name xmlns="API:id_name_store">Offer Contract 294</offer_contract_name>
</offer_contract>
<campaign_id>1010</campaign_id>
<creative_name xmlns="API:id_name_store">326 - Best Creative</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<conversion_type>Click - CPA</conversion_type>
<amount>0.0000</amount>
<formatted_amount>€0.00</formatted_amount>
</paid>
<amount>2.7500</amount>
<formatted_amount>€2.75</formatted_amount>
</received>
<step_reached>1</step_reached>
<pixel_dropped>false</pixel_dropped>
<suppressed>false</suppressed>
<returned>false</returned>
<test>false</test>
<transaction_id/>
<conversion_ip_address>192.168.1.1</conversion_ip_address>
<conversion_referrer_url/>
<click_referrer_url/>
Mozilla/4.0%20(compatible;%20MSIE%207.0;%20AOL%209.0;%20Windows%20NT%205.1;%20FunWebProducts;%20.NET%20CLR%201.1.4322)
</conversion_user_agent>
<click_user_agent/>
<disposition_name>Generic Voicemail</disposition_name>
<disposition_type_name xmlns="API:id_name_store">Approved</disposition_type_name>
</disposition_type>
<contact>John Doe</contact>
<disposition_date>2011-12-09T10:36:09.16</disposition_date>
</current_disposition>
<note/>
</conversion>
<visitor_id>1146467</visitor_id>
<request_session_id>151974</request_session_id>
<click_request_session_id xsi:nil="true"/>
<click_id xsi:nil="true"/>
<conversion_date>2011-12-09T06:56:42.297</conversion_date>
<last_updated>2013-01-23T20:53:56.547</last_updated>
<click_date xsi:nil="true"/>
<affiliate_name xmlns="API:id_name_store">Affilate 4410</affiliate_name>
</affiliate>
<advertiser_name xmlns="API:id_name_store">Rename Advertiser</advertiser_name>
</advertiser>
<offer_name xmlns="API:id_name_store">WALMART Gift Card - UK</offer_name>
</offer>
<offer_contract_name xmlns="API:id_name_store">Offer Contract 294</offer_contract_name>
</offer_contract>
<campaign_id>1010</campaign_id>
<creative_name xmlns="API:id_name_store">326 - Best Creative</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<conversion_type>Click - CPA</conversion_type>
<amount>0.0000</amount>
<formatted_amount>€0.00</formatted_amount>
</paid>
<amount>2.5000</amount>
<formatted_amount>€2.50</formatted_amount>
</received>
<step_reached>1</step_reached>
<pixel_dropped>false</pixel_dropped>
<suppressed>false</suppressed>
<returned>false</returned>
<test>false</test>
<transaction_id/>
<conversion_ip_address>192.168.1.1</conversion_ip_address>
<conversion_referrer_url/>
<click_referrer_url/>
Mozilla/4.0%20(compatible;%20MSIE%207.0;%20Windows%20NT%206.0;%20SLCC1;%20.NET%20CLR%202.0.50727;%20Media%20Center%20PC%205.0;%20.NET%20CLR%203.5.30729;%20.NET%20CLR%203.0.30618)
</conversion_user_agent>
<click_user_agent/>
<disposition_name>Verified filled out form and qualifies for product</disposition_name>
<disposition_type_name xmlns="API:id_name_store">Approved</disposition_type_name>
</disposition_type>
<contact>John Doe</contact>
<disposition_date>2011-12-09T10:55:14.397</disposition_date>
</current_disposition>
<note/>
</conversion>
<visitor_id>1146520</visitor_id>
<request_session_id>152027</request_session_id>
<click_request_session_id xsi:nil="true"/>
<click_id xsi:nil="true"/>
<conversion_date>2011-12-09T07:08:58.497</conversion_date>
<last_updated>2013-01-23T20:53:56.547</last_updated>
<click_date xsi:nil="true"/>
<affiliate_name xmlns="API:id_name_store">Affilate 4410</affiliate_name>
</affiliate>
<advertiser_name xmlns="API:id_name_store">Rename Advertiser</advertiser_name>
</advertiser>
<offer_name xmlns="API:id_name_store">WALMART Gift Card - UK</offer_name>
</offer>
<offer_contract_name xmlns="API:id_name_store">Offer Contract 294</offer_contract_name>
</offer_contract>
<campaign_id>1010</campaign_id>
<creative_name xmlns="API:id_name_store">326 - Best Creative</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<conversion_type>Click - CPA</conversion_type>
<amount>15.0000</amount>
<formatted_amount>€15.00</formatted_amount>
</paid>
<amount>24.0000</amount>
<formatted_amount>€24.00</formatted_amount>
</received>
<step_reached>1</step_reached>
<pixel_dropped>true</pixel_dropped>
<suppressed>false</suppressed>
<returned>false</returned>
<test>false</test>
<transaction_id/>
<conversion_ip_address>168.192.1.1</conversion_ip_address>
<conversion_referrer_url/>
<click_referrer_url/>
Mozilla/4.0%20(compatible;%20MSIE%207.0;%20AOL%209.1;%20AOLBuild%204334.34;%20Windows%20NT%206.0;%20GTB6;%20SLCC1;%20.NET%20CLR%202.0.50727;%20Media%20Center%20PC%205.0;%20.NET%20CLR%203.5.30729;%20.NET%20CLR%203.0.30618)
</conversion_user_agent>
<click_user_agent/>
<disposition_name>Generic Voicemail</disposition_name>
<disposition_type_name xmlns="API:id_name_store">Approved</disposition_type_name>
</disposition_type>
<contact>John Doe</contact>
<disposition_date>2011-12-09T10:55:52.017</disposition_date>
</current_disposition>
<note/>
</conversion>
<visitor_id>1146503</visitor_id>
<request_session_id>152010</request_session_id>
<click_request_session_id xsi:nil="true"/>
<click_id xsi:nil="true"/>
<conversion_date>2011-12-09T07:09:19.557</conversion_date>
<last_updated>2013-01-23T20:53:56.547</last_updated>
<click_date xsi:nil="true"/>
<affiliate_name xmlns="API:id_name_store">Affilate 4410</affiliate_name>
</affiliate>
<advertiser_name xmlns="API:id_name_store">Rename Advertiser</advertiser_name>
</advertiser>
<offer_name xmlns="API:id_name_store">WALMART Gift Card - UK</offer_name>
</offer>
<offer_contract_name xmlns="API:id_name_store">Offer Contract 294</offer_contract_name>
</offer_contract>
<campaign_id>1010</campaign_id>
<creative_name xmlns="API:id_name_store">326 - Best Creative</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<conversion_type>Click - CPA</conversion_type>
<amount>15.0000</amount>
<formatted_amount>€15.00</formatted_amount>
</paid>
<amount>0.0000</amount>
<formatted_amount>€0.00</formatted_amount>
</received>
<step_reached>1</step_reached>
<pixel_dropped>true</pixel_dropped>
<suppressed>false</suppressed>
<returned>false</returned>
<test>false</test>
<transaction_id/>
<conversion_ip_address>168.192.1.1</conversion_ip_address>
<conversion_referrer_url/>
<click_referrer_url/>
Mozilla/4.0%20(compatible;%20MSIE%206.0;%20Windows%20NT%205.1;%20SV1)
</conversion_user_agent>
<click_user_agent/>
<disposition_name>Disconnected Number</disposition_name>
<disposition_type_name xmlns="API:id_name_store">Rejected</disposition_type_name>
</disposition_type>
<contact>John Doe</contact>
<disposition_date>2011-12-09T10:57:52.817</disposition_date>
</current_disposition>
<note/>
</conversion>
<visitor_id>1146609</visitor_id>
<request_session_id>152120</request_session_id>
<click_request_session_id xsi:nil="true"/>
<click_id xsi:nil="true"/>
<conversion_date>2011-12-09T07:23:21.12</conversion_date>
<last_updated>2013-01-23T20:53:56.547</last_updated>
<click_date xsi:nil="true"/>
<affiliate_name xmlns="API:id_name_store">Affilate 4410</affiliate_name>
</affiliate>
<advertiser_name xmlns="API:id_name_store">Rename Advertiser</advertiser_name>
</advertiser>
<offer_name xmlns="API:id_name_store">WALMART Gift Card - UK</offer_name>
</offer>
<offer_contract_name xmlns="API:id_name_store">Offer Contract 294</offer_contract_name>
</offer_contract>
<campaign_id>1010</campaign_id>
<creative_name xmlns="API:id_name_store">326 - Best Creative</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<conversion_type>Click - CPA</conversion_type>
<amount>15.0000</amount>
<formatted_amount>€15.00</formatted_amount>
</paid>
<amount>16.0000</amount>
<formatted_amount>€16.00</formatted_amount>
</received>
<step_reached>1</step_reached>
<pixel_dropped>true</pixel_dropped>
<suppressed>false</suppressed>
<returned>false</returned>
<test>false</test>
<transaction_id/>
<conversion_ip_address>168.192.1.1</conversion_ip_address>
<conversion_referrer_url/>
<click_referrer_url/>
Mozilla/4.0%20(compatible;%20MSIE%208.0;%20Windows%20NT%206.0;%20WOW64;%20Trident/4.0;%20SLCC1;%20.NET%20CLR%202.0.50727;%20Media%20Center%20PC%205.0;%20.NET%20CLR%203.5.30729;%20.NET%20CLR%203.0.30729)
</conversion_user_agent>
<click_user_agent/>
<disposition_name>Voicemail matches name</disposition_name>
<disposition_type_name xmlns="API:id_name_store">Approved</disposition_type_name>
</disposition_type>
<contact>John Doe</contact>
<disposition_date>2011-12-09T10:59:07.713</disposition_date>
</current_disposition>
<note/>
</conversion>
</conversions>
</conversion_report_response>
Example Error Messages:
Error Message | Likely Cause |
Invalid API Key | API Key does not exist or is expired |