我正在尝试在我的应用上实施千禧一代媒体广告。我已经通过XML设置了它,但是当我运行应用程序时,它只显示占据屏幕一半的白色矩形。
同样在我的日志中我得到了
Millennial ad return failed. Zero content lenght returned.
我的XML看起来像这样:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://millennialmedia.com/android/schema"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:id="@+id/mainLay">
<com.millennialmedia.android.MMAdView
android:id="@+id/mmadview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
app:apid="APID"
app:adType="MMBannerAdTop"
app:refreshInterval="30"
app:accelerate="true"
app:ignoreDensityScaling="false"
/>
<ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
</ListView>
</LinearLayout>
答案 0 :(得分:2)
这是千禧传媒的杰森。这应该通过正确调整广告单元的大小来解决。请查看 XML Layout 。
你会看到XML包括:
app:height="60"
app:width="480"
这将限制广告,使其不会占用屏幕并导致SDK向我们的服务器询问正确尺寸的广告,这可以解决您的无响应问题。
如果您仍然没有看到我们填写您的广告请求,或者您在SDK中遇到任何其他问题,请不要犹豫,在https://support.mmedia.com/
打开机票。