> 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-xi-lie/media-library.md).

# 媒体库

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

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

## 上传素材

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

{% hint style="info" %}
您可存储的素材数量没有限制。
{% endhint %}

### 尺寸限制

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

| 素材                                   | 大小限制     |
| ------------------------------------ | -------- |
| 低于 1,000,000 像素的图片（横幅、原生广告、推送通知）     | 150 KB   |
| 超过 1,000,000 像素的图片（整页插屏）             | 300 KB   |
| 视频缩略图（原生广告）                          | 1500 KB  |
| 视频横幅                                 | 1536 KB  |
| 视频广告活动（In-Stream、Slider 和 Outstream） | 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-xi-lie/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.
