【埋点】adid 公共属性及用户属性目前上报为空
This commit is contained in:
parent
ace9afbbbc
commit
38e13bf461
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue