123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- # 目前支持优质定向功能的项目列表
- projectId:
- - 458
- jeecg_product_db:
- host: 139.186.27.96
- username: data
- password: hcst@2021
- port: 3390
- database: jeecg-boot
- application_product_db:
- host: 139.186.27.96
- username: data
- password: hcst@2021
- port: 3390
- database: application
- jeecg_dev_db:
- host: 139.186.165.84
- username: hcst
- password: hcst@2020
- port: 3306
- database: jeecg-boot
- application_inner_db_inner_ip:
- host: 192.168.0.184
- username: hcst
- password: hcst@2021
- port: 3390
- database: application
- application_inner_db_outer_ip:
- host: 111.206.86.186
- username: hcst
- password: hcst@2021
- port: 3390
- database: application
- bayesDim:
- age:
- windowSize: 3
- isOn: True
- Lst:
- - '18-23岁'
- - '24-30岁'
- - '31-40岁'
- - '41-49岁'
- - '50+岁'
- table: 'kuaishou_unit_audience_age_report_daily_d'
- fieldName: 'age_segment'
- ratio_threshold: 0.8
- ratio_diff_threshold: 0.1
- gender:
- windowSize: 1
- isOn: True
- Lst:
- - '男'
- - '女'
- table: 'kuaishou_unit_audience_gender_report_daily_d'
- fieldName: 'gender'
- ratio_threshold: 0.7
- ratio_diff_threshold: 0.1
- city:
- windowSize: 4
- isOn: False
- Lst:
- - '一线城市'
- - '新一线城市'
- - '二线城市'
- - '三线城市'
- - '四线城市'
- - '五线城市'
- table: 'kuaishou_unit_audience_city_report_daily_d'
- fieldName: 'city'
- ratio_threshold: 0.7
- # 活跃素材筛选规则:近60天累计激活个数达到100个
- activeMaterialFilterRule:
- days: 60
- activation: 100
- event_pay_first_day_pct: 0.35
- # 计算推荐组合的素材筛选规则:激活个数累计达到100个
- getBaysCombineMaterialFilterRule:
- days: 60
- activation: 100
- filterTargetCombine:
- combineCnt: 20
- mac_ip_config:
- # 开发环境
- '5254003fa716':
- ai_target_url: "http://139.186.165.84:31012/"
- yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
- # 测试环境
- '00163e9162d9':
- ai_target_url: "http://192.168.0.195:31012/"
- yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
- # 生产环境
- '52540076ce6d':
- ai_target_url: "http://139.186.27.96:31012/"
- yourong_url: "http://api.tjyourong.com.cn/jeecg-boot/"
|