1

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?

Amir Hossein Ghasemi
  • 20,623
  • 10
  • 57
  • 53

1 Answers1

0

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.

ySgPjx
  • 10,165
  • 7
  • 61
  • 78