Annoto Widget API - v3.65.0
    Preparing search index...

    Interface ICtaStatsEvent

    interface ICtaStatsEvent {
        attempt?: IUserAttemptStats;
        cta: ICta;
        group_id?: string;
        media_src: string;
        ps?: number;
        session_id: string;
        type: CtaStatsType;
        visitor_id: string;
        widget_index: number;
    }
    Index

    Properties

    up to date user attempt statistics for the current media (group_id + media_src) Attempt stats include result statistics for all the interactions of the media

    cta: ICta

    Details of the interaction that the event occured on

    group_id?: string

    The group Id provided on Config!IGroupDetails

    media_src: string

    Media source

    ps?: number

    Media timestamp in seconds

    session_id: string

    Unique session identifier

    type of event

    visitor_id: string

    Unique visitor identifier

    widget_index: number

    index of the widget