126 lines
3.5 KiB
YAML
126 lines
3.5 KiB
YAML
app_name: Spider
|
||
|
||
# App接入GuruApp的基础信息(下面内容必填)
|
||
details:
|
||
# 中台接口上报时的app_id,影响中台push接入和后期的中台打点接入(必填)
|
||
saas_app_id: spider
|
||
|
||
# 针对DynamicLink和Deeplink的判断(必填)
|
||
authority: solitaire.fungame.studio
|
||
|
||
# 对应Firebase项目中的基础链接(必填)
|
||
storage_prefix: https://firebasestorage.googleapis.com/v0/b/solitaire-66fbf.appspot.com/o
|
||
|
||
# 对应CDN云控中的默认cdn链接(必填)
|
||
default_cdn_prefix: https://cdn1.solitaire.fungame.studio
|
||
|
||
# Android的商店链接,后期分享,用户反馈或PubMatic等广告源的使用(必填)
|
||
android_gp_url: https://play.google.com/store/apps/details?id=solitaire.patience.card.games.klondike.free
|
||
|
||
# IOS的商店链接,后期分享,用户反馈或PubMatic等广告源的使用(必填)
|
||
ios_spp_store_url:
|
||
|
||
# 隐私协议的链接(必填)
|
||
policy_url: https://solitaire.fungame.studio/policy.html
|
||
|
||
# 隐私条款的链接(必填)
|
||
terms_url: https://solitaire.fungame.studio/termsofservice.html
|
||
|
||
# 联系邮箱 (必填)
|
||
email_url: card@fungame.studio
|
||
|
||
deployment:
|
||
# AppProperty Cache的大小,默认是256
|
||
property_cache_size: 512
|
||
|
||
# Paint.enableDithering,默认是true
|
||
enable_dithering: false
|
||
|
||
# 禁用激励视频,默认是false
|
||
disable_rewards_ads: true
|
||
|
||
|
||
# 广告配置
|
||
ads_profile:
|
||
# Banner广告ID(变现提供)
|
||
banner_ad_unit_id:
|
||
android: a1dc70299fd5d487
|
||
ios: 97da0e2028ba80b7
|
||
|
||
# Interstitial广告ID(变现提供)
|
||
interstitial_ad_unit_id:
|
||
android: 25b7c47878fcbf6a
|
||
ios: 4e7ba2c4921ecdfb
|
||
|
||
# Rewards广告ID(变现提供)
|
||
rewards_ad_unit_id:
|
||
android: 3cd13a4e5c388e7b
|
||
ios: 2a65c75c3ed690b2
|
||
|
||
# Amazon广告的AppId(变现提供)
|
||
amz_app_id:
|
||
android: 22296b56-f6b3-4bee-9fd1-0cd6d5cc69bc
|
||
ios: 9fdfd4c0-3f34-4bd4-b9b4-1f649ff50a2a
|
||
|
||
# Amazon广告的Banner Slot Id(变现提供)
|
||
banner_amz_slot_id:
|
||
android: 3c10ec33-a2bf-44be-ac9f-707853e63ff2
|
||
ios: 7cb36f8a-2953-4f02-a1cb-ec3dfdf33878
|
||
|
||
# Amazon广告的Interstitial Slot Id(变现提供)
|
||
interstitial_amz_slot_id:
|
||
android: b7fac191-5986-4144-9fdb-691556b2e092
|
||
ios: 82d23cfa-2b5d-4501-bfc3-1cd2b688ed41
|
||
|
||
# attr
|
||
# possessive: 购买后永久有效
|
||
# consumable: 可消耗商品
|
||
# subscriptions: 订阅类商品
|
||
iap_profile:
|
||
# 去广告的 SKU(名称固定不可变,否则无法适配相关模块的去广告机制,内部sku值可改变)
|
||
# no_ads:
|
||
# android: so.a.iap.noads.699
|
||
# ios: so.i.iap.noads.699
|
||
# attr: possessive
|
||
|
||
# 名字可自定义根据自身产品定义
|
||
# coin200:
|
||
# android: so.a.iapc.coin.200
|
||
# ios: so.i.iapc.coin.200
|
||
# attr: consumable
|
||
|
||
remote_config:
|
||
iads_config: '{"free_s":600,"win_count":4,"scene":"game_start|new_block|p2g|p2h|reset_keep|reset_scs|ads_break|double|nap","sp_scene":"new_block:120;reset_scs:120","retry_min_s":10,"retry_max_s":600,"amazon_enable":false,"imp_gap_s":120}'
|
||
|
||
rads_config: '{"win_count":3}'
|
||
|
||
bads_config: '{"free_s":180,"win_count":1}'
|
||
|
||
# adjust 相关配置
|
||
adjust_profile:
|
||
# 对应adjust的appToken,必填项
|
||
app_token:
|
||
android: fwbn7l32vpc0
|
||
ios: xxakw3rgxnnk
|
||
|
||
# 如果有对应的事件映射在这里统一定义
|
||
event_map:
|
||
level_start:
|
||
android: hq0xzz
|
||
ios: b8khry
|
||
|
||
in_app_purchase:
|
||
android: yzy3uh
|
||
ios: z0gje7
|
||
revenue: true
|
||
|
||
level_end:
|
||
android: so63k4
|
||
ios: 1p8z5t
|
||
|
||
tutorial_complete:
|
||
android: 95fu7q
|
||
ios: 1p8z5t
|
||
|
||
|