From 38e13bf4611fd4a008bfc4614098a856a0d778ee Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Fri, 23 Jan 2026 15:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=8B=E7=82=B9=E3=80=91adid=20?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=B1=9E=E6=80=A7=E5=8F=8A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E7=9B=AE=E5=89=8D=E4=B8=8A=E6=8A=A5=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/gamedog/statisticreporter/StatisticUtil.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)