eventSource property

String? eventSource
getter/setter pair

Signal for where the event happened (web, app, in-store, etc.).

Optional. Possible string values are:

  • "EVENT_SOURCE_UNSPECIFIED" : Unspecified EventSource. Should never be used.
  • "WEB" : The event was generated from a web browser.
  • "APP" : The event was generated from an app.
  • "IN_STORE" : The event was generated from an in-store transaction.
  • "PHONE" : The event was generated from a phone call.
  • "OTHER" : The event was generated from other sources.

Implementation

core.String? eventSource;