EXPORT SiteOffers API Version 7
Updated on 04/01/2022
Current Version: 7
Deprecated Version: V1, V2, V3, V4, V5, V6
Requests Allowed: GET & SOAP
Summary:
Returns an array of offers potentially filtered by offer id, offer name, advertiser id, vertical id, offer type id, media type id, offer status id or tag id.
You can also obtain this from within your CAKE instance by going to the advertiser tab >> offers >> export.
Resource/WSDL Page:
https://<your_domain_here>/api/7/export.asmx?op=SiteOffers
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. Example Value: Fo35NRAqvFLXoZxqB4aViaiYM7iVMhh |
site_offer_name | Leave blank = ALL Offer names Example Values: ACME Offer |
site_offer_id | This is the identifier for a unique Offer. Use EXPORT Offer API 0 = ALL Offer IDs Example Values: 1234 |
brand_advertiser_id | If passing anything <= 0 the result will include all advertisers. If the advertiser ID does not exist, it will return an empty array instead of an error. You can obtain the advertiser ID from within your CAKE instance under the Advertiser tab >> ID Example Values: 1234 |
vertical_id | Must pass at least >= 0 as value. Used to filter records matching the value or will return all records if <=0. Use EXPORT Verticals API Example Values: 3 |
site_offer_type_id | Must pass at least >= 0 as value. Used to filter records matching the value or will return all records if <=0. Use GET OfferTypes API Example Values: 3 |
media_type_id | Must pass at least >= 0 as value. Used to filter records matching the value or will return all records if <=0. Use GET MediaTypes API Example Values: 3 |
tag_id | Obtained via previous EXPORT Offers call Example Values: 3 |
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 "offer_id","offer_name", "date_created", "expiration_date" |
sort_descending | The following values can only be used for this parameter (TRUE or FALSE). Example Values: TRUE |
site_offer_status_id Required Type: Integer | Status of the offer. Use GET OfferStatuses API Example Values: 1 |
**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:
<success>true</success> <row_count>10936</row_count> <site_offers> <site_offer> <site_offer_id>1</site_offer_id> <site_offer_name>Super Sneakers</site_offer_name> <third_party_name>Sneak101</third_party_name> <brand_advertiser> <brand_advertiser_id xmlns="API:id_name_store">1</brand_advertiser_id> <brand_advertiser_name xmlns="API:id_name_store">CAKE Demo</brand_advertiser_name> </brand_advertiser> <vertical> <vertical_id xmlns="API:id_name_store">1</vertical_id> <vertical_name xmlns="API:id_name_store">Insurance</vertical_name> </vertical> <site_offer_type> <site_offer_type_id xmlns="API:id_name_store">3</site_offer_type_id> <site_offer_type_name xmlns="API:id_name_store">3rd Party</site_offer_type_name> </site_offer_type> <site_offer_status> <site_offer_status_id xmlns="API:id_name_store">1</site_offer_status_id> <site_offer_status_name xmlns="API:id_name_store">Public</site_offer_status_name> </site_offer_status> <hidden>false</hidden> <site_offer_image_link/> <default_site_offer_contract_id>1</default_site_offer_contract_id> <site_offer_contracts> <site_offer_contract_info> <site_offer_contract_id>77058</site_offer_contract_id> <site_offer_contract_name>[QA] Test this now</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-02-24T17:23:44.153</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-02-24T17:23:44.153</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77060</site_offer_contract_id> <site_offer_contract_name>[QA] Test this now</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-02-24T20:54:02.207</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-02-24T20:54:02.207</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77088</site_offer_contract_id> <site_offer_contract_name>[DEV] bug -kj-502 Test this now</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-03-01T13:34:37.61</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-03-01T13:34:37.61</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77113</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77114</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77115</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77116</site_offer_contract_id> <site_offer_contract_name>test</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77130</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77131</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77133</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77134</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77135</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77136</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77082</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-02-28T16:52:03.063</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-02-28T16:52:03.063</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77083</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-02-28T17:26:19.943</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-02-28T17:26:19.943</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77084</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-02-28T19:59:49.857</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-02-28T19:59:49.857</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77085</site_offer_contract_id> <site_offer_contract_name>[QA] KJ-502 Test this now</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-02-28T20:06:44.993</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-02-28T20:06:44.993</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77086</site_offer_contract_id> <site_offer_contract_name>[QA] KJ-502 Test this now</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2022-02-28T20:14:40.963</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2022-02-28T20:14:40.963</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77139</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77140</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77142</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>-1.0000</amount> <formatted_amount>-$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77150</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77151</site_offer_contract_id> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77153</site_offer_contract_id> <site_offer_contract_name>test</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77154</site_offer_contract_id> <site_offer_contract_name>test</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77155</site_offer_contract_id> <site_offer_contract_name>testing...</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77156</site_offer_contract_id> <site_offer_contract_name>test</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>77157</site_offer_contract_id> <site_offer_contract_name>test</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link/> <thankyou_link/> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">0</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Old Targeting</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>1900-01-01T00:00:00</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>1900-01-01T00:00:00</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>2</site_offer_contract_id> <site_offer_contract_name>test</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </current_received> <site_offer_link>http://www.bing.com/search?q=landing_page</site_offer_link> <thankyou_link>http://www.bing.com/search?q=landing_page</thankyou_link> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">3</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Rules</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2012-05-30T15:49:40.587</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>10.1000</amount> <formatted_amount>$10.10</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2012-05-30T15:49:40.587</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.0000</amount> <formatted_amount>$1.00</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> <rules> <rule> <rule_id>104</rule_id> <rule_name>iPhone Traffic Rule</rule_name> <order>1</order> <active>true</active> <redirect_offer> <offer_contract_id xmlns="API:id_name_store">147</offer_contract_id> <offer_contract_name xmlns="API:id_name_store">Free Business Cards - FirstPage - CPA - C$6.76</offer_contract_name> </redirect_offer> </rule> </rules> </site_offer_contract_info> <site_offer_contract_info> <site_offer_contract_id>1</site_offer_contract_id> <site_offer_contract_name>Offer Contract 1</site_offer_contract_name> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <current_payout> <is_percentage>false</is_percentage> <amount>16.5400</amount> <formatted_amount>$16.54</formatted_amount> </current_payout> <current_received> <is_percentage>false</is_percentage> <amount>1.8000</amount> <formatted_amount>$1.80</formatted_amount> </current_received> <site_offer_link>http://getCAKE.com</site_offer_link> <thankyou_link>http://getCAKE.com/thankyou</thankyou_link> <hidden>false</hidden> <targeting_method> <targeting_method_id xmlns="API:id_name_store">3</targeting_method_id> <targeting_method_name xmlns="API:id_name_store">Rules</targeting_method_name> </targeting_method> <event_overrides/> <payouts> <payout> <current_payout>true</current_payout> <start_date>2012-05-30T15:37:00.663</start_date> <payout_amount> <is_percentage>false</is_percentage> <amount>16.5400</amount> <formatted_amount>$16.54</formatted_amount> </payout_amount> <notes/> </payout> </payouts> <prices_received> <price_received> <current_price_received>true</current_price_received> <start_date>2012-05-30T15:37:00.663</start_date> <price_received_amount> <is_percentage>false</is_percentage> <amount>1.8000</amount> <formatted_amount>$1.80</formatted_amount> </price_received_amount> <notes/> </price_received> </prices_received> <rules> <rule> <rule_id>104</rule_id> <rule_name>iPhone Traffic Rule</rule_name> <order>1</order> <active>true</active> <redirect_offer> <offer_contract_id xmlns="API:id_name_store">146</offer_contract_id> <offer_contract_name xmlns="API:id_name_store">Classified Ads = $$$ - FirstPage - CPA - £8.31</offer_contract_name> </redirect_offer> </rule> <rule> <rule_id>289</rule_id> <rule_name>Russian ios</rule_name> <order>2</order> <active>false</active> <redirect_offer> <offer_contract_id xmlns="API:id_name_store">597</offer_contract_id> <offer_contract_name xmlns="API:id_name_store">$80 Signup - CPA</offer_contract_name> </redirect_offer> </rule> </rules> </site_offer_contract_info> </site_offer_contracts> <tiers> <tier> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <affiliate_tier> <affiliate_tier_id xmlns="API:id_name_store">102</affiliate_tier_id> <affiliate_tier_name xmlns="API:id_name_store">0-25 Klout</affiliate_tier_name> </affiliate_tier> <offer_contract> <offer_contract_id xmlns="API:id_name_store">1</offer_contract_id> <offer_contract_name xmlns="API:id_name_store">Offer Contract 1</offer_contract_name> </offer_contract> </tier> <tier> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <affiliate_tier> <affiliate_tier_id xmlns="API:id_name_store">103</affiliate_tier_id> <affiliate_tier_name xmlns="API:id_name_store">76-100 Klout</affiliate_tier_name> </affiliate_tier> <offer_contract> <offer_contract_id xmlns="API:id_name_store">1</offer_contract_id> <offer_contract_name xmlns="API:id_name_store">Offer Contract 1</offer_contract_name> </offer_contract> </tier> <tier> <price_format> <price_format_id xmlns="API:id_name_store">1</price_format_id> <price_format_name xmlns="API:id_name_store">CPA</price_format_name> </price_format> <affiliate_tier> <affiliate_tier_id xmlns="API:id_name_store">104</affiliate_tier_id> <affiliate_tier_name xmlns="API:id_name_store">26-50 Klout</affiliate_tier_name> </affiliate_tier> <offer_contract> <offer_contract_id xmlns="API:id_name_store">1</offer_contract_id> <offer_contract_name xmlns="API:id_name_store">Offer Contract 1</offer_contract_name> </offer_contract> </tier> </tiers> <tags/> <allowed_media_types/> <currency> <currency_id xmlns="API:id_name_store">1</currency_id> <currency_symbol xmlns="API:id_name_store">$</currency_symbol> <currency_name xmlns="API:id_name_store">US Dollar</currency_name> <currency_abbr xmlns="API:id_name_store">USD</currency_abbr> </currency> <ssl>false</ssl> <cookie_domain_override>demo-newtrk.cakemarketing.com</cookie_domain_override> <suppression_amount>1</suppression_amount> <click_cap> <limit>100000</limit> <cap_interval> <cap_interval_id xmlns="API:id_name_store">0</cap_interval_id> <cap_interval_name xmlns="API:id_name_store">None</cap_interval_name> </cap_interval> <start_date xsi:nil="true"/> <review_no_redirect>false</review_no_redirect> </click_cap> <conversion_cap> <limit>25000</limit> <cap_interval> <cap_interval_id xmlns="API:id_name_store">2</cap_interval_id> <cap_interval_name xmlns="API:id_name_store">Weekly</cap_interval_name> </cap_interval> <start_date xsi:nil="true"/> <review_no_redirect>true</review_no_redirect> </conversion_cap> <click_cookie_days>30</click_cookie_days> <impression_cookie_days>30</impression_cookie_days> <enable_view_thru_conversions>false</enable_view_thru_conversions> <click_trumps_impression>false</click_trumps_impression> <disable_click_deduplication>false</disable_click_deduplication> <disable_impression_deduplication>false</disable_impression_deduplication> <voucher_code_attribution> <voucher_code_attribution_id xmlns="API:id_name_store">0</voucher_code_attribution_id> <voucher_code_attribution_name xmlns="API:id_name_store">Default to Global</voucher_code_attribution_name> </voucher_code_attribution> <last_touch>false</last_touch> <enable_transaction_id_deduplication>false</enable_transaction_id_deduplication> <conversions_from_whitelist_only>false</conversions_from_whitelist_only> <pixel_info> <pixel_html/> <postback_url/> <postback_delay_ms xsi:nil="true"/> </pixel_info> <fire_global_pixel>false</fire_global_pixel> <fire_pixel_on_non_paid_conversions>false</fire_pixel_on_non_paid_conversions> <disable_prepop_appending>false</disable_prepop_appending> <redirect_site_offer> <site_offer_contract_id xmlns="API:id_name_store">37</site_offer_contract_id> <site_offer_contract_name xmlns="API:id_name_store">UC Irvine Online - FirstPage - CPA - $8.39 - Expired</site_offer_contract_name> </redirect_site_offer> <redirect_404>false</redirect_404> <session_regeneration_seconds xsi:nil="true"/> <suppression_list> <suppression_list_id>115</suppression_list_id> <suppression_list_name>Optizmo List</suppression_list_name> <suppression_list_type> <suppression_list_type_id xmlns="API:id_name_store">3</suppression_list_type_id> <suppression_list_type_name xmlns="API:id_name_store">Optizmo</suppression_list_type_name> </suppression_list_type> <md5_only>false</md5_only> <date_created>2012-12-07T00:00:00</date_created> <date_updated xsi:nil="true"/> </suppression_list> <unsubscribe_link/> <preview_link>http://getCAKE.com</preview_link> <site_offer_description>Hot new sneakers for you</site_offer_description> <restrictions>Only for sneakers, not sandals</restrictions> <advertiser_extended_terms>Must be a human to run Offer</advertiser_extended_terms> <testing_instructions>Use a fake CC</testing_instructions> <test_link>http://demo-newtrk.cakemarketing.com/?E=tKuSSQmEef1vpBPni04cFvd%2bTFXl01kM&s1=Test</test_link> <from_lines/> <subject_lines/> <upsells> <upsell> <offer_contract> <offer_contract_id xmlns="API:id_name_store">224</offer_contract_id> <offer_contract_name xmlns="API:id_name_store">Super Sneakers - CPA - $27.18 - Expired</offer_contract_name> </offer_contract> <creative> <creative_id xmlns="API:id_name_store">584</creative_id> <creative_name xmlns="API:id_name_store">584 - Link</creative_name> </creative> <order>1</order> <top_html/> <bottom_html><p>Not interested in this offer? Click <a href="#nextoffer#">here</a> to continue.</p></bottom_html> <prepop_link>true</prepop_link> </upsell> </upsells> <thankyou_html/> <date_created>2012-05-30T15:37:00.663</date_created> <expiration_date xsi:nil="true"/> <notes>One of the hottest Offers we've ever run!</notes> </site_offer> <site_offer>
Example Error Messages:
Error Message | Likely Cause |
Invalid API Key | API Key does not exist or is expired |