union_ad_ssgf/example/lib/ads_config.dart
2024-11-25 17:53:47 +08:00

32 lines
1.1 KiB
Dart

/// 广告配置信息
class AdsConfig {
static String androidAppId = "1208618114";
static String iosAppId = "1208619454";
static String androidSplashId = "1122289510576542";
static String iosSplashId = "7142786521331351";
static String androidInterstitialId = "1066865274941328";
static String iosInterstitialId = "7046066294830767";
/// 获取插屏全屏视频广告位id
static String androidInterstitialFullScreenVideoId = "3012521499614895";
static String iosInterstitialFullScreenVideoId = "3092322459911886";
/// 获取插屏激励视频广告位id
static String androidInterstitialRewardVideoId = "2052820580637311";
static String iosInterstitialRewardVideoId = "9022927550132316";
/// 获取激励视频广告位id
static String androidRewardVideoId = "7162486540988491";
static String iosRewardVideoId = "6102886561536594";
/// 获取 Banner 广告位id
static String androidBannerId = "5086068204047616";
static String iosBannerId = "7026465284342149";
/// 获取信息流广告位id
static String androidFeedId = "7036167274246466";
static String iosFeedId = "8076264204347078";
}