[[["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 `CustomTargetingKeyPage` object represents a page of custom targeting keys within the Google Ad Manager API."],["It provides information about the total number of keys, the starting position of the current page within the total result set, and the collection of keys on this specific page."],["`CustomTargetingKeyPage` is part of the CustomTargetingService, which helps manage custom targeting keys used for ad delivery."]]],["The `CustomTargetingService` uses `getCustomTargetingKeysByStatement` to retrieve `CustomTargetingKey` objects. The results are returned as a `CustomTargetingKeyPage`, which includes `totalResultSetSize` (total number of results), `startIndex` (starting index of the current page), and `results` (array of `CustomTargetingKey` objects) for a specified namespace. This structure captures a paginated set of custom targeting keys.\n"]]