public void Init()
 {
     GA.StartWithAppKeyAndChannelId(AppKey, ChannelId);
     GA.EnableActivityDurationTrack(true);
     GA.SetLogEnabled(true);
     GA.SetLogEncryptEnabled(false);
     GA.PageBegin("mainGame");
     //GA.UpdateOnlineConfig();
     //GA.GetConfigParamForKey(ConfigKey);
 }