Record a conversion via the tracking pixel
Public 1×1 transparent GIF conversion pixel. Embed the signed URL on a third-party thank-you or confirmation page; when the browser loads the image, Orbit records a conversion for the given goal and contact. The request is HMAC-signed (sig) and bound to goalId, contactId and the tenant schema, so a third party can neither forge a conversion nor replay a signature into a different tenant’s goal. The endpoint always returns the GIF with a 200 — even when the signature is missing or invalid — so the host page never shows a broken image.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
The goal the conversion is credited to.
The contact the conversion is attributed to.
Query Parameters
HMAC-SHA256 signature binding goalId, contactId and the tenant schema. Minted by Orbit when the pixel URL is generated.
The tenant schema the goal belongs to; verified against the signature so a swapped value cannot cross-tenant-write.
^tenant_[a-z0-9_]+$Response
A 1×1 transparent GIF served with no-cache headers. Returned whether or not a conversion was recorded — a missing or invalid signature is silently ignored so the pixel never breaks the host page.
The response is of type file.