|
@@ -65,7 +65,7 @@ public class KuaishouAccountSpeedExploreLogServiceImpl extends ServiceImpl<Kuais
|
|
|
//1: 拉取账户下所有的广告组信息
|
|
|
kuaishouInterfaceService.getGroupList(token, startDate, endDate);
|
|
|
//2: 查询处于学习期的广告组数据
|
|
|
- kuaishouInterfaceService.getAdvertiserGroupReportDaily(token,startDate,endDate);
|
|
|
+// TODO kuaishouInterfaceService.getAdvertiserGroupReportDaily(token,startDate,endDate);
|
|
|
//3:根据转化目标查询相应的符合条件的广告组数据
|
|
|
//优化目标 2 行为数 180 激活数 53 表单数 190 付费 191 首日ROI
|
|
|
Integer convertType = kuaishouAccountSpeedExploreLog.getConvertType();
|