GoogleMobileAds Framework Reference

  • GADExtras is a class used to send ad network extras to Google networks.

  • It includes the property additionalParameters, which allows for sending extra parameters to Google networks.

  • The additionalParameters property can be set and retrieved, accepting a dictionary of AnyHashable to Any in Swift and an NSDictionary in Objective-C.

GADExtras


@interface GADExtras : NSObject <GADAdNetworkExtras>

Ad network extras sent to Google networks.

  • Additional parameters to be sent to Google networks.

    Declaration

    Swift

    var additionalParameters: [AnyHashable : Any]? { get set }

    Objective-C

    @property (nonatomic, copy, nullable) NSDictionary *additionalParameters;