[[["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\nDFPCustomRenderedAd\n===================\n\n @interface DFPCustomRenderedAd : NSObject\n\nCustom rendered ad. Your application renders the ad.\n- `\n ``\n ``\n `\n\n ### [adHTML](#/c:objc(cs)DFPCustomRenderedAd(py)adHTML)\n\n `\n ` \n The ad's HTML. \n\n #### Declaration\n\n Objective-C \n\n @property (readonly, nonatomic, nonnull) NSString *adHTML;\n\n- `\n ``\n ``\n `\n\n ### [adBaseURL](#/c:objc(cs)DFPCustomRenderedAd(py)adBaseURL)\n\n `\n ` \n The base URL of the ad's HTML. \n\n #### Declaration\n\n Objective-C \n\n @property (readonly, nonatomic, nonnull) NSURL *adBaseURL;\n\n- `\n ``\n ``\n `\n\n ### [-recordClick](#/c:objc(cs)DFPCustomRenderedAd(im)recordClick)\n\n `\n ` \n Call this method when the user clicks the ad. \n\n #### Declaration\n\n Objective-C \n\n - (void)recordClick;\n\n- `\n ``\n ``\n `\n\n ### [-recordImpression](#/c:objc(cs)DFPCustomRenderedAd(im)recordImpression)\n\n `\n ` \n Call this method when the ad is visible to the user. \n\n #### Declaration\n\n Objective-C \n\n - (void)recordImpression;\n\n- `\n ``\n ``\n `\n\n ### [-finishedRenderingAdView:](#/c:objc(cs)DFPCustomRenderedAd(im)finishedRenderingAdView:)\n\n `\n ` \n Call this method after the ad has been rendered in a UIView object. \n\n #### Declaration\n\n Objective-C \n\n - (void)finishedRenderingAdView:(nonnull UIView *)view;"]]