🛡️Setup Postback

Postback URL Structure

//Example Postback URL

https://yourdomain.com/postback_file?clickId={clickId}&campaignId={campaignId}&campaignName={campaignName}&payout={payout}&signature={sig}&event={event}&sub1={sub1}&sub2={sub2}&sub3={sub3}&sub4={sub4}&sub5={sub5}&sub6={sub6}&sub7={sub7}&sub8={sub8}&sub9={sub9}&sub10={sub10}&gaid={users_advertising_id}&clickIp={clickIpaddress}&clickDatetime={clickDatetime}&conversionDatetime={conversionDatetime}&timeZone={timeZone}

Available Macros (Placeholders)

Macro
Description

{clickId}

The unique click ID you passed in the click URL.

{campaignId}

Unique identifier assigned to the offer in our system.

{campaignName}

The name/title of the offer that generated the conversion.

{payout}

Total revenue earned from the event.

{sig}

A secure hash signature generated for verifying the authenticity of the postback data.

{event}

Name of the event or goal triggered (e.g., registration, level_completed).

{sub1} - {sub10}

Custom parameters you passed in the click URL to help identify the user or campaign.

{clickDatetime}

Date and time when the user clicked the offer link.

{conversionDatetime}

Date and time when the conversion (e.g., purchase, install) happened.

{timeZone}

Time zone in which the click and conversion timestamps are recorded.

Example

clickId= 123

campaignId= 123

campaignName= Test_game

payout= 500

signature= 45786sdg458-sdg465-659s465sdg-465ery98bm-65fb798sdg32dv

event= Complete_level_X

clickDatetime= 202X-0X-0X XX:XX:XX

conversionDatetime= 202X-0X-0X XX:XX:XX

timeZone= IST

PostbackURL -> http://www.example.com/postbacks/postback_file_name.php?clickId =123&campaignId=123&campaignName=Test_game&payout=500&signature=45786sdg458-sdg465-659s465sdg-465ery98bm-65fb798sdg32dv&event=Complete_level_X&clickDatetime=202X-0X-0X XX:XX:XX&conversionDatetime=202X-0X-0X XX:XX:XX&timeZone=IST

Last updated