新人充值、个人中心增加埋点

This commit is contained in:
chenguilong
2022-08-08 13:15:04 +08:00
parent c1f1c5b487
commit bbbdafe641
9 changed files with 104 additions and 0 deletions

View File

@@ -28,6 +28,35 @@ NSString *const StatisticsServiceEventRecent_card_show = @"recent_card_show";///
NSString *const StatisticsServiceEventRecent_card_click = @"recent_card_click";///
NSString *const StatisticsServiceEventGebo_tab_click = @"gebo_tab_click";///tab
#pragma mark -
NSString *const StatisticsServiceEventRoomNugivePopShow = @"room_nugive_pop_show"; ///
NSString *const StatisticsServiceEventRoomNugivePopClick = @"room_nugive_pop_click"; ///
NSString *const StatisticsServiceEventNugiftPopShow = @"nugift_pop_show"; ///
NSString *const StatisticsServiceEventNugiftPopClick = @"nugift_pop_click"; ///,,
NSString *const StatisticsServiceEventnugift_pop_finish_click = @"nugift_pop_finish_click"; ///tab)
NSString *const StatisticsServiceEventNugiftPopCloseClick = @"nugift_pop_close_click"; ///
NSString *const StatisticsServiceEventUsercenterNugiftPopShow = @"usercenter_nugift_pop_show"; ///
NSString *const StatisticsServiceEventUsercenterNugiftPopClick = @"usercenter_nugift_pop_click"; ///
NSString *const StatisticsServiceEventPersonalshowTopCardShow = @"personalshow_top_card_show"; ///
NSString *const StatisticsServiceEventPersonalshowTopCardRoomClick = @"personalshow_top_card_room_click"; ///,id
NSString *const StatisticsServiceEventPersonalshowTopCardVoiceClick = @"personalshow_top_card_voice_click"; ///
#pragma mark -
NSString *const StatisticsServiceEventusercenter_recharge_card_show = @"usercenter_recharge_card_show"; ///
NSString *const StatisticsServiceEventusercenter_recharge_card_click = @"usercenter_recharge_card_click"; ///
NSString *const StatisticsServiceEventusercenter_noble_card_show = @"usercenter_noble_card_show"; ///
NSString *const StatisticsServiceEventusercenter_noble_card_click = @"usercenter_noble_card_click";///
NSString *const StatisticsServiceEventusercenter_function_show = @"usercenter_function_show"; ///,
NSString *const StatisticsServiceEventusercenter_function_click = @"usercenter_function_click"; ///,
NSString *const StatisticsServiceEventusercenter_quick_entry_show = @"usercenter_quick_entry_show"; ///,id
NSString *const StatisticsServiceEventusercenter_quick_entrysuccess_click = @"usercenter_quick_entrysuccess_click"; ///,id
NSString *const StatisticsServiceEventusercenter_quick_entry_click = @"usercenter_quick_entry_click"; ///,id
NSString *const StatisticsServiceEventusercenter_banner_show = @"usercenter_banner_show"; ///banner,bannerid
NSString *const StatisticsServiceEventusercenter_banner_click = @"usercenter_banner_click"; ///banner,bannerid
#pragma mark -
NSString *const StatisticsServiceEventtask_toast_show = @"task_toast_show"; ///toast
NSString *const StatisticsServiceEventtask_toast_click = @"task_toast_click"; ///toast
///
/// @param eventKey key
+ (void)trackEventWithKey:(NSString *)eventKey {