Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
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.
[[["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 2025-03-06 UTC."],[[["This document outlines the specifications for representing a mobile application using JSON for the Google Ads API."],["The JSON object includes an `appId` field for unique identification, constructed using platform and platform-native ID."],["An `appId` for iOS is formatted as \"1-{9-digit App Store ID}\" and for Android as \"2-{package name}\"."],["The `name` field represents the name of the mobile application."],["This structure is crucial for identifying and managing mobile applications within the Google Ads platform."]]],["The provided information outlines the structure for representing a mobile application within the Google Ads API. It uses a JSON format with `appId` and `name` fields. The `appId` is a unique string composed of \"{platform}-{platform_native_id}\". The platform is \"1\" for iOS and \"2\" for Android, and `platform_native_id` is specific to the application. For iOS is the 9 digit string. For Android the package name. `name` is simply the application's name. `appId` is mandatory.\n"]]