[[["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\u003e\u003ccode\u003eMobileApplicationPlatform\u003c/code\u003e defines the operating system a mobile application runs on, such as Android, iOS, or various Smart TV platforms.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration includes values like \u003ccode\u003eANDROID\u003c/code\u003e, \u003ccode\u003eIOS\u003c/code\u003e, \u003ccode\u003eROKU\u003c/code\u003e, \u003ccode\u003eAMAZON_FIRETV\u003c/code\u003e, \u003ccode\u003ePLAYSTATION\u003c/code\u003e, \u003ccode\u003eXBOX\u003c/code\u003e, \u003ccode\u003eSAMSUNG_TV\u003c/code\u003e, and \u003ccode\u003eLG_TV\u003c/code\u003e, alongside an \u003ccode\u003eUNKNOWN\u003c/code\u003e value for unexposed platforms.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the \u003ccode\u003eMobileApplicationService\u003c/code\u003e and is used to specify the platform for a \u003ccode\u003eMobileApplication\u003c/code\u003e object within the Google Ad Manager API.\u003c/p\u003e\n"]]],["The core content defines `MobileApplicationPlatform`, an enumeration representing platforms on which a `MobileApplication` can run. The namespace is `https://www.google.com/apis/ads/publisher/v202411`. It lists possible platforms: `UNKNOWN`, `ANDROID`, `IOS`, `ROKU`, `AMAZON_FIRETV`, `PLAYSTATION`, `XBOX`, `SAMSUNG_TV`, and `LG_TV`. The value `UNKNOWN` is returned when the actual platform value is not exposed by the requested API version.\n"],null,["# enum MobileApplicationPlatform (v202411)\n\n**Service** \n**MobileApplicationService** **Dependencies** \n[MobileApplication](/ad-manager/api/reference/v202411/MobileApplicationService.MobileApplication) \n▼\n**MobileApplicationPlatform**\n\nA platform a [MobileApplication](/ad-manager/api/reference/v202411/MobileApplicationService.MobileApplication) can run on.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-----------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `ANDROID` | |\n| `IOS` | |\n| `ROKU` | |\n| `AMAZON_FIRETV` | |\n| `PLAYSTATION` | |\n| `XBOX` | |\n| `SAMSUNG_TV` | |\n| `LG_TV` | |"]]