Advertising-0.10.0

    Advertising-0.10.0


    Article summary


    title: Advertising

    # Advertising Schema

    Version 0.10.0

    JSON-Schema

    This document was generated from a JSON-Schema, and is intended to provide a human readable overview and examples of the methods contained in the module.

    For the full schema, see the link below.

    Schema
    advertising.json

    Table of Contents

    Schemas

    SkipRestriction

    type SkipRestriction = 'none' | 'adsUnwatched' | 'adsAll' | 'all'
    
    Examples

    Details

    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:



    Was this article helpful?