sweepstakesranking.com

S2S (Postback) Specs

Endpoint

Send server-to-server GET requests to:

https://track.sweepstakesranking.com/postback

Success response: HTTP 200 with body OK.

Required Parameters

ParamTypeRequiredNotes
click_idstringYesExact value we send as clickID on the click redirect. (clickID also accepted.)
statusenumYesUse the correct status for the event you’re posting.

Affiliate Program Templates


Responses & Retries

CodeBodyMeaning / Action
200OKAccepted. Safe to stop retrying. Duplicates with same txid are OK and idempotent.
400Click ID is requiredAdd click_id and retry.
400Click ID does not existEnsure you send the exact value we gave you.
400missing status ...Add a valid status and retry.
5xx(server error)Temporary. Retry with exponential backoff (1s, 3s, 10s; up to 5 attempts).