NOTICE: THIS VERSION OF THE API HAS BEEN DEPRECATED. IT WILL CONTINUE TO WORK INDEFINITELY, BUT HAS INCREASED FUNCTIONALITY IN NEWER VERSIONS.
WSDL Page: http://<your_domain_here>/api/2/export.asmx?op=Advertisers
Parameter Summary:
api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}
affiliate_id / INT = Affiliate ID ["0" = ALL Affiliates] {See export.asmx > Affiliates}
Parameter Types:
api_key - ID
affiliate_id - ID
Sample GET Call:
http://demo.cakemarketing.com/api/2/export.asmx/Affiliates?api_key=dNJFmId9rI&affiliate_id=6066
Sample XML Response:
<ArrayOfAffiliate>
<Affiliate>
<affiliate_id>6066</affiliate_id>
<affiliate_name>#1 Affiliate</affiliate_name>
<account_manager_id>3295</account_manager_id>
<account_manager_name>Something Else</account_manager_name>
<status_name>Active</status_name>
<address/>
<contacts>
<Contact>
<contact_id>3384</contact_id>
<contact_type>Account Manager</contact_type>
<email>test@cakemarketing.com</email>
<include_in_mass_emails>false</include_in_mass_emails>
</Contact>
</contacts>
<pay_for_conversions>true</pay_for_conversions>
<review>false</review>
<review_new_subaffiliates>false</review_new_subaffiliates>
<throttle_active>false</throttle_active>
<throttle_cap xsi:nil="true"/>
<auto_approve_campaigns>false</auto_approve_campaigns>
<auto_approve_pixels>false</auto_approve_pixels>
<hide_offers>false</hide_offers>
<payment_fee xsi:nil="true"/>
<minimum_payment_threshold>10.0000</minimum_payment_threshold>
<pay_vat>false</pay_vat>
<tags>
<string>Super</string>
<string>Super Affiliate </string>
<string>Testing Tag</string>
<string>testing</string>
</tags>
<media_types>
<MediaType>
<type_id>7</type_id>
<type_name>Banner</type_name>
<category_id>1</category_id>
<category_name>Display</category_name>
</MediaType>
</media_types>
<price_formats>
<string>CPA</string>
<string>CPC</string>
</price_formats>
<vertical_categories>
<string>BizOp</string>
</vertical_categories>
<countries>
<Country>
<country_abbr>US</country_abbr>
<country_name>United States</country_name>
</Country>
</countries>
<online_signup>false</online_signup>
<referred_by>Childish Gambino</referred_by>
<api_key>TyGBq5XwjE8</api_key>
<date_created>2013-03-20T09:34:30.863</date_created>
<notes>his traffic converts the best!</notes>
</Affiliate>
</ArrayOfAffiliate>