Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MobileAppVendor
The type of mobile app vendor
Enums |
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["The `MobileAppVendor` enum defines the source of a mobile application, such as Apple App Store or Google Play Store."],["This enum includes values for unspecified, unknown, Apple App Store, and Google Play Store sources."],["Primarily used for identifying the app's origin, the enum helps categorize mobile applications based on their vendor."]]],["The core content defines the types of mobile app vendors. `UNSPECIFIED` indicates a vendor is not specified, while `UNKNOWN` signifies a value unknown in the current version. `APPLE_APP_STORE` represents the Apple app store vendor, and `GOOGLE_APP_STORE` represents the Google app store vendor. These enums categorize and identify the origin of mobile applications.\n"]]