|
@@ -148,11 +148,11 @@ def bot_carry_data():
|
|
|
ks_xcx_count = sqlCollect.get_channel_count("快手小程序", "快手小程序")
|
|
|
ytd_ks_xcx_count = sqlCollect.get_ytd_channel_count("快手小程序", "快手小程序")
|
|
|
|
|
|
- ks_sou_count = sqlCollect.get_channel_count("快手搜索", "品类关键词搜索")
|
|
|
- ytd_ks_sou_count = sqlCollect.get_ytd_channel_count("快手搜索", "品类关键词搜索")
|
|
|
+ ks_sou_count = sqlCollect.get_channel_count("快手搜索", "快手关键词搜索")
|
|
|
+ ytd_ks_sou_count = sqlCollect.get_ytd_channel_count("快手搜索", "快手关键词搜索")
|
|
|
|
|
|
- dy_sou_count = sqlCollect.get_channel_count("抖音搜索", "品类关键词搜索")
|
|
|
- ytd_dy_sou_count = sqlCollect.get_ytd_channel_count("抖音搜索", "品类关键词搜索")
|
|
|
+ dy_sou_count = sqlCollect.get_channel_count("抖音搜索", "抖音关键词搜索")
|
|
|
+ ytd_dy_sou_count = sqlCollect.get_ytd_channel_count("抖音搜索", "抖音关键词搜索")
|
|
|
|
|
|
sph_sou_count = sqlCollect.get_channel_count("视频号搜索", "品类关键词搜索")
|
|
|
ytd_sph_sou_count = sqlCollect.get_ytd_channel_count("视频号搜索", "品类关键词搜索")
|