abstract type MobileApplicationAction (v202405)
Service
MobileApplicationService
Represents the actions that can be performed on mobile applications.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The MobileApplicationService allows for performing actions on mobile applications in Google Ad Manager."],["MobileApplicationAction represents the specific actions, like archiving or unarchiving, that can be applied to mobile applications."],["These actions are accessible through dedicated methods like `performMobileApplicationAction()` with corresponding action types."],["The service and actions operate within the defined namespace for Google Ad Manager's API."]]],["The `MobileApplicationService` allows actions on mobile applications, specifically through `performMobileApplicationAction`. This function leverages `MobileApplicationAction`, which supports `ArchiveMobileApplications` and `UnarchiveMobileApplications`. These actions facilitate the archival and unarchival of mobile applications. The service's namespace is `https://www.google.com/apis/ads/publisher/v202405`. Key functionalities include managing the state of mobile applications via archival actions.\n"]]