fix: iap_purchase 事件 去掉 ad_platform 保留 platform

Signed-off-by: huyufei <yufei.hu@castbox.fm>
deeplink
胡宇飞 2024-05-21 08:31:23 +08:00
parent b486af2768
commit f9f4d7428f
1 changed files with 1 additions and 2 deletions

View File

@ -714,10 +714,9 @@ namespace Guru
{
LogEvent(eventName, new Dictionary<string, dynamic>()
{
[ParameterAdPlatform] = IAPPlatform,
[ParameterPlatform] = IAPPlatform,
[ParameterCurrency] = USD,
[ParameterValue] = value,
[ParameterCurrency] = USD,
["product_id"] = productId,
["order_id"] = orderId,
["order_type"] = orderType,