Skip to main content

Record Click From Edge

POST 

/api/clicktracking/click/record-from-edge

Server-to-server endpoint the Cloudflare Worker calls to push pre-decided click data. Auth via shared secret. Not exposed to browsers (no CORS).

The worker has already deduped via the aida_lc cookie, decided destination via the rule engine, and extracted UTM / source-mapped slot values. We just queue enrichment + save. Returns 204 immediately; the worker fires this in ctx.waitUntil(...) and doesn't read the response.

Request

Responses

Successful Response