GoogleMobileAds Framework Reference

  • GADRTBMediationSignalsConfiguration is a mediation configuration for a particular ad request.

  • The credentials property is an array of mediation credential configurations set by the publisher on the AdMob UI.

  • Each credential configuration in the credentials array is a possible source of ads for the request.

  • The real-time bidding request will include a subset of the credentials configurations.

GADRTBMediationSignalsConfiguration

 @interface GADRTBMediationSignalsConfiguration : NSObject 

Mediation configuration for a particular ad request.

  • 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.

    Declaration

    Swift

     var credentials: [MediationCredentials] { get } 
    

    Objective-C

     @property (nonatomic, readonly, nonnull) NSArray< GADMediationCredentials 
    *> *credentials; 
    
Design a Mobile Site
View Site in Mobile | Classic
Share by: