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

61 views Asked by At

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?

1

There are 1 answers

1
Faisal Khan On BEST ANSWER

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