Commit de3c1384 authored by mengcuiguang's avatar mengcuiguang

打点话述修改

parent efdcd158
...@@ -59,7 +59,7 @@ public class NewOutTimeFull { ...@@ -59,7 +59,7 @@ public class NewOutTimeFull {
this.mActivity = activity; this.mActivity = activity;
// TODO 透明页加载广告开始 // TODO 透明页加载广告开始 总值
UmengManager.INSTANCE.onEvent(AdReportManager.EventType.EVENT_TYPE_TIME10_NEW_LOAD_START.name()); UmengManager.INSTANCE.onEvent(AdReportManager.EventType.EVENT_TYPE_TIME10_NEW_LOAD_START.name());
if (TTMediationAdSdk.configLoadSuccess()) { if (TTMediationAdSdk.configLoadSuccess()) {
...@@ -67,7 +67,7 @@ public class NewOutTimeFull { ...@@ -67,7 +67,7 @@ public class NewOutTimeFull {
UmengManager.INSTANCE.onEvent(AdReportManager.EventType.EVENT_TYPE_TIME10_NEW_LOAD_START_CONFIG_SUC.name()); UmengManager.INSTANCE.onEvent(AdReportManager.EventType.EVENT_TYPE_TIME10_NEW_LOAD_START_CONFIG_SUC.name());
loadAd(); loadAd();
} else { } else {
// TODO config // TODO config 首次初始化监听
UmengManager.INSTANCE.onEvent(AdReportManager.EventType.EVENT_TYPE_TIME10_NEW_LOAD_START_CONFIG.name()); UmengManager.INSTANCE.onEvent(AdReportManager.EventType.EVENT_TYPE_TIME10_NEW_LOAD_START_CONFIG.name());
TTMediationAdSdk.registerConfigCallback(mSettingConfigCallback); TTMediationAdSdk.registerConfigCallback(mSettingConfigCallback);
} }
......
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