OptiView Ads SDK
    Preparing search index...

    Interface GamConfig

    Google Ad Manager pod serving. Presence is the opt-in. The stream identity comes from the break manifest's vendorConfiguration, so client and backend cannot disagree; SSAI declares its own on SsaiConfig and SsaiSessionConfig.

    interface GamConfig {
        enabled?: boolean;
        streamActivityMonitorId?: string;
    }
    Index
    enabled?: boolean

    Set false to keep GAM off even when the manifest asks for it (consent prompts, builds that must not reach Google). GAM otherwise activates from the manifest.

    true
    
    streamActivityMonitorId?: string

    Stream Activity Monitor ID for debugging in Google's SAM tool.