OptiView Ads SDK
    Preparing search index...

    Interface GamVendorConfiguration

    The GAM identity needed to create the IMA/DAI stream session. Must agree with the per-asset vendorParameters: GAM answers a stream_id registered under another custom asset key with HTTP 410.

    interface GamVendorConfiguration {
        assetKey?: string;
        customAssetKey: string;
        networkCode: string;
        sgai?: GamSgaiConfiguration[];
        ssai?: GamSsaiConfiguration[];
        type: "gam";
    }

    Hierarchy (View Summary)

    Index
    assetKey?: string

    Full-service DAI livestream asset key, required for a stitched (ssai) stream.

    Prefer ssai[0].assetKey in manifest spec v1.4.0.

    customAssetKey: string

    The configured custom asset key for this channel — pod serving (sgai).

    Prefer sgai[0].customAssetKey in manifest spec v1.4.0.

    networkCode: string

    The configured network code for this organization.

    sgai?: GamSgaiConfiguration[]
    ssai?: GamSsaiConfiguration[]
    type: "gam"

    The vendor this configuration applies to.