ImBlu
ImBlu

Reputation: 5

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?

Upvotes: 0

Views: 81

Answers (1)

Faisal Khan
Faisal Khan

Reputation: 382

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

Upvotes: 0

Related Questions