type MobileApplicationPage (v202408)
Service
MobileApplicationService
Captures a page of mobile applications.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The MobileApplicationPage object represents a page of mobile applications within Google Ad Manager."],["It provides information about the total number of mobile applications (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual list of mobile applications on this page (`results`)."],["This page is retrieved using the `getMobileApplicationsByStatement()` method of the MobileApplicationService."]]],["The `MobileApplicationService` provides a method, `getMobileApplicationsByStatement`, to retrieve mobile application data. The results are returned as a `MobileApplicationPage`, which contains the `totalResultSetSize`, `startIndex`, and an array of `MobileApplication` objects. This service allows for fetching a subset of mobile applications, with the ability to know the total available and the position of the current page within the full set. The namespace for this service is specified.\n"]]