[[["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 2024-02-13 UTC."],[[["`MobileApplicationPage` objects represent a page within a larger set of mobile applications retrieved from the Ad Manager API."],["Each page includes the total number of results, the starting position of the page within those results, and the specific mobile application data for that page."],["You can retrieve `MobileApplicationPage` objects using the `getMobileApplicationsByStatement()` method of the `MobileApplicationService`."]]],["The `MobileApplicationService` allows retrieval of mobile applications. The `getMobileApplicationsByStatement` method is used to fetch these applications. Results are returned in a `MobileApplicationPage`, which includes `totalResultSetSize` indicating the total number of matching applications, `startIndex` marking the page's position within the results, and `results` which is an array of `MobileApplication` objects. The service's namespace is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]