Generate a conversion tracking pixel as an image tag, a JavaScript snippet or a server-to-server (S2S) postback URL. Parameter values are kept as typed, so macros like {clickid} are preserved.

The Conversion Pixel Generator builds a tracking pixel from your endpoint URL and parameters, in three formats: an image pixel (<img> tag), a JavaScript snippet, or a server-to-server (S2S) postback URL. Parameter values are kept exactly as typed, so ad-network macros like {clickid} are preserved for the platform to fill in.
An image pixel is a 1×1 <img> that fires when the page loads. A JS pixel is a script that fires the request and can add dynamic values. An S2S (server-to-server) postback is a URL your server calls directly on a conversion, which is the most reliable and ad-blocker-proof method.
Macros are placeholders an ad network replaces with real values when the pixel fires - for example {clickid} becomes the actual click identifier. The generator leaves them untouched so the platform can substitute them.
Fire a tracking pixel and check whether the request is sent and works.
Open tool →Build a server-to-server postback URL with parameters and macros like {clickid} and {payout}.
Open tool →Send a test conversion to a postback URL and see the HTTP status and response body.
Open tool →