Commit 36ab7dcc authored by wanglei's avatar wanglei

...

parent 6bd17408
...@@ -77,7 +77,7 @@ object AdMaxEvent { ...@@ -77,7 +77,7 @@ object AdMaxEvent {
obj.put("networkplacement", ad?.networkPlacement) obj.put("networkplacement", ad?.networkPlacement)
obj.put("latency", ad?.requestLatencyMillis) obj.put("latency", ad?.requestLatencyMillis)
obj.put("valueMicros", ad?.revenue) obj.put("valueMicros", ad?.revenue)
obj.put("from", activity?.javaClass?.simpleName) obj.put("from", activity)
obj.put("mediation", "applovin") obj.put("mediation", "applovin")
LogEx.logDebug("glc", "from: $activity") LogEx.logDebug("glc", "from: $activity")
if (!adUnit.equals("nativeAd")) { if (!adUnit.equals("nativeAd")) {
......
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