0

我已将 AdMob 集成到我的应用程序中。我想展示假设公司 XYZ 的(自定义)广告,但如何计算这些广告的点击次数?

4

1 回答 1

0

You could create a custom event that returns an ad from company XYZ, and add this custom event to a mediation placement. Then use that mediation placement ID in your app when making ad requests, and they will get sent to your custom event.

When implementing your custom event, make sure to invoke CustomEventBannerListener.onClick() when the ad is clicked. This is how AdMob knows to record a click for your custom event, and you can track these clicks via AdMob mediation reporting.

于 2013-01-28T23:14:18.060 回答