我在我的 android 应用程序中使用 AdMob 并使用以下代码,我应该在 ads:adUnitId=" REMOVED "中填写 Publisher ID 和 Mediation ID 之间的哪个 ID ?谢谢!
<com.google.ads.AdView android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="_REMOVED_"
ads:adSize="SMART_BANNER"
ads:loadAdOnCreate="true"/>