Advanced
Postback URLs
Fire HTTP requests to affiliate networks or custom systems whenever defined events occur.
For affiliate networks (Affise, Everflow, HasOffers) or custom systems without an official server API. When defined events occur, an HTTP request is automatically fired to the configured URL.
Token reference
| Token | Source | Description |
|---|---|---|
{event_name} | Event | e.g. purchase |
{event_id} | Event | Deterministically generated event ID |
{order_id} | Payload | Order number |
{value} | Payload | Monetary value |
{currency} | Payload | ISO 4217 (e.g. EUR) |
{click_id} | Payload | Affiliate click ID |
{client_id} | Payload | Tugus client ID |
{gclid} | UTM | Google click ID |
{fbclid} | UTM | Meta click ID |
{session_id} | Payload | Session ID |
{page_url} | Event | URL at the time the event fired |
Examples by network
# Affise
https://affise.com/postback?clickid={click_id}&goal=1&sum={value}¤cy={currency}
# Everflow
https://t.ev-af.com/pv?offer_id=123&transaction_id={order_id}&revenue={value}
# HasOffers
https://network.go2.com/?nid=1&oid=2&transactionId={order_id}&adv_sub={click_id}
# Custom webhook
https://bi.example.com/webhook?event={event_name}&order={order_id}&rev={value}Configure postback URLs in the dashboard under Properties → Postbacks. Max. 10 per property. Method GET or POST selectable.