|
@@ -139,7 +139,8 @@ public enum PAGESOURCE: String {
|
|
|
case sp_cmunit_create = "creationToolWindow" // 发布面板
|
|
|
case sp_cmunit_publish = "publishPage" // 内容发布页
|
|
|
case sp_cmunit_loginPage = "loginPage" // 登陆页
|
|
|
-
|
|
|
+ case sp_cmunit_interestedTopic = "hotTopicRecommendWindow" // 热门话题推荐页
|
|
|
+ case sp_cmunit_cmtMsgPage = "commentMessagePage" // 评论消息页
|
|
|
}
|
|
|
|
|
|
// MARK: - objectType
|
|
@@ -291,6 +292,7 @@ public enum objectType: String {
|
|
|
case ot_cmunit_topicCreate = "createVideoButton" // 话题详情页
|
|
|
case ot_cmunit_topicClose = "closeButton" // 话题详情页
|
|
|
case ot_cmunit_joinBtn = "joinTopicButton" // 内容发布页-参与话题
|
|
|
+ case ot_cmunit_joinAllBtn = "joinAllButton" // 点击「一键加入」按钮
|
|
|
case ot_cmunit_listTopicBtn = "topicButton" // 话题列表-话题按钮曝光
|
|
|
case ot_cmunit_cacelBtn = "cancelJoinTopicButton" // 话题列表-点击「取消加入话题」按钮
|
|
|
case ot_cmunit_recoItem = "recommendTopicItem" // 内容发布页-推荐话题 Item
|
|
@@ -302,6 +304,8 @@ public enum objectType: String {
|
|
|
case ot_cmunit_nextStepBtn = "nextStepButton" // 点击「下一步」按钮
|
|
|
case ot_cmunit_skipBtn = "skipButton" // 点击「跳过」按钮
|
|
|
case ot_cmunit_loginButton = "loginButton" // 点击「登录」按钮
|
|
|
+ case ot_cmunit_cmtMsgItem = "commentMessageItem" // 评论消息item
|
|
|
+
|
|
|
}
|
|
|
|
|
|
// MARK: - 视频上报类型
|
|
@@ -389,6 +393,12 @@ public enum businessType: String {
|
|
|
case bt_ad_close = "adClose" // 广告被关闭-非需求
|
|
|
case bt_ad_configRequest = "adConfigRequest" // 客户端请求广告配置
|
|
|
case bt_ad_configLoaded = "adConfigLoaded" // 客户端请求广告配置成功
|
|
|
+
|
|
|
+ /*************** 话题相关businessType ***************/
|
|
|
+ case bt_cmunit_clickTopic = "videoClickTopic" // 增加首页话题点击上报
|
|
|
+ case bt_cmunit_videoReport = "videoReport" // 举报视频
|
|
|
+ case bt_cmunit_comment = "videoComment" // 视频被用户评论
|
|
|
+ case bt_cmunit_likeComment = "videoLikeComent" // 视频中的评论被点赞
|
|
|
}
|
|
|
|
|
|
// MARK: - autoType 自动动作的类型
|