type YieldGroupPage (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
YieldGroupService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
totalResultSetSize
|
xsd:int
|
startIndex
|
xsd:int
|
results
|
YieldGroup[]
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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 |"]]