[[["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 `SdkMediationSettings` object within the `YieldGroupService` allows for the configuration of yield group settings for SDK mediation."],["`SdkMediationSettings` includes fields for yield parameters, integration type, and platform."],["Yield integration types can be `CUSTOM_EVENT`, `SDK`, `OPEN_BIDDING`, and the platforms can be `ANDROID` or `IOS`."],["These settings are part of the Google Ad Manager API and are accessed using the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `YieldGroupService` uses `AbstractDisplaySettings` as a base, with `SdkMediationSettings` being a specific type. `SdkMediationSettings` includes `parameters` (an array of `YieldParameter_StringMapEntry`), `yieldIntegrationType` (enum values: `UNKNOWN`, `CUSTOM_EVENT`, `SDK`, `OPEN_BIDDING`), and `platform` (enum values: `UNKNOWN`, `ANDROID`, `IOS`). The service namespace is `https://www.google.com/apis/ads/publisher/v202405`. The type of the yield integrations can be custom event, SDK, or open bidding. The platforms supported are android and IOS.\n"]]