Commit 128fe796 authored by wanglei's avatar wanglei

.....

parent 51deca68
......@@ -185,7 +185,7 @@ object AE {
}
is NativeAd -> {
key = "ad_price_native"
key = "ad_price"
val loadedAdapterResponseInfo = ad.responseInfo?.loadedAdapterResponseInfo
val adSourceName = loadedAdapterResponseInfo?.adSourceName
val adSourceId = loadedAdapterResponseInfo?.adSourceId
......@@ -250,7 +250,7 @@ object AE {
if (adUnit != "nativeAd") {
EvenWQEWQEtUtils.event("ad_show", ext = obj)
} else {
EvenWQEWQEtUtils.event("bigimage_ad_show", ext = obj)
EvenWQEWQEtUtils.event("ad_show", ext = obj)
}
}
}
\ No newline at end of file
......@@ -91,7 +91,7 @@ object AveUtils {
fun showNativeAd(activity: Activity?, parent: ViewGroup, layout: Int = R.layout.layout_admob_native_custom) {
val obj = JSONObject()
obj.put("ad_unit", "nativeAd")
EvenWQEWQEtUtils.event("ad_prepare_show_native", ext = obj)
EvenWQEWQEtUtils.event("ad_prepare_show", ext = obj)
if (!AdDis.shouldShowNative()) {
return
}
......
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