Client detected

Learn how to track information about devices and browsers.

This event tracks information about the device and software used to access the application, including details of the device, operating system and browser.

Croct's mascot amazed
Automatically tracked

We track this event for you, so no action is needed on your side.

Input properties

This event has no input properties.

Processed properties

These properties are automatically tracked:

client

The available information about the client.

Payload examples

Below is a payload example for this event:

12345678910111213141516171819
{  "type": "clientDetected",  "client": {    "device": {      "name": "MacBook Pro",      "vendor": "Apple",      "type": "desktop",      "operatingSystem": {        "name": "iOS",        "version": "10.0.18363"      },    },    "browser": {      "name": "Chrome",      "version": "78.0.3904.108"      "type": "web",    }  }}