【打点】尝试使用自带的deviceid覆盖数数的

dev_chengFeng
gaoxin 2021-01-18 13:54:46 +08:00
parent c1aa2626bc
commit 120a4f2984
1 changed files with 1 additions and 0 deletions

View File

@ -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