|
@@ -380,6 +380,11 @@ public enum objectType: String {
|
|
|
/*************** 活动相关businessType ***************/
|
|
|
case ot_actity_incentive = "weapp_sharer_incentivePlanWindow" // 分享者激励计划活动弹窗的曝光
|
|
|
case ot_actity_share = "weapp_share_plan" // 分享者激励计划活动弹窗按钮的点击
|
|
|
+ case ot_hotListTabButton = "speedApp_hotListTabButton" // 热榜tab按键点击
|
|
|
+ case ot_hotList = "speedApp_hotList" // 热榜页面曝光
|
|
|
+ case ot_videoShareButton = "videoShareButton" // 分享按键点击
|
|
|
+ case ot_videoShareFriend = "videoShareFriend" // 用户点击分享好友
|
|
|
+ case ot_videoShareH5 = "videoShareH5" // 视频被用户点击分享朋友圈
|
|
|
}
|
|
|
|
|
|
// MARK: - 视频上报类型
|