Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
RtbAdapter |
Mediation adapter that also supports bidding.
|
RtbSignalData |
Data passed into the adapter for signal generation.
|
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 2025-08-20 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 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003ecom.google.android.gms.ads.mediation.rtb\u003c/code\u003e package provides interfaces and classes for mediation adapters supporting real-time bidding (RTB).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRtbAdapter\u003c/code\u003e allows mediation adapters to participate in bidding, while \u003ccode\u003eRtbSignalData\u003c/code\u003e provides data for generating bidding signals.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSignalCallbacks\u003c/code\u003e interface enables communication for signal generation from third-party SDKs.\u003c/p\u003e\n"]]],["This content defines elements for real-time bidding (RTB) mediation in Android. `SignalCallbacks` interface is for third-party SDKs to provide bidding signals. `RtbAdapter` class represents a mediation adapter that handles bidding. `RtbSignalData` class contains the necessary data passed to the adapter for generating these bidding signals. The key actions involve generating and passing bidding signals between the Google Mobile Ads SDK and third-party SDKs through the provided interfaces and classes.\n"],null,["# com.google.android.gms.ads.mediation.rtb\n========================================\n\nKotlin \\|[Java](/admob/android/early-access/nextgen/reference/com/google/android/gms/ads/mediation/rtb/package-summary \"View this page in Java\") \n\nInterfaces\n----------\n\n|----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|\n| [SignalCallbacks](/admob/android/early-access/nextgen/reference/kotlin/com/google/android/gms/ads/mediation/rtb/SignalCallbacks) | Callback for signal generation from 3p SDKs for bidding. |\n\nClasses\n-------\n\n|------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|\n| [RtbAdapter](/admob/android/early-access/nextgen/reference/kotlin/com/google/android/gms/ads/mediation/rtb/RtbAdapter) | Mediation adapter that also supports bidding. |\n| [RtbSignalData](/admob/android/early-access/nextgen/reference/kotlin/com/google/android/gms/ads/mediation/rtb/RtbSignalData) | Data passed into the adapter for signal generation. |"]]