From f9f4d7428faa12a5f19fd001faae503637bd9519 Mon Sep 17 00:00:00 2001 From: huyufei Date: Tue, 21 May 2024 08:31:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20iap=5Fpurchase=20=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=20ad=5Fplatform=20=E4=BF=9D=E7=95=99=20platf?= =?UTF-8?q?orm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyufei --- Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs b/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs index 9f11fae..463bfb7 100644 --- a/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs +++ b/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs @@ -714,10 +714,9 @@ namespace Guru { LogEvent(eventName, new Dictionary() { - [ParameterAdPlatform] = IAPPlatform, [ParameterPlatform] = IAPPlatform, - [ParameterCurrency] = USD, [ParameterValue] = value, + [ParameterCurrency] = USD, ["product_id"] = productId, ["order_id"] = orderId, ["order_type"] = orderType,