GoogleMobileAds Framework Reference

  • GAMBannerViewOptions are ad loader options specifically for banner ads.

  • The manualImpressionEnabled property allows the publisher to manually record impressions when the ad is visible.

GAMBannerViewOptions

 @interface GAMBannerViewOptions : GADAdLoaderOptions 
 

Ad loader options for banner ads.

  • Whether the publisher will record impressions manually when the ad becomes visible to the user.

    Declaration

    Swift

     var isManualImpressionEnabled: Bool { get set } 
    

    Objective-C

     @property (nonatomic, assign, unsafe_unretained, readwrite,
              getter=isManualImpressionEnabled) BOOL manualImpressionEnabled; 
    
Design a Mobile Site
View Site in Mobile | Classic
Share by: