Bitmovin Player API 8.269.0
    Preparing search index...

    Interface VerificationResource

    Represents a verification script resource that comes in a VAST extension for VAST versions <= 3 or a verification node for VAST versions >= 4

    interface VerificationResource {
        params?: string;
        validationScriptUrl: string;
        vendorKey?: string;
    }
    Index
    params?: string

    Optional stringified parameters to be used by the verification script

    validationScriptUrl: string

    The location of the verification script file

    vendorKey?: string

    An optional vendor key to be used by the verification script