横幅广告
Unity 支持移动设备和平板电脑的传统横幅尺寸。横幅在包含MRAID 支持的 Webview 环境中渲染。
Note: All HTML markup must reference externally-hosted assets with an absolute URL path that contains https://
and a domain. Pointing to assets from file://
or a relative URL path does not work.
横幅尺寸和响应能力
横幅广告位不是全屏,但它们会响应设备类型和屏幕尺寸。Unity Ads SDK 提供适当尺寸的广告以适合您的横幅广告位,例如
- 320 x 50 像素(传统横幅尺寸)适用于移动设备和平板电脑
- 728 x 90 像素适用于平板电脑
- 450 x 450 像素
- 300 x 300 像素
- 300 x 250 像素
您不需要在响应中提供横幅广告位尺寸。横幅广告请求的格式对象指定每个展现机会的适用尺寸。
开放式测量
Unity 支持在您的广告内容中使用开放式测量 (OM) 第三方代码。
要在您的广告内容中实现 OM 代码,请在 HTML 代码中包含验证脚本。
例如
<a href="https://click-link-with-tracking.com/click?with-click-information"><img src="https://host-url.com/display/ad_image.fig" width="320" height="480"></a><img height="1" width="1" src="https://impression-tracking.com/pixel?id=1234">
<script src=”https://verification.com/omid_verification.js”></script>