Skip to main content

s2sBody

app_tokenStringrequired

Your SDK Key (You can find in trackier dashboard, Integrations -> SDK Integration -> SDK Key)

Example: abcf2270-XXXX-XXXX-XXXX-34903c6e1d53
tr_idString

Trackier Install ID (You can get from SDK using TrackierSDK.getTrackierId() function. Every SDK will have a method to get install id, or in Install Logs under Logs section, ID of data). "If tr_id is not sent, then at least one of gaid, android_id, idfa, or idfv is required".

Example: 5da45091-XXXX-XXXX-XXXX-b2a1587e0d8b
event_idstringrequired

Event ID (You can find in trackier dashboard custom events section that will have SDK event ID, Trackier Dashboard -> Custom Event -> SDK EVENT ID ) is 10 characters long.

Possible values: >= 10 characters and <= 10 characters

Example: AbcdE12345
customer_uidString

You can pass the Customer User ID here

Default value: null
customer_emailString

You can pass the Customer Email here

Default value: null
customer_nameString

You can pass the Customer Name here

Default value: null
customer_phoneString

You can pass the Customer Phone here

Possible values: >= 10 characters and <= 10 characters

Default value: null
revenuenumber

You can pass your revenue data here

Default value: null
Example: 100
discountnumber

You can pass your discount data here

Default value: null
currencyString

You can pass your Currency here (It will be of 3 characters and in caps. eg- USD, INR)

Default value: USD
event_valueObject

You can pass your Event Value here

Default value: null
ipStringrequired

Your user's IPv4 or IPv6

Default value: null
gaidString

You can pass the Google Advertising ID (gaid) unique ID that you get from the Android devices

Default value: null
gaid_md5string

You can pass the MD5 hash of the Google Advertising ID (GAID)

Default value: null
gaid_sha1string

You can pass the SHA-1 hash of the Google Advertising ID (GAID)

Default value: null
idfaString

You can pass iOS Identifier (idfa) data here

Default value: null
idfvString

You can pass your iOS Unique ID that you get from the iOS devices

Default value: null
amazon_fire_idString

You can pass your Amazon fire ID here

Default value: null
imei1String

You can pass your IMEI 1 data here

Default value: null
imei2String

You can pass your IMEI 2 data.

Default value: null
macString

You can pass your Mac Address data here

Default value: null
param1string

You can pass any of data you want for attribution for PARAM 1

Default value: null
param2string

You can pass any of data you want for attribution for PARAM 2

Default value: null
param3string

You can pass any of data you want for attribution for PARAM 3

Default value: null
param4string

You can pass any of data you want for attribution for PARAM 4

Default value: null
param6string

You can pass any of data you want for attribution for PARAM 6

Default value: null
param5string

You can pass any of data you want for attribution for PARAM 5

Default value: null
param7string

You can pass any of data you want for attribution for PARAM 7

Default value: null
param8string

You can pass any of data you want for attribution for PARAM 8

Default value: null
param9string

You can pass any of data you want for attribution for PARAM 9

Default value: null
param10string

You can pass any of data you want for attribution for PARAM 10

Default value: null
order_idString

You can pass your order id here

Default value: null
c_codeString

You can pass your Coupon Code here

Default value: null
statusString

You can specify the status of your event prior fraud analysis, values can be either "approved" or "rejected".
If the status is not provided, the S2S event will automatically inherit the status from the corresponding install. For example, if an install is marked as rejected due to any reason, then the corresponding S2S in-app event will also be marked as rejected.
To override this default behavior, you should explicitly pass the status field with the value approved, which will ensure that the in-app event is treated as approved regardless of the install status.

Default value: null
s2sBody
{
"app_token": "abcf2270-XXXX-XXXX-XXXX-34903c6e1d53",
"tr_id": "5da45091-XXXX-XXXX-XXXX-b2a1587e0d8b",
"event_id": "AbcdE12345",
"revenue": 100,
"discount": 0,
"currency": "USD",
"gaid_md5": "string",
"gaid_sha1": "string",
"param1": "string",
"param2": "string",
"param3": "string",
"param4": "string",
"param6": "string",
"param5": "string",
"param7": "string",
"param8": "string",
"param9": "string",
"param10": "string"
}