Interface ResolveAnalyticsPresentationOptionsExperimental

interface ResolveAnalyticsPresentationOptions {
    headlessOnly?: boolean;
    preferAdapterId?: string;
}

Hierarchy (view full)

Properties

headlessOnly?: boolean

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

false
preferAdapterId?: string

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