Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 727 Bytes

File metadata and controls

23 lines (17 loc) · 727 Bytes

Home > @yext/analytics > EventPayload > browserAgent

EventPayload.browserAgent property

Information about the visitors device and browser.

If not specified the system will automatically detect the values from request headers or userAgent property.

Signature:

browserAgent?: {
        browser?: string;
        browserVersion?: string;
        device?: string;
        deviceClass?: string;
        os?: string;
        osVersion?: string;
        userAgent?: string;
    };