Advertising (discovery)

    Advertising (discovery)


    Article summary


    title: Advertising

    version: 1.2.0
    layout: default
    sdk: discovery

    # Advertising


    Version Advertising 0.0.0-unknown.0

    Table of Contents

    Overview

    undefined

    Types

    SkipRestriction

    The advertisement skip restriction.

    Applies to fast-forward/rewind (e.g. trick mode), seeking over an entire opportunity (e.g. jump), seeking out of what's currently playing, and "Skip this ad..." features. Seeking over multiple ad opportunities only requires playback of the last opportunity, not all opportunities, preceding the seek destination.

    ValueDescription
    noneNo fast-forward, jump, or skip restrictions
    adsUnwatchedRestrict fast-forward, jump, and skip for unwatched ad opportunities only.
    adsAllRestrict fast-forward, jump, and skip for all ad opportunities
    allRestrict fast-forward, jump, and skip for all ad opportunities and all content

    Namespace: xrn:advertising:policy:skipRestriction:

    SkipRestriction: {
        NONE: 'none',
        ADS_UNWATCHED: 'adsUnwatched',
        ADS_ALL: 'adsAll',
        ALL: 'all',
    },
    
    


    Was this article helpful?