[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eYieldGroupService\u003c/code\u003e allows management of yield groups, focusing on Open Bidding and SDK Mediation settings.\u003c/p\u003e\n"],["\u003cp\u003eKey fields include \u003ccode\u003eparameters\u003c/code\u003e for custom settings, \u003ccode\u003eyieldIntegrationType\u003c/code\u003e to specify integration type (e.g., Open Bidding, SDK), and \u003ccode\u003eplatform\u003c/code\u003e indicating the target platform (e.g., Android, iOS).\u003c/p\u003e\n"],["\u003cp\u003eIt inherits properties from \u003ccode\u003eAbstractDisplaySettings\u003c/code\u003e, impacting display behavior.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eYieldGroupService\u003c/code\u003e uses enumerations for \u003ccode\u003eyieldIntegrationType\u003c/code\u003e and \u003ccode\u003eplatform\u003c/code\u003e to define specific options.\u003c/p\u003e\n"]]],["The `YieldGroupService` includes `AbstractDisplaySettings` and `SdkMediationSettings`, which are defined within the namespace `https://www.google.com/apis/ads/publisher/v202411`. `SdkMediationSettings` contains `parameters` as a `StringMapEntry` array. It defines the type of yield integration, using the `YieldIntegrationType` enum with values: `UNKNOWN`, `CUSTOM_EVENT`, `SDK`, or `OPEN_BIDDING`. Also, it specifies the `platform`, using the `YieldPlatform` enum, which can be `UNKNOWN`, `ANDROID`, or `IOS`.\n"],null,["# type SdkMediationSettings (v202411)\n\n**Service** \n**YieldGroupService** **Inheritance** \n[AbstractDisplaySettings](/ad-manager/api/reference/v202411/YieldGroupService.AbstractDisplaySettings) \n▼\n[OpenBiddingSetting](/ad-manager/api/reference/v202411/YieldGroupService.OpenBiddingSetting) **SdkMediationSettings**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`AbstractDisplaySettings` (inherited)** ||\n| **`SdkMediationSettings`** ||\n| ### `parameters` | ` `[YieldParameter_StringMapEntry](/ad-manager/api/reference/v202411/YieldGroupService.YieldParameter_StringMapEntry)`[]` \u003cbr /\u003e |\n| ### `yieldIntegrationType` | ` `[YieldIntegrationType](/ad-manager/api/reference/v202411/YieldGroupService.YieldIntegrationType)` ` *** ** * ** *** **Enumerations** `UNKNOWN` : `CUSTOM_EVENT` : `SDK` : `OPEN_BIDDING` : \u003cbr /\u003e |\n| ### `platform` | ` `[YieldPlatform](/ad-manager/api/reference/v202411/YieldGroupService.YieldPlatform)` ` *** ** * ** *** **Enumerations** `UNKNOWN` : `ANDROID` : `IOS` : \u003cbr /\u003e |"]]