Contentful Personalization & Analytics
    Preparing search index...

    Inputs for computing the remaining delay before the next entry-view event.

    interface EntryViewFireSchedule {
        accumulatedMs: number;
        attempts: number;
        dwellTimeMs: number;
        viewDurationUpdateIntervalMs: number;
    }
    Index

    Properties

    accumulatedMs: number

    Accumulated visible time in milliseconds for this visibility cycle.

    attempts: number

    Number of entry-view event attempts already made in this visibility cycle.

    dwellTimeMs: number

    Required visible time in milliseconds before the first event fires.

    viewDurationUpdateIntervalMs: number

    Interval in milliseconds for subsequent duration updates.