[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThe YieldGroupService allows you to retrieve yield groups based on specified criteria.\u003c/p\u003e\n"],["\u003cp\u003eThe service uses the \u003ccode\u003egetYieldGroupsByStatement()\u003c/code\u003e method for retrieval.\u003c/p\u003e\n"],["\u003cp\u003eResults are returned as a YieldGroupPage object, providing details about the total results, starting index, and an array of YieldGroup objects.\u003c/p\u003e\n"],["\u003cp\u003eThe YieldGroup objects and related operations reside within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],["The `YieldGroupService`'s `getYieldGroupsByStatement()` method returns a `YieldGroupPage`. This page contains an integer `totalResultSetSize`, indicating the total number of yield groups. It also includes an integer `startIndex`, and an array of `YieldGroup` objects within the `results` field. The namespace for these operations and data structures is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type YieldGroupPage (v202408)\n\n**Service** \n**YieldGroupService** **Dependencies** \n[getYieldGroupsByStatement()](/ad-manager/api/reference/v202408/YieldGroupService#getYieldGroupsByStatement) \n▼\n**YieldGroupPage**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|--------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `startIndex` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `results` | ` `[YieldGroup](/ad-manager/api/reference/v202408/YieldGroupService.YieldGroup)`[]` \u003cbr /\u003e |"]]