[[["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."],[[["The `ContactPage` object retrieves a segment of `Contact` objects."],["It provides information about the total result set size, starting position, and the retrieved contacts themselves."],["Data is structured within the `https://www.google.com/apis/ads/publisher/v202402` namespace."],["`ContactPage` is part of the `ContactService`, used to manage contacts in Google Ad Manager."]]],["The `ContactService` utilizes the `getContactsByStatement()` method to retrieve `Contact` objects. It returns a `ContactPage` which includes `totalResultSetSize`, the total number of contacts, `startIndex`, indicating the start position of contacts on the page, and `results`, an array containing the `Contact` objects. These contacts belong to the specified namespace: `https://www.google.com/apis/ads/publisher/v202402`.\n"]]