A small piece of JavaScript or a 1×1 transparent image placed on a confirmation page that fires when a user converts, reporting the conversion back to the tracking platform.
Conversion pixels have been the standard tracking method in digital advertising for over a decade. When a user completes a desired action (purchase, signup, deposit), the confirmation page loads a hidden pixel or JavaScript snippet that sends a request to the tracking platform, recording the conversion.
<!-- Image pixel example -->
<img src="https://track.example.com/pixel?click_id=abc123&amount=49.99"
width="1" height="1" style="display:none" />
<!-- JavaScript pixel example -->
<script>
var img = new Image();
img.src = "https://track.example.com/pixel?click_id=" + getClickId();
</script>1. User clicks affiliate link → lands on advertiser site 2. Click ID stored in browser cookie or URL parameter 3. User converts → thank-you page loads 4. Pixel fires in user's browser → sends click_id to tracker 5. Tracker matches click_id to original click → records conversion
Most affiliate marketers are migrating from pixel-based tracking to server-side (S2S) tracking because S2S is immune to ad blockers, cookie restrictions, and browser privacy features. GeoRedir recommends S2S tracking via postback URLs for maximum accuracy.
GeoRedir uses server-side tracking rather than pixels. When conversion tracking is enabled, GeoRedir appends a unique click_id to the destination URL and listens for postback callbacks. This gives 95-100% accuracy regardless of ad blockers or browser privacy settings.
GeoRedir uses server-side tracking for 95-100% conversion accuracy. No pixels, no ad blocker issues.
Free plan included • No credit card required • Upgrade anytime