GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GADRTBAdapter
Adapter that provides signals to the Google Mobile Ads SDK to be included in an auction.
-
Returns an initialized RTB adapter.
Declaration
Objective-C
- (nonnull instancetype)init;
-
Asks the receiver for secure signals. Signals are provided to the 3PAS at request time. The
receiver must call completionHandler with signals or an error.
This method is called on a non-main thread. The receiver should avoid using the main thread to
prevent signal collection timeouts.
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 2022-09-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 2022-09-20 UTC."],[[["GADRTBAdapter facilitates communication between your bidding logic and the Google Mobile Ads SDK for real-time bidding."],["It enables the collection of signals, which are crucial data points used in the auction process to determine ad placements."],["The `collectSignalsForRequestParameters:completionHandler:` method is the primary way to provide these signals, and it's essential to implement it efficiently to avoid timeouts."],["Initialization of the adapter is done through the standard `init` method."]]],[]]