[[["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-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMobileApplicationService\u003c/code\u003e manages mobile applications and their availability on various app stores.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMobileApplicationStore\u003c/code\u003e is an enumeration that lists the stores where a mobile application can be found, including Apple iTunes, Google Play, Roku, and more.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this service is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eUNKNOWN\u003c/code\u003e value is returned if the store is not exposed by the requested API version.\u003c/p\u003e\n"]]],["The `MobileApplicationStore` specifies where a `MobileApplication` is available. It's defined within the `MobileApplicationService` and uses the namespace `https://www.google.com/apis/ads/publisher/v202408`. Possible values include `APPLE_ITUNES`, `GOOGLE_PLAY`, `ROKU`, `AMAZON_FIRETV`, `PLAYSTATION`, `XBOX`, `SAMSUNG_TV`, `AMAZON_APP_STORE`, `OPPO_APP_STORE`, `SAMSUNG_APP_STORE`, `VIVO_APP_STORE`, `XIAOMI_APP_STORE`, and `LG_TV`, with `UNKNOWN` representing unexposed values. It lists the available stores.\n"],null,["# enum MobileApplicationStore (v202408)\n\n**Service** \n**MobileApplicationService** **Dependencies** \n[MobileApplication](/ad-manager/api/reference/v202408/MobileApplicationService.MobileApplication) \n▼\n**MobileApplicationStore**\n\nA store a [MobileApplication](/ad-manager/api/reference/v202408/MobileApplicationService.MobileApplication) is available on.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|---------------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `APPLE_ITUNES` | |\n| `GOOGLE_PLAY` | |\n| `ROKU` | |\n| `AMAZON_FIRETV` | |\n| `PLAYSTATION` | |\n| `XBOX` | |\n| `SAMSUNG_TV` | |\n| `AMAZON_APP_STORE` | |\n| `OPPO_APP_STORE` | |\n| `SAMSUNG_APP_STORE` | |\n| `VIVO_APP_STORE` | |\n| `XIAOMI_APP_STORE` | |\n| `LG_TV` | |"]]