推荐位数据收集修改
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user