Przeglądaj źródła

添加统计 KEY

jsonwang 3 lat temu
rodzic
commit
683ebf6569
1 zmienionych plików z 29 dodań i 0 usunięć
  1. 29 0
      BFFramework/Classes/Enums/Enums.swift

+ 29 - 0
BFFramework/Classes/Enums/Enums.swift

@@ -270,6 +270,35 @@ public  enum  objectType: String {
     //编辑标题和封面
     case ot_shanyinApp_clickButton_changeTitle = "shanyinApp_clickButton_changeTitle"
     case ot_shanyinApp_clickButton_changeCover = "shanyinApp_clickButton_changeCover"
+  
+    //1.2.0版本快慢速
+    //点击快慢速
+    case ot_shanyinApp_musicVideoPreview_selectPatternSpeed = "shanyinApp_musicVideoPreview_selectPatternSpeed"
+    //点击跳跃卡点
+    case ot_shanyinApp_musicVideoPreview_selectPatternMusicVideo = "shanyinApp_musicVideoPreview_selectPatternMusicVideo"
+    //点击仅音乐
+    case ot_shanyinApp_musicVideoPreview_selectPatternBgm = "shanyinApp_musicVideoPreview_selectPatternBgm"
+    
+    //音乐库相统计
+    //- 音乐tab点击数
+    case ot_shanyinApp_musicVideoPreview_musicTab = "shanyinApp_musicVideoPreview_musicTab"
+    //- 剪辑tab点击
+    case ot_shanyinApp_musicVideoPreview_videoTab = "shanyinApp_musicVideoPreview_videoTab"
+    //- 音乐素材曝光数
+    case ot_shanyinApp_musicVideoPreview_musicView = "shanyinApp_musicVideoPreview_musicView"
+    //- 音乐试听数
+    case ot_shanyinApp_musicVideoPreview_musicCategorySelect = "shanyinApp_musicVideoPreview_musicCategorySelect"
+    //- 音乐使用数
+    case ot_shanyinApp_musicVideoPreview_musicSelect = "shanyinApp_musicVideoPreview_musicSelect"
+    //- 音乐选框移动数(与原推荐位置不一致)
+    case ot_shanyinApp_musicVideoPreview_musicPeriodSelect = "shanyinApp_musicVideoPreview_musicPeriodSelect"
+    //- 搜索页面曝光
+    case ot_shanyinApp_musicVideoPreview_musicSearch = "shanyinApp_musicVideoPreview_musicSearch"
+    
+    //- 音乐试听数
+    case ot_shanyinApp_musicVideoPreview_musicSearchAudition = "shanyinApp_musicVideoPreview_musicSearchAudition"
+    //- 音乐使用数
+    case ot_shanyinApp_musicVideoPreview_musicSearchSelect = "shanyinApp_musicVideoPreview_musicSearchSelect"
 
 
 }