feat: 适配微信 CPM 小游戏的曝光上报逻辑 https://jira.shanqu.cc/browse/GHZSCY-7058

This commit is contained in:
chenjuntao
2025-01-02 14:42:37 +08:00
parent bf30aef686
commit 63e478d314

View File

@ -22,6 +22,7 @@ class DefaultExposureStateChangeListener : IExposureStateChangeListener {
"onExposureStateChange: 名称 ${exposureEvent.payload.gameName} 位置 $position, $exposureStatus"
)
// 如果是 CPM 曝光事件,且在曝光中,直接上报 CPM 曝光 (内部有做简单的去重处理CPM 曝光追求一个及时上报,不用理会曝光时长)
if (isCPMExposureEvent && inExposure) {
Utils.log(
RecyclerViewExposureHelper.TAG,