From f7ec6b46c01c16883effd1f3d526de4415133ad5 Mon Sep 17 00:00:00 2001 From: huyufei Date: Thu, 15 Aug 2024 16:08:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20iap=5Fret=5Ftrue=20?= =?UTF-8?q?=E6=89=93=E7=82=B9=E5=8F=82=E6=95=B0=E5=86=85=20isFree=20?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E7=B1=BB=E5=9E=8B=E4=B8=8D=E5=87=86=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=20BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1021542 --user=yufei.hu 【中台】【打点】修复 iap_ret_true 打点参数内 isFree 上报类型不准确的 BUG https://www.tapd.cn/33527076/s/1164640 Signed-off-by: huyufei --- Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs b/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs index 1034574..068aadc 100644 --- a/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs +++ b/Runtime/GuruCore/Runtime/Analytics/Analytics.TemplateDefine.cs @@ -550,7 +550,7 @@ namespace Guru { ParameterCurrency, currency }, { "order_id", orderId }, { "type", type }, - { "isfree", isFree ? 1 : 0 }, + { "isfree", isFree ? "1" : "0" }, }; if(!string.IsNullOrEmpty(offerId))