Compare commits
No commits in common. "25f4d7e588414116d4a61051e6f634bb7f08692b" and "6e5ede3958082d8e5cec1c6545b4c8f5c941d0b9" have entirely different histories.
25f4d7e588
...
6e5ede3958
|
|
@ -452,11 +452,7 @@ namespace Guru
|
|||
{
|
||||
SetUserProperty(Consts.PropertyATTStatus, status);
|
||||
}
|
||||
|
||||
public static void SetAdjustId(string adjustId)
|
||||
{
|
||||
SetUserProperty(Consts.PropertyAdjustId, adjustId);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 初始化时调用一下所有的属性打点 </br>
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@ 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状态
|
||||
|
||||
// 经济相关
|
||||
|
|
|
|||
Loading…
Reference in New Issue