type MobileApplicationPage (v202405)
Service
MobileApplicationService
Captures a page of mobile applications.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
MobileApplication[]
The collection of mobile applications contained within this page.
|
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."],[[["`MobileApplicationPage` objects represent a page within a larger set of mobile applications retrieved from the Ad Manager API."],["These pages provide information about the total number of results, the starting position of the current page, and the actual mobile application data for that page."],["Data within `MobileApplicationPage` is accessed via fields like `totalResultSetSize`, `startIndex`, and `results` which contain information about the result set and the mobile applications themselves."]]],["The `MobileApplicationService` utilizes the `getMobileApplicationsByStatement()` method to retrieve a paginated set of mobile applications. The `MobileApplicationPage` contains this data, with fields like `totalResultSetSize` indicating the total number of applications, `startIndex` showing the page's starting index, and `results` holding an array of `MobileApplication` objects. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]