Compare commits

..

No commits in common. "d2bdbcdc2625d7e60758d363ad9f0c82d361a30e" and "b305fd3ab8c2de18c41a3fd34b06eba88fb769e5" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -155,9 +155,6 @@ namespace WZ
}else if (_configs[i].Key.ToLower() == KEY_THINKDATA_ID.ToLower())
{
StaticValue.TDAppID = valueTemp;
}else if (_configs[i].Key.ToLower() == KEY_THINKDATA_SS_URL.ToLower())
{
StaticValue.TDServerURL = valueTemp;
}else if (_configs[i].Key.ToLower() == KEY_Max_Inter.ToLower())
{
StaticValue.InterAdUnitID = valueTemp;
@ -309,7 +306,6 @@ namespace WZ
public const string KEY_Admob_InterId = "Admob_IV_ID";
public const string KEY_PRIVACY_URL = "tka_url_privacy";
public const string KEY_THINKDATA_ID = "ss_app_id";
public const string KEY_THINKDATA_SS_URL = "ss_url";
public const string KEY_ADJUST_ID = "adjust_id";
public const string KEY_TopOn_AppId = "ad_appid";
public const string KEY_TopOn_Reward = "AD_Reward";

View File

@ -13,7 +13,7 @@ namespace WZ
//开启自动采集事件
TDAnalytics.EnableAutoTrack(TDAutoTrackEventType.AppInstall | TDAutoTrackEventType.AppStart | TDAutoTrackEventType.AppEnd);
//如果用户已登录可以设置用户的账号ID作为身份唯一标识
// TDAnalytics.Login("TA");
TDAnalytics.Login("TA");
}
}