fix: iap_purchase 事件 去掉 ad_platform 保留 platform
Signed-off-by: huyufei <yufei.hu@castbox.fm>deeplink
parent
b486af2768
commit
f9f4d7428f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue