# 连接并验证网站

将您的网站连接到 impact.com，以便品牌能够看到您向受众推广内容的位置。您还需要验证您对该网站的所有权。

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

验证您对网站的所有权对于以下方面至关重要：

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

#### 连接网站

1. 从顶部导航栏中，选择 ![](/files/2de72fd0c7a4b5230c422659116f53f1b693fa11) **\[用户资料] → 设置**. &#x20;
2. 在 *资料* 部分，选择 [**媒体资产**](http://app.impact.com/secure/mediapartner/fr/mediakit/promotional-channels.ihtml).
3. 在 *推广渠道* 界面中，在 *添加新渠道*下，选择 **网站**.
4. 在侧边弹出栏中，输入您的网站 **URL**.
5. 请选择以下一种方法来验证您对网站的所有权。
   * 如果您成功实施以下 1 种验证方法，您的网站应会立即通过验证。

<details>

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

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

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

</details>

<details>

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

此代码片段用于验证您的媒体资产，以便其可在 impact.com 内获得批准并进行跟踪。它不会影响您网站的外观或运行方式。

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

```
<head>
  <!-- 请将代码片段粘贴在此处 -->
  
  <!-- 其他元标签从此处继续 -->
  <meta ...>
</head>
```

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

</details>

<details>

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

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

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

```
<head>
  <!-- 请将代码片段粘贴在此处 -->
  
  <!-- 其他脚本标签从此处继续 -->
  <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: 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:

```
GET https://help.impact.com/partner/zh/ni-xiang-liao-jie-shen-me/account-management/account-settings/connect-media-properties/connect-and-verify-a-website.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
