简体   繁体   English

用户点击后停止展示广告 15 秒 Facebook Audience Network

[英]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.我在我的 android 应用程序中实施了 facebook 受众网络横幅广告。 I want to not the ad for 15 seconds after user clicks on it and returns to the app.我想在用户点击它并返回应用程序后 15 秒内不显示广告。 I have searched a lot and can not find any solution.I am doing this to prevent illegal clicks.我搜索了很多,找不到任何解决方案。我这样做是为了防止非法点击。 How can I do this?我怎样才能做到这一点?

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添加广告侦听器并覆盖onAdClicked clicked 方法并执行您想要做的事情这是有关如何设置广告侦听器的 facebook 文档

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Facebook 受众网络插页式广告中设置点击计数器? - how to set click counter in facebook audience network interstitial ad? 加载本地广告时,Facebook Audience Network Ads应用程序崩溃 - Facebook Audience Network ads App crashes when Native ad is loading 需要使用Facebook Audience Network在文章列表中添加广告单元(NativeAd) - Need add Ad Unit (NativeAd) within a List of Articles, using Facebook Audience Network Facebook受众网络导致NullPointerException - Facebook Audience Network cause NullPointerException Facebook Audience Network Ad Sdk依赖项在Android App中显示运行时错误 - Facebook Audience Network Ad Sdk dependency giving run time error in Android App Eror在ConstrantLayout上添加了Facebook受众网络横幅 - Eror adding facebook audience network banner on ConstrantLayout 为什么 Android Facebook Audience 网络在调用 destroy 方法后仍会泄漏活动? - Why Android Facebook Audience network is leaking activity even after calling destroy method? 当用户点击按钮/卡片视图时,他们会在展示广告后看到广告,我想做一些类似 Toast 或其他的事情 - when user click on button/cardview then they will see ad after showing ad i wanna do something like Toast or other Google admob 和 Facebook 受众网络可以在不使用中介的情况下在同一应用上投放广告吗? - Can Google admob and Facebook audience network serve ads on the same app without using mediation? 如何在“ X”之后显示非页内广告。 应用点击次数? - How can to show Interstitial ad after “X” no. of clicks in app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM