Submit a Ticket My Tickets
Welcome
Login  Sign up

[Reports] OfferCompliance (V3) - Affiliate

WSDL Page:  http://<your_domain_here>/affiliate/api/3/reports.asmx?op=OfferCompliance

 

Parameter Summary:

api_key / STRING = Affiliate API Key {See auth.asmx > Login}

affiliate_id / INT = Affiliate ID {See auth.asmx > Login}

start_at_row / INT = Starting Row Number [Usually "1", unless doing incremental API Calls]

row_limit / INT = Maximum Rows Returned ["0" = ALL Rows, "100000" = Maximum]

 

Parameter Types:

api_key - ID

affiliate_id - ID

start_at_row - ASSIGNABLE

row_limit - ASSIGNABLE

 

Sample GET Call:

https://demo-new.cakemarketing.com/affiliates/api/3/reports.asmx/OfferCompliance?api_key=MkvdZixwaxM&affiliate_id=260&start_at_row=1&row_limit=3

 

Sample XML Response:

<?xml version="1.0" encoding="UTF-8"?>
<offer_compliance_response>
   <success>true</success>
   <row_count>2</row_count>
   <offers>
      <offer>
         <offer_id>1000599</offer_id>
         <offer_name>1 Offer Contracts</offer_name>
         <last_traffic />
         <last_download />
      </offer>
      <offer>
         <offer_id>1001272</offer_id>
         <offer_name>FastFreeSavings Auto Insurance - Zip Submit - CPL</offer_name>
         <last_traffic />
         <last_download />
      </offer>
   </offers>
</offer_compliance_response>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.