> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/advertisers/zh/guang-gao-huo-dong/media-library.md).

# 素材库

<figure><img src="/files/1c9495ea500c4e2d8d36c77991eaf115071489d4" alt=""><figcaption></figcaption></figure>

媒体库是您用于管理和上传在广告活动中使用的图片、视频等创意素材的地方。

## 上传素材

您可以通过点击“上传文件”，选择要上传的文件类型，然后上传所需文件，将文件上传到媒体库。

### 大小限制

创意素材（图片和视频）受大小限制约束，以确保网站以最佳性能运行，并在搜索引擎中获得较高排名。

| 素材                               | 大小限制     |
| -------------------------------- | -------- |
| 像素低于 1,000,000 的图片（横幅、原生广告、推送通知） | 150 KB   |
| 像素超过 1,000,000 的图片（整页插页广告）       | 300 KB   |
| 视频缩略图（原生广告）                      | 1500 KB  |
| 视频横幅                             | 1536 KB  |
| 视频广告活动（流内、滑块和站外）                 | 51200 KB |

### 上传优化

当您的创意素材上传到我们的系统时，我们会通过将 PNG 文件转换为 JPEG，并在某些广告位中使用 MP4 替代动画 GIF 来优化其性能。优化方式如下：

* **PNG 文件** 会被转换为 **JPEG**。之前上传的 PNG 文件也会被转换为 JPEG。
* **MP4 版本** 的动画 **GIF** 会被创建并用于支持该格式的广告位。以下广告位将优先使用 MP4：
  * 横幅
  * 移动横幅
  * 粘性横幅
  * 即时消息

{% hint style="info" %}
**备注**:

* 只有在优化后文件大小会变小时，PNG 和 GIF 才会被转换。
* 转换为 MP4 的 GIF 横幅仍将正常作为横幅运行，而不是视频横幅。
  {% endhint %}

## 查看图片详情

对于每个缩略图，请点击 **查看详情** 图标以查看素材详情。您将看到 **图片详情** 界面：

* **ID**：素材的 ID 编号。
* **状态**：素材的状态（已批准、待处理、已拒绝）。
* **标签**：任何 [**标签**](/advertisers/zh/guang-gao-zhu-chang-jian-wen-ti/guang-gao-zhu-he-gui/my-campaign-has-labels-what-mean.md) 与素材关联的内容，例如：“横幅 - 动态图片”。
* **目标受众**：该素材的目标受众标签。
* **产品类别**：该素材所属的类别。
* **原始文件名**：素材上传时使用的文件名。
* **原始文件大小**：素材在上传时的大小。
* **压缩后 GIF 大小**：素材压缩后的大小。
* **优化后文件大小**：如果文件在压缩之外还进行了优化，其大小可能与压缩后的文件不同。
* **活动**：此素材所使用的广告活动。点击每个广告活动的链接将带您进入该广告活动的 **广告系列列表** 界面。
* **您的标签**：您可以在此添加任何标签，以便在搜索中识别该素材。添加完所需标签后，点击 **保存**.

<figure><img src="/files/ad6f685743b9324eef9dcb2c4e6830f2b020f51d" alt=""><figcaption></figcaption></figure>

## 在媒体库界面中查找素材

您可以使用界面顶部的下拉菜单筛选此界面中显示的素材：

* **素材状态**：您可以使用这些下拉菜单按素材是否已 **已批准**, **拒绝**，或是否 **待审批**.
* **有/无**：您可以选择显示具有或不具有某些特征的素材。只需在 **有** 下拉菜单中勾选要包含的特征，并在 **无** 下拉菜单中勾选要排除的特征。
* **搜索标签**：您可以在这里使用您在任意素材的 **详情** 界面中添加的任何标签来搜索素材。
* **搜索原始文件名**：在 **选择广告素材** 界面中，素材通过 ID 进行识别，但您可以搜索该文件最初上传时使用的文件名。只需在字段中输入完整文件名或其部分内容即可。
* **显示已归档**：素材归档后，您可以选择是否在此界面中显示它们。
* **横幅 ID**：您也可以在此界面中按横幅 ID 搜索。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/advertisers/zh/guang-gao-huo-dong/media-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
