Source: {
    sourceChannel?: string;
    sourceLocale?: string;
    sourceUrlReferrer?: string;
    sourcePageId?: string;
    sourcePageType?: string;
    sourcePageTitle?: string;
    sourcePageName?: string;
    sourceUrl?: string;
}

Attributes shared by events with a source user interface

Type declaration

  • Optional sourceChannel?: string

    Channel on which the event occurred.

  • Optional sourceLocale?: string

    Locale associated with the event.

  • Optional sourceUrlReferrer?: string

    Referrer URL of the source page.

  • Optional sourcePageId?: string

    Identifier of the page on which the event occurred.

  • Optional sourcePageType?: string

    Type of page on which the event occurred.

  • Optional sourcePageTitle?: string

    Title of the page on which the event occurred.

  • Optional sourcePageName?: string

    Name of the page on which the event occurred.

  • Optional sourceUrl?: string

    URL of the page on which the event occurred.