Compare commits

..

11 Commits

Author SHA1 Message Date
胡宇飞 25f4d7e588 Merge branch 'hotfix/v1.0.13' into release/v1.0.14 2024-07-17 09:34:34 +08:00
胡宇飞 1841edcbf3 update: 新增赋值接口 2024-07-17 09:34:23 +08:00
胡宇飞 2fc6faf831 fix: 修复 ServiceBuilder 上的输出数据带有换行的 BUG 2024-07-11 13:55:56 +08:00
胡宇飞 4d86931605 update: 修复编译 bug 2024-07-11 13:55:43 +08:00
胡宇飞 804618b12b update: 完善 JsonBuilder 2024-07-11 13:55:36 +08:00
胡宇飞 f85eb8d2bb update: 更新 JsonBuilder 的数据源
# Conflicts:
#	Editor/GuruJsonBuilder/guru-project-settings.cfg
2024-07-11 13:55:23 +08:00
胡宇飞 31991a780b update: add json builder
# Conflicts:
#	Editor/GuruManager/Helper/GuruServiceJsonBuilder.cs
2024-07-11 13:54:34 +08:00
胡宇飞 331a845f02 update: 完善 JsonBuilder
# Conflicts:
#	Editor/GuruJsonBuilder/guru-project-settings.cfg
2024-07-11 13:52:21 +08:00
胡宇飞 d8967001bf fix: 修复 ServiceBuilder 上的输出数据带有换行的 BUG 2024-07-11 13:48:49 +08:00
胡宇飞 f33fc2c764 update: 修复编译 bug
# Conflicts:
#	Editor/GuruManager/Helper/GuruServiceConverterHelper.cs
2024-07-11 13:48:30 +08:00
胡宇飞 9d168cdd46 fix: 修复 GuruSDK.UID 初始化时为空值的 BUG 2024-07-11 12:57:06 +08:00
2 changed files with 6 additions and 1 deletions

View File

@ -453,6 +453,10 @@ namespace Guru
SetUserProperty(Consts.PropertyATTStatus, status);
}
public static void SetAdjustId(string adjustId)
{
SetUserProperty(Consts.PropertyAdjustId, adjustId);
}
/// <summary>
/// 初始化时调用一下所有的属性打点 </br>

View File

@ -241,6 +241,7 @@ namespace Guru
public const string PropertyNoAds = "no_ads"; // 玩家是否去广告
public const string PropertyATTStatus = "att_status"; // ATT 状态
public const string PropertyNotiPerm = "noti_perm"; // Notification Permission 状态
public const string PropertyAdjustId = "adjust_id"; // AdjustId
public const string PropertyGDPR = "gdpr"; // GDPR状态
// 经济相关