origin property

String? origin
getter/setter pair

The conversion origin of this customer conversion goal.

Only conversion actions that have this conversion origin will be included in this goal. Possible string values are:

  • "UNSPECIFIED" : The conversion origin has not been specified.
  • "UNKNOWN" : The conversion origin is not known in this version.
  • "WEBSITE" : Conversion that occurs when a user visits a website or takes an action there after viewing an ad.
  • "GOOGLE_HOSTED" : Conversions reported by an offline pipeline which collects local actions from Google-hosted pages (for example, Google Maps, Google Place Page, etc) and attributes them to relevant ad events.
  • "APP" : Conversion that occurs when a user performs an action through any app platforms.
  • "CALL_FROM_ADS" : Conversion that occurs when a user makes a call from ads.
  • "STORE" : Conversion that occurs when a user visits or makes a purchase at a physical store.
  • "YOUTUBE_HOSTED" : Conversion that occurs on YouTube.
  • "FLOODLIGHT" : Conversions that occur through Floodlight tag.

Implementation

core.String? origin;