Commit fa38c256 authored by wanglei's avatar wanglei

...ad

parent e79f5662
...@@ -172,10 +172,10 @@ object AdmobUtils { ...@@ -172,10 +172,10 @@ object AdmobUtils {
} }
if (nativeAd == null) { if (nativeAd == null) {
loadNativeAd() loadNativeAd()
val obj = JSONObject() val obj2 = JSONObject()
obj.put("reason", "no_ad") obj2.put("reason", "no_ad")
obj.put("ad_unit", "nativeAd") obj2.put("ad_unit", "nativeAd")
EventUtils.event("ad_show_error", ext = obj) EventUtils.event("ad_show_error", ext = obj2)
} else { } else {
loadingListener?.invoke() loadingListener?.invoke()
} }
......
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