Commit 30a136df authored by wanglei's avatar wanglei

...

parent 4e8a16c5
......@@ -153,6 +153,11 @@ object AdMaxOpenUtils {
}
if (AdmobMaxHelper.isAdInit.get()) {
val reqId = UUID.randomUUID().toString()
val obj = JSONObject()
obj.put("req_id", reqId)
obj.put("ad_type", "interAd")
EventUtils.event("ad_pull_start", ext = obj)
appOpenAd?.loadAd()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment