Interface AnalyticsPresentOptionsExperimental

interface AnalyticsPresentOptions {
    headlessOnly?: boolean;
    id?: string;
    locale?: string;
    preferAdapterId?: string;
    target?: unknown;
}

Hierarchy (view full)

Properties

headlessOnly?: boolean

Skip adapters that need a DOM. Set for SSR / worker / test hosts.

false
id?: string

Presentation id, unique within the session.

the adapter id
locale?: string
preferAdapterId?: string

Try this adapter first. Falls through normally when it declines.

target?: unknown

Opaque render target handed to the adapter.