fix: 规范打点参数, 上报IAP虚拟道具的 item_name 值为 sku
parent
c2be368962
commit
f2949347df
|
|
@ -599,7 +599,8 @@ namespace Guru
|
|||
string scene = "store", string[] props = null, Dictionary<string, object> extra = null)
|
||||
{
|
||||
string category = Consts.CurrencyCategoryIAP;
|
||||
string itemName = productId;
|
||||
// string itemName = productId;
|
||||
string itemName = "sku";
|
||||
EarnVirtualCurrencyAndProps(currencyName, value, balance, category, itemName, levelName, scene, props, extra);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue