[[["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."],[[["CustomTargetingValuePage retrieves a subset of CustomTargetingValue objects, providing navigation through a larger result set using pagination."],["The page includes information about the total result set size and the starting position of the current page within that set."],["Each page contains an array of CustomTargetingValue objects, representing custom targeting keys and their associated data."]]],["The `CustomTargetingService` uses `getCustomTargetingValuesByStatement` to retrieve `CustomTargetingValue` objects. The results are delivered in a `CustomTargetingValuePage`, which includes `totalResultSetSize` representing the total result set size, `startIndex` indicating the page's starting index, and `results` which contains an array of `CustomTargetingValue` objects for the current page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]