|
@@ -134,7 +134,7 @@ def run(dt):
|
|
|
adcreative(dt)
|
|
|
logging.info('获取广告创意素材,结束')
|
|
|
logging.info('获取广告计划信息,开始')
|
|
|
- adcreative(dt)
|
|
|
+ campaign(dt)
|
|
|
logging.info('获取广告计划信息,结束')
|
|
|
logging.info('获取图片信息,开始')
|
|
|
image(dt)
|
|
@@ -189,9 +189,9 @@ if __name__ == '__main__':
|
|
|
# campaign('2021-05-14')
|
|
|
# ad_cost_day(du.get_n_days(-365), du.get_n_days(0))
|
|
|
|
|
|
- # for dt in list(du.getDateLists(du.get_n_days(-239), du.get_n_days(0))):
|
|
|
- # print(dt)
|
|
|
- # campaign(dt)
|
|
|
+ for dt in list(du.getDateLists(du.get_n_days(-10), du.get_n_days(0))):
|
|
|
+ print(dt)
|
|
|
+ campaign(dt)
|
|
|
# run(dt)
|
|
|
# ad(dt)
|
|
|
# adcreative(dt)
|