【埋点】adid 公共属性及用户属性目前上报为空

This commit is contained in:
renhaoting 2026-01-23 15:23:25 +08:00
parent ace9afbbbc
commit 38e13bf461
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ object StatisticUtil {
"Coin_Num" to mGoldFun.invoke(), "Coin_Num" to mGoldFun.invoke(),
"RV_Times_Coins" to mGoldTimesFun.invoke(), "RV_Times_Coins" to mGoldTimesFun.invoke(),
"RV_Times_Money" to mCashTimesFun.invoke(), "RV_Times_Money" to mCashTimesFun.invoke(),
"ad_network" to AdjustManager.instance().getNetwork() "ad_network" to AdjustManager.instance().getNetwork(),
"adid" to AdjustManager.instance().getAaId()
) )
FireBaseManager.instance().reportEvent(eventKey, eventData, superPropertiesMap) FireBaseManager.instance().reportEvent(eventKey, eventData, superPropertiesMap)
ShushuManager.instance().reportEvent(eventKey, eventData, superPropertiesMap) ShushuManager.instance().reportEvent(eventKey, eventData, superPropertiesMap)