TugusDeveloper Docs
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

TokenSourceDescription
{event_name}Evente.g. purchase
{event_id}EventDeterministically generated event ID
{order_id}PayloadOrder number
{value}PayloadMonetary value
{currency}PayloadISO 4217 (e.g. EUR)
{click_id}PayloadAffiliate click ID
{client_id}PayloadTugus client ID
{gclid}UTMGoogle click ID
{fbclid}UTMMeta click ID
{session_id}PayloadSession ID
{page_url}EventURL at the time the event fired

Examples by network

# Affise
https://affise.com/postback?clickid={click_id}&goal=1&sum={value}&currency={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.

On this page