Offer Feed
URL: http://login.performcb.com/api/v1/cb_api?get=offer_feed
Parameters:
- api_key [STRING] = Affiliate API Key
- user_id [INT] = Affiliate ID
- offer_name [STRING] = Search by offer name
- offer_status [STRING] = Offer status (statuses: 'Active', 'Paused', 'Paused – Schedule', 'Blocked')
- vertical_category_id = Vertical Category ID
- vertical_id = Vertical ID
- start_row[INT] = Starting Row Number (First row is 0)
- limit [INT] = Maximum Rows Returned(Default is ALL)
- offer_approval [STRING] = Filter offers by offer approval status(statuses: 'Approved', 'ATR', 'Pending')
Sample XML Response:
<offer_feed_response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<success>true</success>
<number_of_rows>2</number_of_rows>
<offers>
<offer>
<offer_id>4622</offer_id>
<offer_owner_id>4622</offer_owner_id>
<campaign_id>305</campaign_id>
<offer_name>Second Mailer Offer</offer_name>
<vertical_name>Tim Hespe Vertical</vertical_name>
<offer_status>Active</offer_status>
<payout>0.009</payout>
<pricing_model>CPA</pricing_model>
<media_types>
<type>Email</type>
</media_types>
<expiration_date>2016-06-10</expiration_date>
<targeted_locations>
<targeted_location>
<code>AZ</code> <name>United States - Arizona</name>
</targeted_location>
<targeted_location>
<code>FL</code>
<name>United States - Florida</name>
</targeted_location>
<targeted_location>
<code>AQ</code>
<name>Antarctica</name>
</targeted_location>
</targeted_locations>
<excluded_locations>
<excluded_location>
<code>AK</code>
<name>United States - Alaska</name>
</excluded_location>
<excluded_location>
<code>CA</code>
<name>Canada</name>
</excluded_location>
</excluded_locations>
</offer>
<offer>
<offer_id>4619</offer_id>
<offer_owner_id>4619</offer_owner_id>
<campaign_id>301</campaign_id>
<offer_name>First Mailer Offer</offer_name>
<vertical_name>Mailer Vertical</vertical_name>
<offer_status>Active</offer_status>
<payout>0.009</payout>
<pricing_model>CPA</pricing_model>
<media_types>
<type>Email</type>
</media_types>
<expiration_date xsi:nil="true"/>
<included_locations xsi:nil="true"/>
<excluded_location xsi:nil="true"/>
</offer>
</offers>
</offer_feed_response>
Contact Information
If you still have questions, you can contact our support team here.