FlutterAds / flutter_qq_ads

🔥🔥🔥 Flutter 广告插件 -- 优量汇 、广点通、腾讯广告(支持开屏、插屏、激励视频、Banner、信息流、视频贴片)
https://pub.dev/packages/flutter_qq_ads
MIT License
107 stars 17 forks source link

安卓信息流不点击不曝光,和其他插件一样 #14

Closed eatfishs closed 1 year ago

BytesZero commented 2 years ago

有日志吗?或者数据验证吗?

eatfishs commented 2 years ago

有测试数据(量小可能参考性较差),主要是在日志中发现,信息流展示时未触发onAdExposure事件 1639099140(1)

BytesZero commented 2 years ago

可以问问客服,是不是有停留时间才算

BytesZero commented 2 years ago

量确实有些小,我这边也再观察一下

eatfishs commented 2 years ago

测试时每条信息流等待事件均超过一分钟

BytesZero commented 2 years ago

@eatfishs 有最新的测试数据了吗?我这边测试曝光是正常的

zytabcd123 commented 2 years ago

image 曝光确实有问题

BytesZero commented 2 years ago

@zytabcd123 收到,我继续排查一下

BytesZero commented 2 years ago

Android 存在曝光问题,目前我正在和官方的人排查,暂时没有定位到问题点,iOS 正常目前测试

BytesZero commented 2 years ago

目前排查出来是 onRenderSuccess 后就立马 onADClosed 了,工单正在进行中,稍后有新进展继续回复

BytesZero commented 2 years ago

目前的进度是,广告点击后才会走曝光,正在继续跟进工单

BytesZero commented 2 years ago

提了工单也无法解决,暂时没有好的办法,继续尝试

BytesZero commented 2 years ago

后续有新版本了再尝试看看

ksxkq commented 2 years ago

感觉和广告位的 focus 有关,如果不能 focus 就无法曝光

BytesZero commented 2 years ago

广告位没有任何需要focus 的内容呢

ksxkq commented 2 years ago

这里我也只是猜测嘛,广告位的曝光条件,一般都是需要有足够的可视区域;不允许被其它 View 遮挡;必须是 focus enable; 最近我也是遇到曝光失败,但是只要点击广告位,又会立马回调曝光成功的情况,后来发现是 focus 的设置问题

kennir commented 1 year ago

请问这个问题现在解决了吗?

BytesZero commented 1 year ago

已更新 v2.6.0,试试看