mobileAppVendor property

String? mobileAppVendor
getter/setter pair

Mobile app vendor for an app conversion action.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "APPLE_APP_STORE" : Mobile app vendor for Apple app store.
  • "GOOGLE_APP_STORE" : Mobile app vendor for Google app store.

Implementation

core.String? mobileAppVendor;