实施 AppBrain 横幅广告 - 我做得对吗?

Implementing AppBrain banner-ad - Am I doing it right?

我最近在我的应用程序上尝试了 AppBrain 横幅广告。我不确定广告是否正常显示。这是我在我的应用程序中看到的

![我的应用中有广告]https://imgur.com/a/Pqwnw6q

添加看起来像是一个通用模板,而他们的网站显示不同的横幅广告样本图像。

![AppBrain 网站中的示例广告]https://imgur.com/a/IkSvdUj

文档说单独添加视图会自动调用 requestAd() 函数

public void requestAd()

Request an ad to be fetched. If a listener was set on this banner, that listener will be notified of the result. This method is automatically called once the banner is added to the view layout, so calling it manually is optional.

但是,我确实在 activity

中调用了 requestAd()
AppBrainBanner banner; 

在onCreate

banner = findViewById(R.id.appBrainAdView);
banner.requestAd();

我在 4-5 天前联系了 AppBrain,但还没有收到任何回复。我投放的广告对吗?

这是来自 AppBrain 的 Mathijs。

是的,你做对了。不需要额外的 requestAd(),我们的横幅可以显示多种不同的设计。 'generic' 最常见的是需要点击才能让用户看到他可以安装的应用程序,所以您经常看到这种情况是正常的。