Annoto Widget API - v3.65.0
    Preparing search index...
    interface IVideoBenchmarkEvent {
        acc_completion: number;
        acc_heatmap?: IVideoBenchmarkHeatmap;
        acc_watch_time: number;
        completion: number;
        duration: number;
        group_id?: string;
        heatmap?: IVideoBenchmarkHeatmap;
        media_src: string;
        segment_end: number;
        segment_start: number;
        session_id: string;
        visitor_id: string;
        watch_time: number;
        widget_index: number;
    }
    Index

    Properties

    acc_completion: number

    all time accumulated 0 - 100 percentage

    all time accumalted heatmap

    acc_watch_time: number

    all time accumulated watch time in seconds

    completion: number

    0 - 100 percentage per session

    duration: number

    Video duration

    group_id?: string

    The group Id provided on Config!IGroupDetails

    View heatmap for the session

    media_src: string

    Media source

    segment_end: number

    End of watched video segment in seconds

    segment_start: number

    Start of watched video segment in seconds

    session_id: string

    Unique session identifier

    visitor_id: string

    Unique visitor identifier

    watch_time: number

    watch time in seconds per session

    widget_index: number

    index of the widget