Hierarchy

  • EventTouchpoint

Properties

fields?: {
    eventAction: string;
    eventCategory: string;
    eventLabel: string;
    eventValue: number;
}

Type declaration

  • eventAction: string

    The type of interaction

    Example: 'play'

  • eventCategory: string

    The object that was interacted with

    Example: 'Video'

  • eventLabel: string

    Useful for categorizing events

    Example: 'Fall Campaign'

  • eventValue: number

    A numeric value associated with the event

    Example: 42

id: string

The unique id for this touch point. This should never change, not even across versions.

name?: string

The current name of this touch point. This can change over time. The last send name will be shown in the analytics.

sourceId: string

The id of the page the user is currently on.

sourceName?: string

The name of the page the user is currently on.

Generated using TypeDoc