> 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/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-video-vast.md).

# 视频内广告：如何实现视频内广告（VAST）

我们引入这种格式，是为了让发布商在视频播放期间的特定时刻展示广告时拥有更大的灵活性。您可以在 3 种不同尺寸中配置不同的预设参数： **300x250** 和 **728x90**.

## 创建广告位

{% stepper %}
{% step %}

### 前往 Sites & Zones

首先进入“**网站与广告位**”选项卡，然后点击“**新建广告位**”。

这里有一个下拉菜单，列出了您的所有网站，请选择您想放置插播式广告位的网站。

<figure><img src="/files/a3f5e22ccbfb8901ae487247a9869f47502db404" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 选择视频格式

点击“**视频**”下拉菜单，并选择“**视频内横幅（VAST）**”广告，然后点击“**下一步**".
{% endstep %}

{% step %}

### 配置广告位

您的站点名称将显示在编辑选项上方，这些选项是在前面的步骤中设置的。

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

现在您需要：

* **名称：** 根据您自己的需求自定义广告位名称 **（至少 5 个字符）**.
* **类别（默认）：** 这会根据您在上一步中选择的网站类别自动选定。
* **子类别：** 除非您需要进一步限制广告投放，否则我们建议您保持为空。
* **格式：** 从下拉菜单中在矩形或横幅尺寸之间选择。
* **垂直对齐：** 这让您可以选择广告在视频中的位置。从下拉菜单中选择顶部、中部或底部。
* **触发类型：** 可选择前贴片（视频开始时）、暂停（视频暂停时）、后贴片（视频结束时）或自定义。
* **自定义触发延迟：** 如果您将触发器选择为“自定义”，您可以精确决定广告在视频流中的显示时间。可选择在广告出现前设置秒数或视频百分比。
* **显示广告：** 您还可以选择让广告一直显示到视频结束，或直到访客将其关闭，或者在一段时间后隐藏广告。
* **广告透明度（DSA）：** 确保广告符合监管指南，并向用户提供清晰、真实的信息。对于动态投放广告（DSA），这意味着展示相关详情，例如广告主的身份和目的，以建立信任并促进透明的广告生态系统。
* **回退 URL：** 这让您可以设置广告主需要出价的最低底价，以便能够定位您的广告位。启用回退 URL 时，您需要选择底价类型：软底价和硬底价。软底价意味着我们会尝试适应您的底价出价，不过它可能不会被严格遵守，因为我们会允许 CPC 广告系列投放。硬底价则可保证您的底价会被遵守，因为只有 CPM 广告系列才能投放。

启用回退 URL 时，您还需要指定备用 URL；如果没有任何广告主能够达到此出价，则会显示该 URL。
{% endstep %}
{% endstepper %}

## 广告筛选

如果您希望阻止某些产品或视频文件在您的网站上推广，您也可以设置筛选器。您可以在此了解有关筛选器的更多信息 [**这里**](/publishers/publishers-faq/publisher-compliance/blocking-ad-types-and-products.md).

## 实施

选择您的规格/筛选设置后，点击“保存”。

将管理面板提供的 VAST 标签复制，并按照您的播放器说明将其添加到播放器设置中。

<figure><img src="/files/6853856469318e81b6a7b30b906d8db4a224728f" alt="" width="375"><figcaption></figcaption></figure>

***

## 了解 VAST 版本

* VAST 3.0：这是被广泛采用的版本，支持视频广告、点击跳转 URL 和跟踪事件等核心视频广告功能。它兼容大多数视频播放器，也是许多广告主的默认版本。
* VAST 4.3：这是较新的版本，包含额外增强功能，例如改进的跟踪与错误处理，以及与现代视频播放器更好的兼容性。如果您的播放器支持 VAST 4.x，您可能会看到以 VAST 4.3 格式投放的广告。

## 其他帮助

如果在与您的视频播放器提供商确认后，您仍然有实施方面的问题，请随时联系我们的客户成功团队，并选择“技术问题” [**这里**](https://www.exoclick.com/contact/).


---

# 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/tutorials/zh/jiao-cheng/fa-bu-shang-jiao-cheng/how-implement-in-video-vast.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.
