com.google.android.gms.ads.mediation
Stay organized with collections
Save and categorize content based on your preferences.
Contains classes for Google Mobile Ads mediation adapters.
Annotations
Interfaces
Classes
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 2024-12-03 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 2024-12-03 UTC."],[[["This package contains classes for Google Mobile Ads mediation adapters, which allow publishers to serve ads from third-party ad networks through the Google Mobile Ads SDK."],["Includes interfaces for mediation adapters to communicate with the Google Mobile Ads SDK, including callbacks for initialization, ad loading, and ad events."],["Provides classes for configuring and displaying different ad formats like banners, interstitials, rewarded, native, and app open ads from mediation networks."],["Many interfaces and classes previously used for adapter construction and communication have been deprecated in favor of newer, more streamlined alternatives like `Adapter` and `MediationAdConfiguration`."],["Offers mapping classes like `NativeAdMapper` and `UnifiedNativeAdMapper` to help adapt third-party native ad formats to Google's native ad format."]]],["This content outlines classes and interfaces for Google Mobile Ads mediation adapters. Key components include: `Adapter` for third-party ad networks; `MediationAdConfiguration` and its variants (`AppOpen`, `Banner`, `Interstitial`, `Native`, `Rewarded`) for ad rendering data; and various callback interfaces (`InitializationCompleteCallback`, `MediationAdCallback`, etc.) for communication between adapters and the Google Mobile Ads SDK. Deprecated interfaces are to be replaced with `Adapter` and `MediationAdConfiguration`. Also `NativeAdMapper` and `UnifiedNativeAdMapper` classes for native ads mapping.\n"]]