interface IWeb {
    browser: string;
    browserLang: string;
    browserVer: string;
    domain: string;
    isManual: boolean;
    screenRes: string;
    userConsent: boolean;
}

Properties

browser: string

Browser name, set at ingestion

browserLang: string

Language

browserVer: string

Browser ver, set at ingestion.

domain: string

Current domain. Leverages Window.location.hostname. populated to properties bag

isManual: boolean

Whether event was fired manually, populated to properties bag

screenRes: string

Screen resolution, populated to properties bag

userConsent: boolean

User consent, populated to properties bag