英雄无敌H5 ltv特殊处理
This commit is contained in:
parent
744ec272a6
commit
9d1c279e94
@ -267,6 +267,8 @@ class XAnalysis:
|
|||||||
where_account_str = "1=1"
|
where_account_str = "1=1"
|
||||||
if self.game == 'huixie' and quota == '#distinct_id':
|
if self.game == 'huixie' and quota == '#distinct_id':
|
||||||
event_n='new_device'
|
event_n='new_device'
|
||||||
|
elif self.game == 'yxwd_h5':
|
||||||
|
event_n = 'role_create'
|
||||||
else:
|
else:
|
||||||
event_n = 'create_account'
|
event_n = 'create_account'
|
||||||
if 'is_new_device = 1' in where_str:
|
if 'is_new_device = 1' in where_str:
|
||||||
|
Loading…
Reference in New Issue
Block a user