[[["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."],[[["The `ContactPage` object retrieves a segment of `Contact` objects within a larger result set."],["This page includes information about the total result size, the starting position of the page, and the actual `Contact` objects contained within the page."],["The `ContactPage` is part of the `ContactService` and is used for navigating and accessing contact information."]]],["The `ContactService` utilizes `getContactsByStatement()` to retrieve `Contact` objects. Results are returned in `ContactPage`, which includes the `totalResultSetSize`, `startIndex`, and `results`. `totalResultSetSize` is the total number of contacts. `startIndex` is the index in the total result set where the current page starts, and `results` is an array of `Contact` objects on the current page. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]