[[["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-05-15 UTC."],[[["The YieldGroupService allows for the creation and updating of YieldGroups, which are used for managing ad sources and their targeting."],["YieldGroups have properties like a unique ID, name, status, ad format, environment type, targeting criteria, and associated ad sources."],["The status of a YieldGroup can be one of several values: `UNKNOWN`, `EXPERIMENTING`, `ACTIVE`, `INACTIVE`, or `DELETED`."],["YieldGroups support various ad formats like `BANNER`, `INTERSTITIAL`, `NATIVE`, `VIDEO_VAST`, `REWARDED`, `REWARDED_INTERSTITIAL`, and `APP_OPEN`."],["Targeting for YieldGroups can be specified to control ad delivery based on criteria defined in the `Targeting` object."]]],["The `YieldGroupService` manages yield groups, with dependencies including `YieldGroupPage`. Key actions are `createYieldGroups()` and `updateYieldGroups()`. A `YieldGroup` consists of fields like `yieldGroupId`, `yieldGroupName`, `exchangeStatus` (with enumerated values like `ACTIVE`, `INACTIVE`), `format`, and `environmentType`. It also has `targeting` information and an array of `adSources`. Enumerated format values include `BANNER` and `VIDEO_VAST`. Exchange status can be `EXPERIMENTING`. Yield group Environment types can be `MOBILE` or `WEB`.\n"]]