Stay organized with collections Save and categorize content based on your preferences.
Extra parameters for mediation custom events.
Summary
These parameters will be passed by the Google Mobile Ads SDK to mediation.
Properties
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-01-18 UTC.
[[["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 2023-01-18 UTC."],[[["MediationExtras class provides a way to pass extra parameters to mediation custom events within the Google Mobile Ads SDK."],["These extra parameters are stored as key-value pairs in a Dictionary and are accessible through the `Extras` property."],["MediationExtras includes platform-specific builder class names for Android and iOS, which can be used for further customization by mediation adapters."],["The Google Mobile Ads SDK automatically handles the passing of these extra parameters to the chosen mediation networks during ad requests."]]],["MediationExtras allows for the passing of extra parameters to mediation custom events via the Google Mobile Ads SDK. It contains three key properties: `AndroidMediationExtraBuilderClassName`, `IOSMediationExtraBuilderClassName` (both strings), and `Extras` (a dictionary of string key-value pairs). `Extras` holds the specific parameters intended for the mediation adapter. The `MediationExtras()` function initializes these settings.\n"]]