Reports information to the Google Mobile Ads SDK from the adapter. Adapters receive an ad event
delegate when they provide a GADMediationAd by calling a render completion handler.
[[["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 2021-03-03 UTC."],[],[],null,["# GoogleMobileAds Framework Reference\n\nGADMediationAdEventDelegate\n===========================\n\n protocol GADMediationAdEventDelegate : NSObjectProtocol\n\nReports information to the Google Mobile Ads SDK from the adapter. Adapters receive an ad event\ndelegate when they provide a GADMediationAd by calling a render completion handler.\n- `\n ``\n ``\n `\n\n ### [reportImpression()](#/c:objc(pl)GADMediationAdEventDelegate(im)reportImpression)\n\n `\n ` \n Notifies Google Mobile Ads SDK that an impression occurred on the GADMediationAd. \n\n #### Declaration\n\n Swift \n\n func reportImpression()\n\n- `\n ``\n ``\n `\n\n ### [reportClick()](#/c:objc(pl)GADMediationAdEventDelegate(im)reportClick)\n\n `\n ` \n Notifies Google Mobile Ads SDK that a click occurred on the GADMediationAd. \n\n #### Declaration\n\n Swift \n\n func reportClick()\n\n- `\n ``\n ``\n `\n\n ### [willPresentFullScreenView()](#/c:objc(pl)GADMediationAdEventDelegate(im)willPresentFullScreenView)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd will present a full screen modal view. \n\n #### Declaration\n\n Swift \n\n func willPresentFullScreenView()\n\n- `\n ``\n ``\n `\n\n ### [didFailToPresentWithError(_:)](#/c:objc(pl)GADMediationAdEventDelegate(im)didFailToPresentWithError:)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd failed to present with an error. \n\n #### Declaration\n\n Swift \n\n func didFailToPresentWithError(_ error: Error)\n\n- `\n ``\n ``\n `\n\n ### [willDismissFullScreenView()](#/c:objc(pl)GADMediationAdEventDelegate(im)willDismissFullScreenView)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd will dismiss a full screen modal view. \n\n #### Declaration\n\n Swift \n\n func willDismissFullScreenView()\n\n- `\n ``\n ``\n `\n\n ### [didDismissFullScreenView()](#/c:objc(pl)GADMediationAdEventDelegate(im)didDismissFullScreenView)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd finished dismissing a full screen modal\n view. \n\n #### Declaration\n\n Swift \n\n func didDismissFullScreenView()"]]