> 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/exoclick-docs/zh/dsa.md).

# 启用广告透明度

## 什么是 DSA？

欧盟的 DSA 规范在线中介和平台，例如市场、社交网络、应用商店等。其目标是防止网上非法和有害活动以及虚假信息传播。它确保用户安全，保护基本权利，并创造一个公平、开放的在线平台环境。

对于广告主和发布商，这具体涉及 [第24条 - 在线广告透明度](https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32022R2065\&qid=1692301215242) 。该法律的目的在于使欧盟用户能够将内容识别为广告，并识别每则展示给用户的广告背后的广告主。

## 这意味着什么？

所有在线平台都必须允许最终用户更多地了解他们所看到的广告。此举涉及以下必填项：

* 所显示的信息是一则广告；
* 广告所代表的自然人或法人；
* 有关用于确定广告展示对象的主要参数的有意义信息。

因此，根据 DSA，无论在线平台或广告主在地理位置上位于何处，ExoClick 都将显示此类广告信息。

## 这在 ExoClick 中将如何运作？

广告左上角会覆盖显示一个可点击的小“i”信息图标：

![DSA 1](/files/2c0307c1d2e7dd0a1e22563c6522ee06b6fd9290)

当最终用户点击该图标时，广告上方会出现一个显示框，其中有一个可点击的 **关于此广告** 按钮。此时，欧盟最终用户可以点击返回按钮返回广告，或者通过点击继续查看更多关于该广告的信息 **关于此广告。**

![DSA 2](/files/176e55e266f88ca5c768d94a20c2f1631c82524f)

点击 **关于此广告** 后，会打开一个新的网页。该网页显示两个信息部分：

* **您为何会看到这则广告**
* **关于此广告主**

![DSA 3](/files/a90885663e58b02321f12497c79db98d83b31f24)

然后，欧盟最终用户可以关闭该网页，屏幕将显示他们正在浏览的网站，广告将如下面所示变为空白。

![DSA 4](/files/176e55e266f88ca5c768d94a20c2f1631c82524f)

随后，欧盟最终用户可以点击广告左上角的箭头，广告将再次显示。

![DSA 5](/files/2c0307c1d2e7dd0a1e22563c6522ee06b6fd9290)

## 广告主应做什么

如果您未提供正确的信息，ExoClick 的网络将不接受您的广告活动。为符合要求，您只需进入管理面板，并使用以下真实准确的信息更新您的 ExoClick 资料：

* 公司名称
* 名字
* 姓氏

{% hint style="info" %}
**注意：** 您为账户提供的数据用于生成发票，而账户数据的准确性对您税务目的下的发票生成很重要。作为广告主，提供真实、准确的资料信息是您的唯一责任。我们建议您立即完成此操作。
{% endhint %}

## 发布商应做什么

在您的管理面板中，进入 [**网站和版位**](/publishers/zh/zhan-dian-yu-guang-gao-wei/sites-and-zones-page.md) ，您会看到一个名为 **启用广告透明度对话框** 的切换开关，位于您的广告版位设置中。请务必保持此开关开启，以确保符合 DSA。

![DSA 5](/files/3de877a60d1ccc0e0561092ac35dbe3c90ca16ae)

您可以在我们的 [**专门的 DSA 网页**](https://www.exoclick.com/dsa/) 上找到更多详情，如果您需要进一步信息，请联系您的客户经理或我们的 [合规团队](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/exoclick-docs/zh/dsa.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.
