Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MobileApplicationInfo
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
A mobile application criterion.
Fields |
app_id
|
string
A string that uniquely identifies a mobile application to Google Ads API. The format of this string is "{platform}-{platform_native_id}", where platform is "1" for iOS apps and "2" for Android apps, and where platform_native_id is the mobile application identifier native to the corresponding platform. For iOS, this native identifier is the 9 digit string that appears at the end of an App Store URL (for example, "476943146" for "Flood-It! 2" whose App Store link is "http://itunes.apple.com/us/app/flood-it!-2/id476943146"). For Android, this native identifier is the application's package name (for example, "com.labpixies.colordrips" for "Color Drips" given Google Play link "https://play.google.com/store/apps/details?id=com.labpixies.colordrips"). A well formed app id for Google Ads API would thus be "1-476943146" for iOS and "2-com.labpixies.colordrips" for Android. This field is required and must be set in CREATE operations.
|
name
|
string
Name of this mobile application.
|
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-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["A mobile application criterion is identified by a unique `app_id` combining platform and native ID."],["`app_id` format is \"{platform}-{platform_native_id}\" with \"1\" for iOS and \"2\" for Android."],["iOS uses the 9-digit App Store ID, while Android uses the application's package name."],["The `name` field provides the name of the mobile application."]]],["The provided content outlines the structure for identifying mobile applications within the Google Ads API. Each app requires a unique `app_id` string, formatted as \"{platform}-{platform_native_id}\". For iOS, the platform is \"1\" and the native ID is the 9-digit App Store identifier. For Android, the platform is \"2\", and the native ID is the app's package name. A `name` string field is also provided for a user readable app identifier. The `app_id` field is mandatory during app creation.\n"]]