[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGADDebugOptionsViewController\u003c/code\u003e presents debug settings to users, aiding in the configuration and troubleshooting of Google Ad Manager ads.\u003c/p\u003e\n"],["\u003cp\u003eIt's initialized with an ad unit ID, linking it to a specific ad unit within your Ad Manager account.\u003c/p\u003e\n"],["\u003cp\u003eA delegate can be assigned to handle events and updates from the debug options view controller.\u003c/p\u003e\n"]]],["The `GADDebugOptionsViewController` displays debug options. It can be initialized with an ad unit ID using `debugOptionsViewControllerWithAdUnitID:`. This method creates a `GADDebugOptionsViewController` object, requiring an `adUnitID` from the Google Ad Manager account. A delegate, specified via the `delegate` property, handles actions related to the debug options view controller. This delegate is defined as a `DebugOptionsViewControllerDelegate`.\n"],null,["GADDebugOptionsViewController \n\n\n @interface GADDebugOptionsViewController : UIViewController\n\nDisplays debug options to the user.\n- `\n ``\n ``\n `\n\n [+debugOptionsViewControllerWithAdUnitID:](#/c:objc(cs)GADDebugOptionsViewController(cm)debugOptionsViewControllerWithAdUnitID:)`\n ` \n Creates and returns a GADDebugOptionsViewController object initialized with the ad unit ID. \n\n Declaration \n Swift \n\n convenience init(adUnitID: String)\n\n Objective-C \n\n + (nonnull instancetype)debugOptionsViewControllerWithAdUnitID:\n (nonnull NSString *)adUnitID;\n\n Parameters\n\n |------------------|----------------------------------------------------------------------------------------------|\n | ` `*adUnitID*` ` | An ad unit ID for the Google Ad Manager account that is being configured with debug options. |\n\n- `\n ``\n ``\n `\n\n [delegate](#/c:objc(cs)GADDebugOptionsViewController(py)delegate)`\n ` \n Delegate for the debug options view controller. \n\n Declaration \n Swift \n\n @IBOutlet weak var delegate: (any DebugOptionsViewControllerDelegate)? { get set }\n\n Objective-C \n\n @property (nonatomic, weak, nullable) id\u003c../Protocols/GADDebugOptionsViewControllerDelegate.html\u003e delegate;"]]