s2sBody
Your SDK Key (You can find in trackier dashboard, Integrations -> SDK Integration -> SDK Key)
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".
Possible values: >= 10 characters and <= 10 characters
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.
You can pass the Customer User ID here
Default value: null
You can pass the Customer Email here
Default value: null
You can pass the Customer Name here
Default value: null
Possible values: >= 10 characters and <= 10 characters
You can pass the Customer Phone here
Default value: null
You can pass your revenue data here
Default value: null
You can pass your discount data here
Default value: null
You can pass your Currency here (It will be of 3 characters and in caps. eg- USD, INR)
Default value: USD
You can pass your Event Value here
Default value: null
Your user's IPv4 or IPv6
Default value: null
If any one of "Geo", "city", or "region" is provided, then all three are required.
Geo Examples: ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AP", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "EU", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"]
Default value: null
Your City
Default value: null
Your Region / State
Default value: null
You can pass the Google Advertising ID (gaid) unique ID that you get from the Android devices
Default value: null
You can pass the MD5 hash of the Google Advertising ID (GAID)
Default value: null
You can pass the SHA-1 hash of the Google Advertising ID (GAID)
Default value: null
You can pass iOS Identifier (idfa) data here
Default value: null
You can pass your iOS Unique ID that you get from the iOS devices
Default value: null
You can pass your Amazon fire ID here
Default value: null
You can pass your IMEI 1 data here
Default value: null
You can pass your IMEI 2 data.
Default value: null
You can pass your Mac Address data here
Default value: null
You can pass any of data you want for attribution for PARAM 1
Default value: null
You can pass any of data you want for attribution for PARAM 2
Default value: null
You can pass any of data you want for attribution for PARAM 3
Default value: null
You can pass any of data you want for attribution for PARAM 4
Default value: null
You can pass any of data you want for attribution for PARAM 6
Default value: null
You can pass any of data you want for attribution for PARAM 5
Default value: null
You can pass any of data you want for attribution for PARAM 7
Default value: null
You can pass any of data you want for attribution for PARAM 8
Default value: null
You can pass any of data you want for attribution for PARAM 9
Default value: null
You can pass any of data you want for attribution for PARAM 10
Default value: null
You can pass your order id here
Default value: null
You can pass your Coupon Code here
Default value: null
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
{
"app_token": "abcf2270-XXXX-XXXX-XXXX-34903c6e1d53",
"tr_id": "5da45091-XXXX-XXXX-XXXX-b2a1587e0d8b",
"event_id": "AbcdE12345",
"revenue": 100,
"discount": 0,
"currency": "USD",
"geo": "IN",
"city": "Mumbai",
"region": "Maharashtra",
"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"
}