The call
Place this on your order confirmation / thank-you page only, with values rendered by your backend:Where to fire it Place this on the confirmation page only. The server dedupes byorder_id, so a retry of the same order won’t double-count — but firing it on other pages risks sending the call without anorder_id(no dedup key → real duplicates) or with the wrong one (misattribution).
Fields
| Field | Required | Notes |
|---|---|---|
order_id | yes | Unique per order. Used for deduplication. |
value | recommended | Total order value. |
currency | recommended | 3-letter ISO (USD, EUR, …). |
