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