[[["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 `CustomTargetingKeyPage` object represents a page of custom targeting keys within Google Ad Manager."],["This page includes information like the total number of keys (`totalResultSetSize`), the starting position of the page (`startIndex`), and the actual key data (`results`)."],["It belongs to the `CustomTargetingService` and is used for managing custom targeting keys in your ad campaigns."]]],["The `CustomTargetingService` uses `getCustomTargetingKeysByStatement` to retrieve a `CustomTargetingKeyPage`. This page object contains `totalResultSetSize`, the overall number of results; `startIndex`, indicating the page's starting point in the results; and `results`, an array of `CustomTargetingKey` objects, which are the actual custom targeting keys returned. The service's namespace is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]