Stay organized with collections
Save and categorize content based on your preferences.
GADCustomEventRequest
@interface GADCustomEventRequest : NSObject
Specifies optional ad request targeting parameters that are provided by the publisher and are
forwarded to custom events for purposes of populating an ad request to a 3rd party ad network.
The additional parameters set by the application. This property lets you pass additional
information from your application to your Custom Event object. To do so, create an instance of
GADCustomEventExtras to pass to GADRequest -registerAdNetworkExtras:. The instance should have
an NSDictionary set for a particular custom event label. That NSDictionary becomes the
additionalParameters here.
Declaration
Swift
var additionalParameters: [AnyHashable : Any]? { get }