Skip to main content
GET

Query Parameters

string
required
The click ID from the original redirect
number
Conversion value/amount
string
default:"USD"
ISO currency code
string
default:"conversion"
Conversion event type
string
Your unique order/transaction ID
number
Cost/payout amount for ROI tracking

Integration Examples

Shopify Webhook

WordPress/WooCommerce

Best Practices

Store the click ID early - Capture lw_cid from the landing page URL and store it in session/cookie immediately. Pass it through your checkout flow.
Idempotency - Include a unique orderId to prevent duplicate conversions if the postback is retried.