Commit 2e60ed9a authored by mengcuiguang's avatar mengcuiguang

添加rta日志

parent c56210b6
...@@ -82,7 +82,7 @@ class RTAVideoAdManager private constructor(activity: Activity) : BaseVideoAd() ...@@ -82,7 +82,7 @@ class RTAVideoAdManager private constructor(activity: Activity) : BaseVideoAd()
override fun onLoadFail(p0: String?) { override fun onLoadFail(p0: String?) {
LogUtil.d(TAG, "onLoadFail -> " + p0) LogUtil.d(TAG, "onLoadFail -> " + p0)
TrackManager.getInstance().addCallImp(Constant.AD_SOURCE_RTA, Constant.EVENT_TYPE_ONE, (p0).toString(), "") TrackManager.getInstance().addCallImp(Constant.AD_SOURCE_RTA, Constant.EVENT_TYPE_ONE, "999999", p0)
videoAdStatusListener?.adFail() videoAdStatusListener?.adFail()
} }
......
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