[[["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-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"]]