diff --git a/models/x_analysis.py b/models/x_analysis.py index 15593fc..fa1ed09 100644 --- a/models/x_analysis.py +++ b/models/x_analysis.py @@ -267,6 +267,8 @@ class XAnalysis: where_account_str = "1=1" if self.game == 'huixie' and quota == '#distinct_id': event_n='new_device' + elif self.game == 'yxwd_h5': + event_n = 'role_create' else: event_n = 'create_account' if 'is_new_device = 1' in where_str: