> 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-setup-video-slider-ad-zone.md).

# 视频滑块 - 如何设置视频滑块广告位

新的 Video Slider 格式与现有的即时消息格式类似，但它显示的不是图片，而是视频。视频通过 VAST 标签加载。最终用户会看到广告从网页底部右侧滑入。为确保合规，最终用户可以关闭广告。它完全响应式，并可在所有浏览器上运行。该格式非常适合仅图片图库网站的发布商，他们希望通过视频广告将内容变现；也适合希望使用替代视频广告格式的视频内容网站。此外，ExoClick 保证该格式 100% 填充率，且 Video Slider 符合 Better Ads Coalition 的指南。

本教程将通过 4 个简单步骤向您展示如何创建 Video Slider 广告位。

{% stepper %}
{% step %}

## 创建新的广告位

首先进入“网站与广告位”选项卡并点击“新建广告位”

会显示一个下拉菜单，列出您所有的网站，请选择要放置流内广告位的网站。

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

选择“视频”类别，然后从下拉菜单中选择“Video Slider”，并点击“下一步”

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

{% step %}

## 编辑 Video Slider 广告位功能

* **名称**：根据您的需求个性化广告位名称（至少 5 个字符）。
* **类别（默认）**：这会根据您在上一步中选择的网站类别自动选定。
* **子类别（可选）**：我们建议您不要选择子类别，以最大化您的收益潜力。
* **关闭后隐藏时长**：这类似于频次控制，您可以选择下次向每位用户展示广告的时间；我们建议将其设置为“24 小时”。
* **关闭按钮**：用户在可隐藏广告之前所需等待的秒数。输入 0（默认）即可从一开始显示关闭按钮。
* **最大屏幕占用率**：这将允许您选择广告位在触发时占据屏幕的百分比。作为发布商，此功能可帮助您确保 Video Slider 广告位在所有设备上都能良好显示，尤其是移动设备。它还将确保您的广告位符合优质广告的常见指南。
* **CTA**：一种号召行动设计，鼓励用户对该变体采取行动。禁用此选项可隐藏 CTA。
* **完成后隐藏**：视频广告结束后，滑块将隐藏。禁用此设置可让广告继续显示并带有重播按钮。
* **广告透明度（DSA）：** 确保广告符合监管指南，并向用户提供清晰、真实的信息。对于动态投放广告（DSA），这意味着展示相关详情，例如广告主的身份和目的，以建立信任并促进透明的广告生态系统。
* **备用 URL**：您可以设置一个替代的 VAST 标签，在最低 CPM 未达到时在滑块中显示。启用备用 URL 后，您将看到两个选项：
* **底价 CPM**：广告主需要达到的最低 CPM，才能在您的广告位中展示。
* **底价类型**：您可以选择是否执行 **软底价**，此时不保证 CPM，或者 **硬底价**，此时保证 CPM。
* **替代 URL**：替代的 VAST 标签将显示为 Exoclick 创意素材的替代内容。

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

{% step %}

## 筛选广告

在此部分，您可以按广告类型和/或特定产品进行屏蔽。

### 屏蔽广告类型

这使您可以根据流量受众屏蔽广告。

### 屏蔽特定产品

您还可以屏蔽不希望在广告位中展示的特定产品类型。 **请注意**：屏蔽过多产品可能导致没有广告展示，或显著降低您的收入。

完成这些步骤后，点击“创建”
{% endstep %}

{% step %}

## 集成代码片段

选择 Video Slider 广告位选项后，系统将生成一段代码片段，您需要将其嵌入到您网站的标签中。生成的 zone ID 编号将是您创建的广告位的唯一编号。

<figure><img src="/files/544ba6992d1fc792a5e108f57661743843d7e552" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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-setup-video-slider-ad-zone.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.
