【打点】尝试使用自带的deviceid覆盖数数的
parent
c1aa2626bc
commit
120a4f2984
|
|
@ -49,6 +49,7 @@ function this.Initialize()
|
|||
account = AppConst.isSDK and tostring(AppConst.OpenId) or "",
|
||||
Bundle_id = AppConst.isSDK and AppConst.SdkPackageName or "",
|
||||
xx_id = AppConst.isSDK and AppConst.SdkChannel or "",
|
||||
device_id = AppConst.isSDK and AndroidDeviceInfo.Instance:GetDeviceID() or ""
|
||||
})
|
||||
ThinkingAnalyticsManager.Track("create_account")
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue