type SdkMediationSettings (v202508)

  • SdkMediationSettings are display settings for mobile SDK adapters used within the YieldGroupService.

  • This setting inherits from AbstractDisplaySettings and is related to OpenBiddingSetting.

  • Key fields include parameters for mobile adapter configurations, yieldIntegrationType (CUSTOM_EVENT or SDK), and platform (ANDROID or IOS).

Display settings for mobile SDK adapters.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

AbstractDisplaySettings (inherited)
SdkMediationSettings

parameters

YieldParameter_StringMapEntry[]

A map of key-value pairs to be used by this mobile adapter.

yieldIntegrationType

YieldIntegrationType

The integration type of the adapter. This may be CUSTOM_EVENT or SDK.


Enumerations
UNKNOWN
CUSTOM_EVENT
SDK
OPEN_BIDDING

platform

YieldPlatform

The platform of the adapter.


Enumerations
UNKNOWN
ANDROID
IOS