12345678910111213141516171819202122232425262728293031323334353637383940 |
- # 配置文件版本号,必配
- version = 3
- [gs2s]
- # Google S2S 相关
- isRequestGoogleS2S = true
- googleS2SToken = k1Gg9WS2Py1elhgqL5qS8g
- googleS2SLinkId = 4FABE8D623F7633DED97B3505208777A
- [RedGoolgLog]
- # 开启Firebase的logging发送模式(取代firebase自动转发BQ)取值范围: firebase_all | logging_all
- type = firebase_all
- [FacebookBid]
- # 是否刷新
- isRefreshFacebook = true
- # 刷新时间
- refreshTime = 50
- # 合并请求admob gbid配置
- [admob_gbid]
- # firebase 的 project id,用来分发url中的项目请求
- firebase_project_id = tilestory-link-android
- [ad_init]
- # 使用的聚合平台 inhouse | amm #amm: admob聚合
- mediation = inhouse
- file_path = dynamic_ad/ad.json
- use_dy_pricing = true
- [s2s_bidding]
- # firebase 的 project id,用来分发url中的项目请求
- red_server_host = http://bstgms4y.com
- s2s_bidding_path = /gbid/v3
- firebase_project_id = tilestory-link-android
- bind_special_waterfall_ratio = 95
|