Hierarchy

  • PageViewTouchpoint

Properties

destinationId: string

The id of the page this touch point is linking to. The id of the new page.

destinationName?: string

The current name of the page this touch point is linking to. The name of the new page. The last name sent will be shown in the analytics.

fields?: {
    pageviewDepth: string;
    pageviewType: string;
}

Type declaration

  • pageviewDepth: string

    Path representing the depth of the page (in this example, you could compare on category level, item level and detail level)

    Example: 'category A/item B/detail C'

  • pageviewType: string

    How the page is displayed (page, tab, slide, ...)

    Example: 'tab'

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 name sent 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