Device
Information pertaining to the device through which the user is interacting. Includes hardware, platform, location, and carrier data.
uastringrequired
User agent of the device. Send the original user agent without any modifications.
Example:
Dalvik/2.1.0 (Linux; U; Android 7.0; SM-J701F Build/NRD90M)ipstring
IP address of the device in IPv4 format. Required if you omit the ipv6 field.
osstring
Name of the operating system currently installed on the device.
osvstring
Version of the operating system currently installed on the device.
ifastring
Unique AdId for the device: Identifier for Advertising (IDFA) for iOS, Google Advertising ID (AAID) for Android. Use visitorId as a proxy for msite and website, or when ifa is unavailable.
Example:
58f33893-09d7-4b42-9427-9540179addddDevice
{
"ua": "Dalvik/2.1.0 (Linux; U; Android 7.0; SM-J701F Build/NRD90M)",
"ip": "string",
"os": "string",
"osv": "string",
"ifa": "58f33893-09d7-4b42-9427-9540179adddd"
}