Skip to main content

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:
<img src="https://track.linquid.io/p/lw_px_your_code.gif"
     width="1"
     height="1"
     alt="" />

Conversion Pixel

For conversion tracking without JavaScript:
<img src="https://track.linquid.io/c/lw_ck_click_id.gif?event=purchase&value=99.99"
     width="1"
     height="1"
     alt="" />

Parameters

ParameterDescription
eventEvent type
valueMonetary value
currencyISO currency code
order_idUnique order ID

Example URLs

Basic Impression

https://track.linquid.io/p/lw_px_abc123.gif

Conversion with Value

https://track.linquid.io/c/lw_ck_xyz789.gif?event=purchase&value=99.99&currency=USD

With Order ID

https://track.linquid.io/c/lw_ck_xyz789.gif?event=purchase&value=99.99&order_id=ORD-12345

Email Best Practices

Always use https:// for better deliverability.
Use alt="" for accessibility.
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
Use the JavaScript SDK when possible. Reserve pixels for email and JavaScript-blocked environments.