GoogleMobileAds Framework Reference

  • GAMBannerViewOptions is used to configure options for loading banner ads within the Google Mobile Ads SDK.

  • Publishers can manually record ad impressions when they become visible by setting enableManualImpressions to true.

  • By default, the SDK automatically handles impression recording if enableManualImpressions is not enabled or set to false.

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;