|
@@ -813,17 +813,17 @@ class BaseConfig(object):
|
|
|
|
|
|
AD_ABTEST_ABCODE_CONFIG = {
|
|
|
|
|
|
- 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['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['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['ZUI_JING_QI']: {
|
|
|
- 'ab_test_id': 198,
|
|
|
- 'ab_test_config': {"a": ["ab3", "ab6", "ab7"], "b": ["ab8", "ab9"]},
|
|
|
- 'threshold_update': 1 / 24,
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|