HandleAgentDataOptions: {
    storageKey?: string;
}

Options of handling on demand agent data

Type declaration

  • Optional storageKey?: string

    Override storages name (cookies, localStorage, etc). Should only be used when the default name conflicts with some of your existing names.

    Default

    '_vid'