[[["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."],[[["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 API response for CustomTargetingValuePage is within the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The `CustomTargetingService` uses `getCustomTargetingValuesByStatement` to retrieve a `CustomTargetingValuePage`. This page object contains `totalResultSetSize`, `startIndex`, and `results`. `totalResultSetSize` indicates the size of the entire result set. `startIndex` marks the page's starting position within it, while `results` is an array of `CustomTargetingValue` objects that are in the page.\n"]]