> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/zh/nin-xiang-liao-jie-shen-me/account-management/account-settings/connect-media-properties/connect-and-verify-a-website.md).

# 连接并验证网站

将您的网站连接到 impact.com，这样品牌方就能看到您向受众推广的渠道。您还需要验证您对该网站的所有权。

## **为什么需要验证网站**

验证您对网站的所有权至关重要，因为：

* 确保您推广渠道上的品牌推广获得正确归因。
* 防止恶意用户冒领您推广内容的功劳。
* 满足 impact.com 的 [付款要求](/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/finance/payment-requirements-explained-for-partners.md) 并确保未来顺利收款。

## 连接网站

1. 在顶部导航栏中，选择 ![](/files/d599d976891a5c0517520cf3405bba1bb9d7163f) **\[用户资料] → 设置**.
2. 在 *个人资料* 部分中，选择 [**媒体属性**](http://app.impact.com/secure/mediapartner/fr/mediakit/promotional-channels.ihtml).
3. 在 *推广渠道* 屏幕上，在 *添加新渠道*，选择 **网站**.
4. 在滑出面板中，输入您的网站 **网址**.
5. 选择以下任一方法来验证您对网站的所有权。
   * 如果您成功实施以下验证方法中的 1 种，您的网站应会立即通过验证。

<details>

<summary>提供电子邮件地址</summary>

如果您在注册账户时提供的电子邮件地址与您要验证的网站域名一致，请选择此方法。

{% hint style="info" %}
**示例：** 您的电子邮件地址是 dinahsoares@**stark-industries.com** ，而您提供的网站 URL 是 \*\*[www.stark-industries.com\*\*。由于域名相同，系统会立即验证您的网站。](http://www.stark-industries.com**。由于域名相同，系统会立即验证您的网站。)
{% endhint %}

</details>

<details>

<summary>粘贴 meta 标签代码</summary>

此代码片段用于验证您的推广渠道，以便其能在 impact.com 中获得批准并被跟踪。它不会影响您网站的外观或行为。

1. **复制** 将提供的代码片段复制并添加到您网站首页的 HTML 中，放在 `<head>` 部分内。
   * 将其放在顶部，位于其他任何 `<meta>` 标签之前。例如：

```
<head>
  <!-- 在此粘贴代码片段 -->
  
  <!-- 其他 meta 标签继续写在这里 -->
  <meta ...>
</head>
```

2. 选择 **添加网站**.

</details>

<details>

<summary>粘贴跟踪脚本代码</summary>

此代码片段是 impact.com 的 *发布者标签*，除了验证您的推广渠道外，它还可以自动将您网站上的普通链接转换为 impact.com 合作伙伴链接。 [了解更多](/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/create-and-manage-links/publisher-tag-implementation-for-partners.md).

1. **复制** 将提供的代码片段复制并添加到您网站首页的 HTML 中，放在 `<head>` 部分内。
   * 将其放在顶部，位于其他任何 `<script>` 标签之前。例如：

```
<head>
  <!-- 在此粘贴代码片段 -->
  
  <!-- 其他 script 标签继续写在这里 -->
  <script ...>
</head>
```

2. 选择 **添加网站**.

</details>

<details>

<summary>编辑内容</summary>

如果您想要无需编码的选项，请使用此方法。

1. **复制** 将提供的文本片段粘贴到您网站页面内容中的任意位置，例如主页的段落或页脚中。
2. 选择 **添加网站**.

</details>

{% hint style="warning" icon="triangle-exclamation" %}
**验证您的网站遇到问题？** 如果您无法通过上述方法之一进行验证， [联系支持团队](https://app.impact.com/support/portal.ihtml) 并留下详细消息，说明您当时遵循的流程，以及我们如何确认您拥有该推广渠道。当 impact.com 需要代表您执行验证时，等待时间通常为 3-5 个工作日。
{% endhint %}


---

# 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://help.impact.com/partner/zh/nin-xiang-liao-jie-shen-me/account-management/account-settings/connect-media-properties/connect-and-verify-a-website.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.
