[[["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-11-19 UTC."],[[["The YieldGroupService allows for the creation and updating of yield groups, which are used to manage and optimize ad inventory."],["Yield groups have several key properties, including a unique ID, name, exchange status, ad format, environment type, targeting criteria, and associated ad sources."],["The exchange status of a yield group indicates its operational state, such as active, inactive, or experimenting."],["Targeting parameters can be defined for yield groups to control which ad requests they are eligible for."],["Ad sources can be linked to yield groups, enabling the integration of various ad networks and platforms for monetization."]]],["The `YieldGroupService` allows for the management of yield groups, which have dependencies like `YieldGroupPage`. Key actions include `createYieldGroups()` and `updateYieldGroups()`. A yield group has attributes like `yieldGroupId`, `yieldGroupName`, `exchangeStatus`, `format`, `environmentType`, `targeting`, and `adSources`. These attributes utilize enumerations such as `YieldEntityStatus` (e.g., `ACTIVE`, `INACTIVE`), `YieldFormat`(e.g., `BANNER`, `VIDEO_VAST`) and `YieldEnvironmentType`(e.g., `MOBILE`, `WEB`).\n"]]