enum MobileApplicationPlatform (v202411)

  • MobileApplicationPlatform defines the operating system a mobile application runs on, such as Android, iOS, or various Smart TV platforms.

  • This enumeration includes values like ANDROID, IOS, ROKU, AMAZON_FIRETV, PLAYSTATION, XBOX, SAMSUNG_TV, and LG_TV, alongside an UNKNOWN value for unexposed platforms.

  • It is part of the MobileApplicationService and is used to specify the platform for a MobileApplication object within the Google Ad Manager API.

A platform a MobileApplication can run on.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
UNKNOWN The value returned if the actual value is not exposed by the requested API version.
ANDROID
IOS
ROKU
AMAZON_FIRETV
PLAYSTATION
XBOX
SAMSUNG_TV
LG_TV