如果您的 android 应用以编程方式点击 admob 广告怎么办?
What if your android app programatically clicks admob ads?
我是 android 的 admob 广告的新手,我知道如果您每次点击都能获得收入,它的工作方式。但我想知道如果开发人员在生产应用程序中添加偶尔自动点击广告的代码会发生什么情况?类似于 mAdView.performClick()
。允许这样做吗?如果这样做会怎样?
谢谢
这将违反 AdMob 政策:"Publishers may not click their own ads or use any means to inflate impressions and/or clicks artificially, including manual methods. Testing your own ads by clicking on them is not allowed."
来自这个link:https://support.google.com/admob/answer/2753860?hl=en
如果他们检测到您这样做,您的帐户可能会被永远禁止。
我是 android 的 admob 广告的新手,我知道如果您每次点击都能获得收入,它的工作方式。但我想知道如果开发人员在生产应用程序中添加偶尔自动点击广告的代码会发生什么情况?类似于 mAdView.performClick()
。允许这样做吗?如果这样做会怎样?
谢谢
这将违反 AdMob 政策:"Publishers may not click their own ads or use any means to inflate impressions and/or clicks artificially, including manual methods. Testing your own ads by clicking on them is not allowed."
来自这个link:https://support.google.com/admob/answer/2753860?hl=en
如果他们检测到您这样做,您的帐户可能会被永远禁止。