Skip to main content
GET

Query Parameters

lw_cid
string
required
The click ID from the original redirect
amount
number
Conversion value/amount
currency
string
default:"USD"
ISO currency code
event
string
default:"conversion"
Conversion event type
orderId
string
Your unique order/transaction ID
payout
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.