[[["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 YieldGroupService allows you to retrieve yield groups based on specified criteria using the `getYieldGroupsByStatement()` method."],["YieldGroupPage objects contain yield group data and include information about the total result set size, starting index, and an array of YieldGroup objects."],["Data is organized within the `https://www.google.com/apis/ads/publisher/v202402` namespace and includes fields for result set size, starting index, and yield group results."]]],["The `YieldGroupService` offers the `getYieldGroupsByStatement()` method, which retrieves a `YieldGroupPage`. This page contains information including `totalResultSetSize` (total number of results), `startIndex` (the starting index of the results), and `results`, which is an array of `YieldGroup` objects. The data is provided within the namespace `https://www.google.com/apis/ads/publisher/v202402`. The data types for `totalResultSetSize` and `startIndex` are integer.\n"]]