Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GADRTBMediationSignalsConfiguration objects store mediation settings for an ad request.
credentials property contains an array of configurations defined by the publisher, acting as potential ad sources for the request, with the real-time bidding system utilizing a selection of these.
Array of mediation credential configurations set by the publisher on the AdMob UI. Each
credential configuration is a possible source of ads for the request. The real-time bidding
request will include a subset of these configurations.
[[["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."],[],["The `GADRTBMediationSignalsConfiguration` class provides mediation configuration for ad requests. Its primary function is to manage an array of `MediationCredentials`, which represent potential ad sources defined by the publisher in the AdMob UI. These credentials are a subset of configurations included in real-time bidding requests, enabling the selection of relevant ad sources for a given request. The `credentials` property is read-only.\n"]]