Skip to main content
GET
Record a conversion via the tracking pixel

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

goalId
string
required

The goal the conversion is credited to.

contactId
string
required

The contact the conversion is attributed to.

Query Parameters

sig
string
required

HMAC-SHA256 signature binding goalId, contactId and the tenant schema. Minted by Orbit when the pixel URL is generated.

schema
string
required

The tenant schema the goal belongs to; verified against the signature so a swapped value cannot cross-tenant-write.

Pattern: ^tenant_[a-z0-9_]+$

Response

200 - image/gif

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.