Home > @yext/analytics > EventPayload > browserAgent
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;
};