| 
					
				 | 
			
			
				@@ -152,11 +152,12 @@ public enum PAGESOURCE: String { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case sp_cmunit_interestedTopic = "hotTopicRecommendWindow" // 热门话题推荐页 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case sp_cmunit_cmtMsgPage = "commentMessagePage" // 评论消息页 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case sp_cmunit_mePage = "mePage" // 我的页 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    case sp_cmunit_userPage = "homePage" // 个人主页 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    case sp_homePage = "homePage" // 个人主页 -- 由sp_cmunit_userPage修改为sp_homePage 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 点击上报:首页点击底部“我的”页面入口 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case sp_shanyinApp_main = "speedApp-main" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 页面曝光上报:“我的”页面曝光 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case sp_shanyinApp_mine = "shanyinApp-mine" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    case sp_speekPage = "speekPage" // 视说App-视频添加成功 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public func realRawValue(prefix: String? = nil) -> String { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if prefix != nil, (prefix?.count ?? 0) > 0 { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -202,7 +203,8 @@ public enum objectType: String { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_selectVideoProductionMode = "speedApp_viewWindow_selectVideoProductionMode" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 分享界面点击微信好友 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /*************** 创作工具相关objectType ***************/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    case ot_makevideo_video = "video" // 视频 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    case ot_video = "video" // 视频-由ot_makevideo_video转为 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    case ot_image = "image" // 图片 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_makevideo_gif = "gif" // 动态图 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_makevideo_jpg = "jpg" // 图片 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_enterComposeToolButton = "speedApp_enterComposeToolButton" // 点击上传tab后-点击发布视频 add by ak & 视频合成入口 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -400,6 +402,7 @@ public enum objectType: String { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_notificationButton = "notificationButton" // 活动通知入口点击 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen" // 视频全屏状态-分享好友 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_hotBoard_videoButton = "videoButton" // 热榜视频曝光 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    case ot_addVideo = "addVideo" // 视说App-添加视频按钮点击 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public func realRawValue(prefix: String? = nil) -> String { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if prefix != nil, (prefix?.count ?? 0) > 0 { 
			 |