How to get UnifiedNativeAdView ad click callback

384 Views Asked by At

For some reason, I need to know when the ad clicked or the user reacts with that. but UnifiedNativeAdView overrides any touch click to even native banner ads. How we can get ad user interaction callback?

1

There are 1 best solutions below

0
On

AdLoader.Builder has withAdListener with which you can set an AdListener. AdListener has the onAdClicked method which you can override and is called whenever the native ad is clicked.