curl -X POST https://api.linquid.io/api/conversions/track \ -H "X-API-Key: lw_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "clickId": "abc123xyz789", "event": "purchase", "value": 99.99, "currency": "USD", "orderId": "ORD-12345" }'
{ "success": true, "data": { "conversionId": "conv_def456", "clickId": "abc123xyz789", "event": "purchase", "value": 99.99, "currency": "USD", "orderId": "ORD-12345", "tracked": true, "timestamp": "2024-01-15T14:30:00.000Z" } }
Track a conversion event via pixel
lw_cid
purchase
lead
signup
clickId
orderId
Was this page helpful?