OptiView Ads SDK
    Preparing search index...

    Interface VendorAsset

    Vendor asset - vendor-specific retrieval (e.g., Google DAI).

    interface VendorAsset {
        assetParameters?: Record<string, string>;
        duration?: number;
        id: string;
        interaction?: Interaction;
        mediaType: MediaType;
        mimeType?: string;
        type: VENDOR;
        uri: string;
        vendor: GAM;
        vendorParameters: Record<string, string>;
    }

    Hierarchy

    • BaseAsset
      • VendorAsset
    Index
    assetParameters?: Record<string, string>

    Asset-specific parameters (e.g., adTagParameters for GAM)

    duration?: number

    The maximum duration of the asset in seconds

    id: string

    The identifier of the asset, unique within the break

    interaction?: Interaction

    Interaction options

    mediaType: MediaType

    The media type, video or image

    mimeType?: string

    The mime type of the media

    type: VENDOR

    The type of the asset

    uri: string

    The URI of the asset for the vendor (e.g., pod id for GAM DAI)

    vendor: GAM

    The vendor used to retrieve the asset

    vendorParameters: Record<string, string>

    Vendor-specific parameters