Conversions V2
URL: http://login.performcb.com/api/v2/cb_api?get=conversions
Parameters:
- api_key [STRING] = Affiliate API Key
- user_id [INT] = Affiliate ID
- from_date [DATE] = Report Start Date [MM/DD/YYYY or MM-DD-YYYY]
- to_date[DATE] = Report End Date [MM/DD/YYYY or MM-DD-YYYY]
- offer_id[INT] = Offer ID
- start_row[INT] = Starting Row Number (First row is 0)
- limit [INT] = Maximum Rows Returned(Default is ALL)
Sample XML Response:
<conversions_response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<success>1</success>
<number_of_rows>1</number_of_rows>
<summary>
<revenue>0.025</revenue>
</summary>
<conversions>
<conversion>
<conversion_id>H0FZq73YEeWb7vk6os5CvQ</conversion_id>
<date>01-18-2016 01:44:41</date>
<offer_id>4346</offer_id>
<offer_name>CBTID Testing Offer</offer_name>
<ip_address>192.168.0.150</ip_address>
<revenue>0.025</revenue>
<campaign>274</campaign_id>
<subid_1/>
<subid_2/>
<subid_3/>
<subid_4/>
<subid_5/>
<disposition>Valid Conversion</disposition>
<currency_symbol>$</currency_symbol>
</conversion>
</conversions>
</conversions_response>
Contact Information
If you still have questions, you can contact our support team here.