WSDL Page: http://<your_domain_here>/affiliate/api/2/offers.asmx?op=SetPixel
Parameter Summary:
api_key / STRING = Affiliate API Key {See auth.asmx > Login}
affiliate_id / INT = Affiliate ID {See auth.asmx > Login}
campaign_id / INT = Campaign ID {See offers.asmx > OfferFeed}
pixel_html / STRING = Campaign Pixel HTML
Parameter Types:
api_key - ID
affiliate_id - ID
campaign_id - ID
pixel_html - ASSIGNABLE
Sample GET Call:
Sample XML Response:
<set_pixel_response>
<success>true</success>
<message>Pending Approval</message>
</set_pixel_response>