[[["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-08-20 UTC."],[[["The `CustomTargetingKeyPage` object represents a page of custom targeting keys within the Google Ad Manager system."],["It provides information about the total number of keys, the starting position of the current page, and the keys themselves."],["Developers can use this object to retrieve and manage custom targeting keys for their ad inventory."]]],["The `CustomTargetingService` uses `getCustomTargetingKeysByStatement` to retrieve a `CustomTargetingKeyPage`. This page object contains `totalResultSetSize`, the overall result count; `startIndex`, the starting index of the current page; and `results`, an array of `CustomTargetingKey` objects. The data resides in the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"]]