diff --git a/StatisticReporter/src/main/java/com/gamedog/statisticreporter/StatisticUtil.kt b/StatisticReporter/src/main/java/com/gamedog/statisticreporter/StatisticUtil.kt index 9a0d465..1510d2b 100644 --- a/StatisticReporter/src/main/java/com/gamedog/statisticreporter/StatisticUtil.kt +++ b/StatisticReporter/src/main/java/com/gamedog/statisticreporter/StatisticUtil.kt @@ -66,7 +66,8 @@ object StatisticUtil { "Coin_Num" to mGoldFun.invoke(), "RV_Times_Coins" to mGoldTimesFun.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) ShushuManager.instance().reportEvent(eventKey, eventData, superPropertiesMap)