The browser object
Describes the composition of the browser portion of the context object.
The browser
object is located within the context object and contains information about the user's browser or device they are using to access your site.
Important
You must include the browser
object when sending events using the Events REST API.
The following table lists the attributes supported by the browser
object:
Name | Type | Description | Value |
---|---|---|---|
user_agent | String | Optional. The browser user agent. Must follow industry convention to ensure ImportantIf you do not include | n/a |
device | String | Optional. Device used to access the experience. ImportantComputed automatically by default if you include |
|
app_type | String | Optional. Type of app used to access the experience. ImportantComputed automatically by default if you include |
|