瀏覽代碼

update ad abtest config: target_uv_param

liqian 2 年之前
父節點
當前提交
968c35112a
共有 1 個文件被更改,包括 48 次插入5 次删除
  1. 48 5
      config.py

+ 48 - 5
config.py

@@ -1075,22 +1075,52 @@ class BaseConfig(object):
             },
             # 分时段控制目标uv参数
             'target_uv_param': {
+                'ab0': {
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在0%
+                'ab2': {
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在0%
+                'ab4': {
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在0%
                 'ab5': {
                     'update_hours': list(range(9)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-9点,uv控制在0%
+                # 'ab6': {
+                #     'update_hours': list(range(9)), 'update_param': 1/2,
+                #     'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.02,
+                #                               'special_max_update_step': 15}
+                # },  # 0-9点,uv控制在设定目标uv的1/2
                 'ab6': {
-                    'update_hours': list(range(9)), 'update_param': 1/2,
-                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.02,
-                                              'special_max_update_step': 15}
-                },  # 0-9点,uv控制在设定目标uv的1/2
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在设定目标uv的0%
+                'ab7': {
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在0%
+                'ab8': {
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在0%
                 'ab9': {
                     'update_hours': list(range(9)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-9点,uv控制在0%
-            }
+            },
         },
         # 票圈视频+
         APP_TYPE['PIAO_QUAN_VIDEO_PLUS']: {
@@ -1129,6 +1159,19 @@ class BaseConfig(object):
                 'ab8': 1 / 48,
                 'ab9': 1 / 48,
             },
+            # 分时段控制目标uv参数
+            'target_uv_param': {
+                'ab1': {
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在0%
+                'ab2': {
+                    'update_hours': list(range(9)), 'update_param': 0,
+                    'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
+                                              'special_max_update_step': 30}
+                },  # 0-9点,uv控制在0%
+            },
         },
         # 内容精选
         APP_TYPE['LONG_VIDEO']: {