[[["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-08-20 UTC."],[[["The YieldGroupService allows for the creation and updating of YieldGroups, which are used to manage ad sources and targeting for yield management."],["YieldGroups have key properties such as a unique ID, name, exchange status (e.g., active, inactive), ad format (e.g., banner, video), and environment type (e.g., mobile, web)."],["Targeting criteria and specific ad sources can be associated with a YieldGroup to control ad delivery."],["YieldGroup entities have various states like `ACTIVE`, `INACTIVE`, `EXPERIMENTING`, reflecting their operational status within the system."],["The service operates within the `https://www.google.com/apis/ads/publisher/v202408` namespace, indicating its context within the Ad Manager API."]]],["The `YieldGroupService` allows for the management of yield groups, specifically through `createYieldGroups()` and `updateYieldGroups()`. Key fields for a `YieldGroup` include `yieldGroupId`, `yieldGroupName`, `exchangeStatus` (with possible values like `ACTIVE` or `DELETED`), `format` (e.g., `BANNER`, `VIDEO_VAST`), `environmentType`(e.g., `MOBILE`, `WEB`), `targeting`, and `adSources`. These fields define the yield group's properties, status, and scope. `YieldGroupPage` is a dependency.\n"]]