Compare commits
	
		
			11 Commits 
		
	
	
		
			6e5ede3958
			...
			25f4d7e588
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
									
								
								 | 
						25f4d7e588 | |
| 
							
							
								
									
								
								 | 
						1841edcbf3 | |
| 
							
							
								
									
								
								 | 
						2fc6faf831 | |
| 
							
							
								
									
								
								 | 
						4d86931605 | |
| 
							
							
								
									
								
								 | 
						804618b12b | |
| 
							
							
								
									
								
								 | 
						f85eb8d2bb | |
| 
							
							
								
									
								
								 | 
						31991a780b | |
| 
							
							
								
									
								
								 | 
						331a845f02 | |
| 
							
							
								
									
								
								 | 
						d8967001bf | |
| 
							
							
								
									
								
								 | 
						f33fc2c764 | |
| 
							
							
								
									
								
								 | 
						9d168cdd46 | 
| 
						 | 
					@ -453,6 +453,10 @@ namespace Guru
 | 
				
			||||||
            SetUserProperty(Consts.PropertyATTStatus, status);
 | 
					            SetUserProperty(Consts.PropertyATTStatus, status);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        public static void SetAdjustId(string adjustId)
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            SetUserProperty(Consts.PropertyAdjustId, adjustId);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /// <summary>
 | 
					        /// <summary>
 | 
				
			||||||
        /// 初始化时调用一下所有的属性打点 </br>
 | 
					        /// 初始化时调用一下所有的属性打点 </br>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -241,6 +241,7 @@ namespace Guru
 | 
				
			||||||
			public const string PropertyNoAds = "no_ads"; // 玩家是否去广告
 | 
								public const string PropertyNoAds = "no_ads"; // 玩家是否去广告
 | 
				
			||||||
			public const string PropertyATTStatus = "att_status";  // ATT 状态
 | 
								public const string PropertyATTStatus = "att_status";  // ATT 状态
 | 
				
			||||||
			public const string PropertyNotiPerm = "noti_perm";  // Notification Permission 状态
 | 
								public const string PropertyNotiPerm = "noti_perm";  // Notification Permission 状态
 | 
				
			||||||
 | 
								public const string PropertyAdjustId = "adjust_id";  // AdjustId
 | 
				
			||||||
			public const string PropertyGDPR = "gdpr"; // GDPR状态
 | 
								public const string PropertyGDPR = "gdpr"; // GDPR状态
 | 
				
			||||||
			
 | 
								
 | 
				
			||||||
			// 经济相关
 | 
								// 经济相关
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue