开发者

AdMob: advertising states receiving

开发者 https://www.devze.com 2023-03-20 23:13 出处:网络
Is there any helper functions for AdMob to check out: advertising displayed advertising was clicked advertising r开发者_如何学Pythonequest successful, but no advertising returned due to lack of ad i

Is there any helper functions for AdMob to check out:

  1. advertising displayed
  2. advertising was clicked
  3. advertising r开发者_如何学Pythonequest successful, but no advertising returned due to lack of ad inventory


On Android ?

Your Activity can implement AdListener in order to receive appropriate callbacks.

Callbacks are: onReceiveAd, onFailedToReceiveAd, onPresentScreen, onDismissScreen and onLeaveApplication.

See: https://developers.google.com/mobile-ads-sdk/docs/android/mediation/


When you have implemented the AdListener, in your callbacks you can insert some google analytics personal event to have a statistic.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号