我的Admob
帐户最近突然关闭,没有任何警告。因此,我尝试整合Leadbolt
广告库,但广告未展示。我只想在页面底部添加横幅。以下是我到目前为止的情况:
我的Activtiy.onCreate()
super.onCreate(savedInstanceState);
// ... other stuff...
// private AdController ad; (This is defined as a class variablein the activity)
ad = new AdController(this, "my_section_id"); // my_section_id from the leadbolt page where I configured the banner ad.
ad.loadAd();
我的Activity.onDestroy()
ad.destroyAd();
super.onDestroy();
配置页面正确显示所有内容:
我也在Manifest
文件中添加了所有权限。根据{{3}},我找不到任何需要的xml / layout添加。
可能出现什么问题?
答案 0 :(得分:0)
您需要使用
ad.loadStartAd("Audio id", "re-engagement id");