From 9d1c279e9431671f934532eea8e80e92382253ba Mon Sep 17 00:00:00 2001 From: haoqiyue <1293971940@qq.com> Date: Fri, 3 Feb 2023 15:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E6=97=A0=E6=95=8CH5=20ltv?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/x_analysis.py | 2 ++ 1 file changed, 2 insertions(+) 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: