GoogleMobileAds Framework Reference

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 enableManualImpressions: Bool { get set }

    Objective-C

    @property (nonatomic) BOOL enableManualImpressions;