event property

String? event
getter/setter pair

Link event. Possible string values are:

  • "DYNAMIC_LINK_EVENT_UNSPECIFIED" : Unspecified type.
  • "CLICK" : Indicates that an FDL is clicked by users.
  • "REDIRECT" : Indicates that an FDL redirects users to fallback link.
  • "APP_INSTALL" : Indicates that an FDL triggers an app install from Play store, currently it's impossible to get stats from App store.
  • "APP_FIRST_OPEN" : Indicates that the app is opened for the first time after an install triggered by FDLs
  • "APP_RE_OPEN" : Indicates that the app is opened via an FDL for non-first time.

Implementation

core.String? event;