推荐位数据收集修改

This commit is contained in:
huangzhuanghua
2017-04-28 11:53:11 +08:00
parent 9432e34571
commit 339d32b1dd
7 changed files with 26 additions and 19 deletions

View File

@ -57,7 +57,7 @@ public class DataCollectionManager {
public static void onEvent(Context context, String type, Map<String, Object> map) {
map.put("createdOn", Utils.getTime(context));
if ("news".equals(type) || "download".equals(type) || "search".equals(type) || "position".equals(type)) {
if ("news".equals(type) || "download".equals(type) || "search".equals(type) || "position".equals(type) || "applist".equals(type)) {
DataCollectionManager.getInstance(context).realTimeUpload(type, map);
return;
}