Submit a Ticket My Tickets
Welcome
Login  Sign up

[Reports] Steps (V3) - Affiliate

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

 

Parameter Summary:

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

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

start_date / DATETIME = Report Start Date [MM/DD/YYYY HH:MM:SS]

end_date / DATETIME = Report End Date [MM/DD/YYYY HH:MM:SS]

offer_id / INT = Offer ID ["0" = ALL Offers]

sub_affiliate / STRING = SubAffiliate Name

 

Parameter Types:

api_key - ID

affiliate_id - ID

start_date - ID

end_date - ID

offer_id - ID

sub_affiliate - ID

 

Sample GET Call:

https://demo-new.cakemarketing.com/affiliates/api/3/reports.asmx/Steps?api_key=MkvdZixwaxM&affiliate_id=260&start_date=09/23/2015+00:00:00&end_date=09/23/2013+23:00:00&offer_id=0&sub_affiliate=

 

Sample XML Response:

<step_response>
   <success>true</success>
   <row_count>1</row_count>
   <steps>
      <step_pixel>
         <step>1</step>
         <revenue>145.0000</revenue>
         <people>12</people>
         <reached_step>100</reached_step>
         <bounce_rate>0</bounce_rate>
         <currency_symbol>$</currency_symbol>
      </step_pixel>
   </steps>
</step_response>

Did you find it helpful? Yes No

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