123456789101112131415161718192021222324252627282930313233 |
- # 配置文件版本号,必配
- version = 3
- [gs2s]
- # Google S2S 相关
- isRequestGoogleS2S = true
- googleS2SToken = k1Gg9WS2Py1elhgqL5qS8g
- googleS2SLinkId = false
- [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 = goodsmanor-puzzle-android
- [ad_init]
- # 使用的聚合平台 inhouse | amm #amm: admob聚合
- mediation = inhouse
- file_path = dynamic_ad/ad.json
- use_dy_pricing = true
|