To discuss and provide feedback on our products, join the official AdMob Discord channel in the Google Advertising and Measurement Community server.

GoogleMobileAds Framework Reference

  • Presents debug options for users to interact with.

  • Initialized with an ad unit ID from the Google Ad Manager account.

  • Includes a delegate for handling debug options view controller interactions.

GADDebugOptionsViewController


@interface GADDebugOptionsViewController : UIViewController

Displays debug options to the user.

  • Creates and returns a GADDebugOptionsViewController object initialized with the ad unit ID.

    Declaration

    Swift

    convenience init(adUnitID: String)

    Objective-C

    + (nonnull instancetype)debugOptionsViewControllerWithAdUnitID:
     (nonnull NSString *)adUnitID;

    Parameters

    adUnitID

    An ad unit ID for the Google Ad Manager account that is being configured with debug options.

  • Delegate for the debug options view controller.

    Declaration

    Swift

    @IBOutlet weak var delegate: (any DebugOptionsViewControllerDelegate)? { get set }

    Objective-C

    @property (nonatomic, weak, nullable) id<GADDebugOptionsViewControllerDelegate> delegate;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月20日 UTC.