Postback Macros
Within this page we will share the publisher postbacks that can be implemented within the Tyr Tracking system so that you can receive postback from our system.
We have the following macro's available for use for our publishers.
conversion_status
enum
The status of conversion. Enum: approved
, rejected
conversion_type
enum
Indicates specific identifier of the conversion. Enum: install
, event
, rewardedPlay
cost
decimal
The payout amount you earn from Tyrads in U.S. Dollars.
user_payout
decimal
The payout amount the user earns based on the currency conversion set.
timestamp
integer
The UNIX timestamp of the conversion
publisher_user_id
string
The unique user id of the publisher used to identify the user
conversion_id
integer
The unique conversion ID can be used for deduplication if the conversion_type
is eitherinstall
or event
.
This parameter shouldn't be used if conversion_type
is rewardedPlay
in playtime conversion. We will always send the conversion ID of the install
postback_id
integer
The unique postback ID can be used for deduplication.
Increment value for install
and event
type is different from rewardedPlay
type, the postback ID from rewardedPlay
type can be duplicated with the postback ID from install
and event
type
app_name
string
The name of the app
event_name
string
The name of the event
app_event_id
integer
This is a placeholder that can be used for unique identifier associated with an event that occurs within the mobile app
sub3
string
This is a placeholder, can be used for any value you want and can be used to send to us on the click.
sub4
string
This is a placeholder, can be used for any value you want and can be used to send to us on the click.
campaign_id
integer
This parameter is the actual campaign identifier when the tracking URL is triggered
event_value
integer
This parameter is USD value for Purchase and AdWatch
Last updated