GoogleMobileAds Framework Reference

DFPRequest

@interface DFPRequest : GADRequest

Specifies optional parameters for ad requests.

  • Publisher provided user ID.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic, nullable) NSString *publisherProvidedID;
  • Array of strings used to exclude specified categories in ad results.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic, nullable) NSArray *categoryExclusions;
  • Key-value pairs used for custom targeting.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic, nullable) NSDictionary *customTargeting;
  • This API is deprecated and has no effect. Use an instance of GADCorrelator with DFPInterstitial or DFPBannerView objects to correlate requests.

    Declaration

    Objective-C

    + (void)updateCorrelator;