---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/android/components.md
  - https://ads.yandex.com/helpcenter/ru/dev/android/components.md
  - https://ads.yandex.com/helpcenter/zh/dev/android/components.md
  - href: zh/dev/android/components.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/zh/llms.txt

<!--
Используется в Boost: boost/ru/ad-monetization/dev/android
-->

# 原生广告素材


{% note info %}

阅读 [广告素材和广告版位要求](https://ads.yandex.com/helpcenter/zh/dev/android/requirements-components.md)。

{% endnote %}

该库包含必需素材及可选素材。广告规则仅规定必需素材的使用。但实际上，包含全套素材的布局会获得更高的点击率。因此，我们建议使用包含所有可用素材的设计。

<img src="https://yastatic.net/s3/doc-binary/src/dev/mobile-ads/zh/images/elements.png">


<!-- source: zh/easy/_includes/native-components.md -->
#|
|| **广告资产** | **资产** | **类型** | **必需** ||
|| 标题 | title | TextView | 是 ||
|| 域名 | domain | TextView | 是 ||
|| 免责声明 | warning | TextView | 是 ||
|| “广告”标签和年龄限制标签 | sponsored | TextView | 是 ||
|| 菜单图标 |feedback | TextView | 是 ||
|| 媒体 | media| MediaView | 是 ||
|| 应用图标 | icon | ImageView | 是（适用于应用广告） ||
|| 价格 | price | TextView | 是（适用于应用广告） ||
|| 操作按钮 | callToAction | TextView | 否 ||
|| 网页图标 | favicon | ImageView | 否 ||
|| 评论数 | reviewCount | TextView | 否 ||
|| 评级 | rating | View implements Rating interface | 否 ||
|| 文本 | body | TextView | 否 ||  
|#
<!-- endsource: zh/easy/_includes/native-components.md -->

必需素材列表定义了当这些素材存在时，必须为其分配渲染用视图的数据集。

当通过 [Google AdMob](https://ads.yandex.com/helpcenter/zh/dev/android/admob-third.md) 连接到 Yandex Advertising Network 时，您必须提供 `store/storeView`，此内容用于传递必需 `domain` 素材。如果 `storeView` 未注册或未显示，则展示次数可能不会被统计。对于紧凑型布局，您可以单独使用一个不带签名的单行 `TextView`，并将其注册为 `storeView`。

{% note tip %}

我们建议使用一个能够容纳全套必需及可选广告素材的布局。

{% endnote %}
