如何知道某人何时点击了广告视图?
我在我的应用程序中使用广告视图,并想知道何时有人点击了该广告视图! 我怎样才能做到这一点? onclicklistener 似乎不起作用。
I'm using an adview in my application and want to know when someone has clicked that Adview!
How I can do that?
The onclicklistener does not seem to work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以这样设置侦听器:
然后实现:
You can set the listener this way:
And then implement this:
点击是在 AdMob API 内部处理的,我认为没有办法完成您对 API 的要求,因为它违反了 TOS 使用“通过点击 X 数量的广告来解锁功能”模型。因此,我不认为它在 onclicklistener 所在的 API 中可用。
The click is handled inside of the AdMob API, and I don't think there is a way to do what you are asking with the API as its against the TOS to use a "unlock feature by clicking X number of ads" model. For that reason I don't believe it is available in the API where the onclicklistener is.
试试这个
Try this