[[["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\u003eGADMuteThisAdReason\u003c/code\u003e provides information about why a user muted an ad.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003ereasonDescription\u003c/code\u003e property, which is a text explanation of the mute action (e.g., "Ad Covered Content").\u003c/p\u003e\n"]]],["The `GADMuteThisAdReason` object provides information about why an ad is muted. It contains a `reasonDescription` property, accessible as a read-only string (`NSString` in Objective-C, `String` in Swift). This string details the specific reason for muting, such as \"Ad Covered Content\". The primary action associated with this class is retrieving the descriptive string, explaining the cause of the ad being muted.\n"],null,["# GoogleMobileAds Framework Reference\n\nGADMuteThisAdReason\n===================\n\n\n @interface GADMuteThisAdReason : NSObject\n\nReason for muting the ad.\n- `\n ``\n ``\n `\n\n ### [reasonDescription](#/c:objc(cs)GADMuteThisAdReason(py)reasonDescription)\n\n `\n ` \n Text that describes the reason for muting this ad. For example \"Ad Covered Content\". \n\n #### Declaration\n\n Swift \n\n var reason: String { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) NSString *reasonDescription;"]]