[[["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 class 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 Swift \n\n var adHTML: String { get }\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 Swift \n\n var adBaseURL: URL { get }\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 Swift \n\n func 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 Swift \n\n func 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 Swift \n\n func finishedRenderingAdView(_ view: UIView)"]]