Submit a Ticket My Tickets
Welcome
Login  Sign up

DEPRECATED - [Reports] OfferCompliance (V2) - Affiliate

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>/affiliate/api/2/reports.asmx?op=OfferCompliance

 

Parameter Summary:

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

affiliate_id / INT = Affiliate ID {See auth.asmx &gt; 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.cakemarketing.com/affiliates/api/2/reports.asmx/OfferCompliance?api_key=s15Sl4xmfA&affiliate_id=2699&start_at_row=1&row_limit=3

 

Sample XML Response:

<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.