Search code examples
javaandroidfacebook-audience-networkfacebook-monetization-manager

Stop showing ad for 15 seconds after user clicks on it Facebook Audience Network


I have implemented facebook audience network banner ad in my android app. I want to not the ad for 15 seconds after user clicks on it and returns to the app. I have searched a lot and can not find any solution.I am doing this to prevent illegal clicks. How can I do this?


Solution

  • Add an Ad Listener and override the onAdClicked clicked method and do the stuff you want to do Here is the facebook documentation on how set an Ad Listener