s2sBodyCtvEvent
appKeyString
Your SDK Key (You can find in trackier dashboard, Integrations -> SDK Integration -> SDK Key)
Example:
abcf2270-XXXX-XXXX-XXXX-34903c6e1d53
ctidStringrequired
Custom ID, can act as install id/unique identifier when hardware id not available.
Example:
5da45091-XXXX-XXXX-XXXX-b2a1587e0d8b
aidstringrequired
CTV device advertisement id like LGUID for LG tv, TFID for samsung tv, GAID for Android TV.
Example:
1067-B31D-00DD010662DA
osverString
CTV device OS version
Default value:
null
dmodString
CTV device model no.
Default value:
null
latboolean
Wether Limited Ad Tracking is enabled.
Default value:
null
averString
App version
Default value:
null
cuidnumber
Customer ID.
Default value:
null
ipstringrequired
IP address of CTV Device.
uaStringrequired
User Agent of CTV Device.
enString
Custom Event ID. This can found in custom event section of your apptrove account.
cpObject
Custom Payload.
s2sBodyCtvEvent
{
"appKey": "abcf2270-XXXX-XXXX-XXXX-34903c6e1d53",
"ctid": "5da45091-XXXX-XXXX-XXXX-b2a1587e0d8b",
"aid": "1067-B31D-00DD010662DA",
"lat": true,
"cuid": 0,
"ip": "string"
}