iFrame/IMG pixel installation on the CPAExchange platform
In order for an advertiser be able to track statistics on their campaigns on the CPAExchange platform, you need to install a pixel on the conversion page of the advertiser's offer. Installation of iframe/img pixel: – After adding the campaign to the CPAExchange platform, The Manager will send you a pixel to install on the conversion page. – As a rule, the pixel is called on the registration, order, or feedback forms. – If your web site is made on any constructor (Tilda, WordPress, etc.) or the pixel will be installed via GTM, please inform our Manager separately. Tracking statistics on the CPAExchange platform. Installation of pixel A pixel is a function pixel() on Javascript including either or To display statistics correctly, we recommend setting the pixel at the top of the page. Ideally, right after the tag, if it doesn't break the page design. Direct the action to the "Send" button by adding the pixel () function; via the onclick event. {goal_id} – parameter indicating the number of the ad campaign in the CPAExchange platform. Please note that the campaign id in the platform and pixel must match. {track_id} –a required parameter used by the advertiser to transmit data to it, which is then used to compare leads in the advertiser's system and in CPAExchange. The value must be unique. For example, you can pass values: user's phone number; request number; order number; mail; etc. Tracking statistics on the CPAExchange platform. Installation of pixel