Bitmovin Player API 8.268.0
    Preparing search index...

    Interface SgaiAdTrackingEventData

    Describes a single tracking event for an ad used within ad lifecycle

    interface SgaiAdTrackingEventData {
        duration?: number;
        offset?: number;
        start?: number;
        type: AdTrackingEventTrigger;
        urls?: string[];
    }
    Index
    duration?: number

    Duration in seconds

    offset?: number

    Offset in seconds relative to reference object (DATE-RANGE/ASSET-LIST) when the event should be triggered

    start?: number

    Start time in seconds

    The event trigger type

    urls?: string[]

    Array of tracking URLs for the event