|
@@ -157,8 +157,9 @@ public enum PAGESOURCE: String {
|
|
|
case sp_shanyinApp_main = "speedApp-main"
|
|
|
// 页面曝光上报:“我的”页面曝光
|
|
|
case sp_shanyinApp_mine = "shanyinApp-mine"
|
|
|
- case sp_speekPage = "speekPage" // 视说App-视频添加成功
|
|
|
-
|
|
|
+ case sp_speekPage = "speekPage" // 视说App-视频预览页
|
|
|
+ case sp_composePage = "composePage" // 视说App-合成页
|
|
|
+
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|
|
@@ -403,7 +404,13 @@ public enum objectType: String {
|
|
|
case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen" // 视频全屏状态-分享好友
|
|
|
case ot_hotBoard_videoButton = "videoButton" // 热榜视频曝光
|
|
|
case ot_addVideo = "addVideo" // 视说App-添加视频按钮点击
|
|
|
-
|
|
|
+ case ot_speekButton = "speekButton" // 视说App-录音完成
|
|
|
+ case ot_exportButton = "exportButton" // 视说App-点击导出按钮
|
|
|
+ case ot_startCompose = "startCompose" // 视说App-开始合成
|
|
|
+ case ot_composeSuccess = "composeSuccess" // 视说App-合成成功
|
|
|
+ case ot_saveToAblum = "saveToAblum" // 视说App-点击保存至相册
|
|
|
+ case ot_captionsButton = "captionsButton" // 视说App-点击字幕
|
|
|
+
|
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|