Hi Hermawan,
Thank you for reaching out to us.
With regard to your concern, you are able to build Native ad views without Storyboard or .xibs. However, in the code you need to set the values back to the superclass GADNativeAdView.
For example, you've created a custom `actionButton` in your subclass. However, no clicks are being recorded because you have not set that value back to the superclass. You need to do something such as "storeView = actionButton" storeView coming from the GADNativeAdView. You'll need to do that with all of your respective values that are supposed to represented in your native ad view.
Regards,
![]() |
Mobile Ads SDK Team |