Tracking Pixel
Use a tracking pixel for environments where JavaScript isn’t available.Overview
The tracking pixel is a 1x1 transparent image that records impressions when loaded.Usage
Email Tracking
Add to HTML emails:Conversion Pixel
For conversion tracking without JavaScript:Parameters
| Parameter | Description |
|---|---|
event | Event type |
value | Monetary value |
currency | ISO currency code |
order_id | Unique order ID |
Example URLs
Basic Impression
Conversion with Value
With Order ID
Email Best Practices
Use HTTPS
Use HTTPS
Always use
https:// for better deliverability.Add alt text
Add alt text
Use
alt="" for accessibility.Hide the pixel
Hide the pixel
Use
width="1" height="1" to make invisible.Limitations
- No JavaScript execution context
- Single event per pixel load
- No automatic click ID capture
- Less accurate than JavaScript SDK