diff --git a/Runtime/Code/Config/GuruServicesConfig.cs b/Runtime/Code/Config/GuruServicesConfig.cs index 3428b26..bb46893 100644 --- a/Runtime/Code/Config/GuruServicesConfig.cs +++ b/Runtime/Code/Config/GuruServicesConfig.cs @@ -58,6 +58,7 @@ namespace Guru public bool enable_facebook = true; public bool enable_adjust = true; public bool enable_iap = false; + public double tch020_val = 0; } [Serializable] diff --git a/Runtime/Code/SDK/GuruSDK.cs b/Runtime/Code/SDK/GuruSDK.cs index 428eda7..ced581e 100644 --- a/Runtime/Code/SDK/GuruSDK.cs +++ b/Runtime/Code/SDK/GuruSDK.cs @@ -204,6 +204,12 @@ namespace Guru } } useIAP = _appServicesConfig.IsIAPEnabled(); + + if (_appServicesConfig.app_settings.tch020_val > 0) + { + Analytics.EnableTch02Event = true; + Analytics.SetTch02TargetValue(_appServicesConfig.app_settings.tch020_val); + } } // AdjustService.StartService();