Commit 4f930388 authored by zhangzhe's avatar zhangzhe

增加天天提现视频埋点

parent 8454984f
...@@ -252,7 +252,14 @@ public class AdUtils ...@@ -252,7 +252,14 @@ public class AdUtils
{ {
EventUtils.OnEvent("vedio_jy_click"); EventUtils.OnEvent("vedio_jy_click");
} }
else if (actionName.Equals("dt_tttx_ts_show"))
{
EventUtils.OnEvent("dt_tttx_ts_show");
}
else if (actionName.Equals("dt_tttx_rw_show"))
{
EventUtils.OnEvent("dt_tttx_rw_show");
}
} }
public void onAdVideoBarClick() public void onAdVideoBarClick()
......
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