s2sBody
Your SDK Key (You can find in trackier dashboard, Integrations -> SDK Integration -> SDK Key)
abcf2270-XXXX-XXXX-XXXX-34903c6e1d53
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".
5da45091-XXXX-XXXX-XXXX-b2a1587e0d8b
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
AbcdE12345
You can pass the Customer User ID here
null
You can pass the Customer Email here
null
You can pass the Customer Name here
null
You can pass the Customer Phone here
Possible values: >= 10 characters
and <= 10 characters
null
You can pass your revenue data here
null
100
You can pass your discount data here
null
You can pass your Currency here (It will be of 3 characters and in caps. eg- USD, INR)
USD
You can pass your Event Value here
null
Your user's IPv4 or IPv6
null
You can pass the Google Advertising ID (gaid) unique ID that you get from the Android devices
null
You can pass the MD5 hash of the Google Advertising ID (GAID)
null
You can pass the SHA-1 hash of the Google Advertising ID (GAID)
null
You can pass iOS Identifier (idfa) data here
null
You can pass your iOS Unique ID that you get from the iOS devices
null
You can pass your Amazon fire ID here
null
You can pass your IMEI 1 data here
null
You can pass your IMEI 2 data.
null
You can pass your Mac Address data here
null
You can pass any of data you want for attribution for PARAM 1
null
You can pass any of data you want for attribution for PARAM 2
null
You can pass any of data you want for attribution for PARAM 3
null
You can pass any of data you want for attribution for PARAM 4
null
You can pass any of data you want for attribution for PARAM 6
null
You can pass any of data you want for attribution for PARAM 5
null
You can pass any of data you want for attribution for PARAM 7
null
You can pass any of data you want for attribution for PARAM 8
null
You can pass any of data you want for attribution for PARAM 9
null
You can pass any of data you want for attribution for PARAM 10
null
You can pass your order id here
null
You can pass your Coupon Code here
null
You can specify the status of your event prior fraud analysis, values can be either "approved" or "rejected".
null
{
"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"
}