Contentful Personalization & Analytics
    Preparing search index...

    Concrete tracked entry interaction registry for the Web SDK.

    interface EntryInteractionTrackers {
        clicks: EntryInteractionTracker<
            undefined,
            EntryClickInteractionElementOptions,
        >;
        hovers: EntryInteractionTracker<
            EntryHoverInteractionStartOptions
            | undefined,
            EntryHoverInteractionElementOptions,
        >;
        views: EntryInteractionTracker<
            EntryViewInteractionStartOptions
            | undefined,
            EntryViewInteractionElementOptions,
        >;
    }
    Index

    Properties

    Properties