Skip to main content

UserAgent

A characteristic string used to identify visitors.

type UserAgent {
browser: Browser
device: Device
platform: Platform
raw: String!
}

Fields

UserAgent.browser ● Browser object common

The browser used by the visitor.

UserAgent.device ● Device object common

The device used by the visitor.

UserAgent.platform ● Platform object common

The native platform the browser is running on.

UserAgent.raw ● String! non-null scalar common

The raw user agent.

Member of

PageView object

Implemented by

ValueTypeUnion union