|
@@ -813,17 +813,17 @@ class BaseConfig(object):
|
|
|
# 广告模型abtest分组配置
|
|
|
AD_ABTEST_ABCODE_CONFIG = {
|
|
|
# 票圈vlog
|
|
|
- APP_TYPE['VLOG']: {
|
|
|
- 'ab_test_id': 173,
|
|
|
- 'ab_test_config': {"a": ["ab1"], "b": ["ab3", "ab4", "ab6", "ab7", "ab8"], "c": [], "d": ["ab2"]},
|
|
|
- 'threshold_update': 1/24,
|
|
|
- },
|
|
|
+ # APP_TYPE['VLOG']: {
|
|
|
+ # 'ab_test_id': 173,
|
|
|
+ # 'ab_test_config': {"a": ["ab1"], "b": ["ab3", "ab4", "ab6", "ab7", "ab8"], "c": [], "d": ["ab2"]},
|
|
|
+ # 'threshold_update': 1/24,
|
|
|
+ # },
|
|
|
# 票圈视频+
|
|
|
- APP_TYPE['PIAO_QUAN_VIDEO_PLUS']: {
|
|
|
- 'ab_test_id': 190,
|
|
|
- 'ab_test_config': {"a": ["ab1"], "b": ["ab6", "ab7", "ab2", "ab3"]},
|
|
|
- 'threshold_update': 1 / 24,
|
|
|
- },
|
|
|
+ # APP_TYPE['PIAO_QUAN_VIDEO_PLUS']: {
|
|
|
+ # 'ab_test_id': 190,
|
|
|
+ # 'ab_test_config': {"a": ["ab1"], "b": ["ab6", "ab7", "ab2", "ab3"]},
|
|
|
+ # 'threshold_update': 1 / 24,
|
|
|
+ # },
|
|
|
# 票圈视频
|
|
|
APP_TYPE['LOVE_LIVE']: {
|
|
|
'ab_test_id': 194,
|
|
@@ -831,30 +831,30 @@ class BaseConfig(object):
|
|
|
'threshold_update': 1 / 12,
|
|
|
},
|
|
|
# 内容精选
|
|
|
- APP_TYPE['LONG_VIDEO']: {
|
|
|
- 'ab_test_id': 195,
|
|
|
- 'ab_test_config': {"b": [], "c": ["ab1", "ab2"]},
|
|
|
- 'threshold_update': 1 / 24,
|
|
|
- },
|
|
|
+ # APP_TYPE['LONG_VIDEO']: {
|
|
|
+ # 'ab_test_id': 195,
|
|
|
+ # 'ab_test_config': {"b": [], "c": ["ab1", "ab2"]},
|
|
|
+ # 'threshold_update': 1 / 24,
|
|
|
+ # },
|
|
|
# 票圈短视频
|
|
|
- APP_TYPE['SHORT_VIDEO']: {
|
|
|
- 'ab_test_id': 196,
|
|
|
- 'ab_test_config': {"a": [], "b": [], "c": ["ab2", "ab3", "ab1", "ab9"]},
|
|
|
- 'threshold_update': 1 / 24,
|
|
|
- },
|
|
|
+ # APP_TYPE['SHORT_VIDEO']: {
|
|
|
+ # 'ab_test_id': 196,
|
|
|
+ # 'ab_test_config': {"a": [], "b": [], "c": ["ab2", "ab3", "ab1", "ab9"]},
|
|
|
+ # 'threshold_update': 1 / 24,
|
|
|
+ # },
|
|
|
# 老好看视频
|
|
|
- APP_TYPE['LAO_HAO_KAN_VIDEO']: {
|
|
|
- 'ab_test_id': 197,
|
|
|
- 'ab_test_config': {"a": ["ab0", "ab100", "ab6", "ab7", "ab8", "ab9"],
|
|
|
- "b": ["ab1", "ab2", "ab3", "ab4", "ab5"]},
|
|
|
- 'threshold_update': 1 / 24,
|
|
|
- },
|
|
|
+ # APP_TYPE['LAO_HAO_KAN_VIDEO']: {
|
|
|
+ # 'ab_test_id': 197,
|
|
|
+ # 'ab_test_config': {"a": ["ab0", "ab100", "ab6", "ab7", "ab8", "ab9"],
|
|
|
+ # "b": ["ab1", "ab2", "ab3", "ab4", "ab5"]},
|
|
|
+ # 'threshold_update': 1 / 24,
|
|
|
+ # },
|
|
|
# 票圈最惊奇
|
|
|
- APP_TYPE['ZUI_JING_QI']: {
|
|
|
- 'ab_test_id': 198,
|
|
|
- 'ab_test_config': {"a": ["ab3", "ab6", "ab7"], "b": ["ab8", "ab9"]},
|
|
|
- 'threshold_update': 1 / 24,
|
|
|
- },
|
|
|
+ # APP_TYPE['ZUI_JING_QI']: {
|
|
|
+ # 'ab_test_id': 198,
|
|
|
+ # 'ab_test_config': {"a": ["ab3", "ab6", "ab7"], "b": ["ab8", "ab9"]},
|
|
|
+ # 'threshold_update': 1 / 24,
|
|
|
+ # },
|
|
|
}
|
|
|
|
|
|
# 用户组有广告时的分享率预测结果存放 redis key 前缀,完整格式:ad:users:group:predict:share:rate:{user_data_key}:{user_rule_key}:{date}
|