> 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/ja/nitsuitebitaidesuka/account-management/account-settings/connect-media-properties/connect-and-verify-a-website.md).

# ウェブサイトを接続して確認する

ブランドが、あなたがどこでオーディエンスに向けてプロモーションしているかを確認できるように、あなたのウェブサイトをimpact.comに接続してください。あわせて、ウェブサイトの所有権を確認する必要があります。

## **なぜウェブサイトの確認が必要なのか**

ウェブサイトの所有権を確認することは、以下のために重要です。

* 自分の媒体上でのブランドプロモーションが正しく帰属されるようにするため。
* 悪意のあるユーザーがあなたのプロモーションの実績を自分のものだと主張するのを防ぐため。
* impact.comの [支払い要件を満たし](/partner/ja/nitsuitebitaidesuka/platform-features/finance/payment-requirements-explained-for-partners.md) 、今後のスムーズな支払いを確保するため。

## ウェブサイトを接続する

1. 上部のナビゲーションバーから、 ![](/files/f14e7c253bc641a9e37195ce69b523541aa3c520) **\[ユーザープロフィール] → 設定**.
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** で、入力したウェブサイトのURLは \*\*[www.stark-industries.com\*\*です。ドメインが同じため、システムがウェブサイトを即座に確認します。](http://www.stark-industries.com**です。ドメインが同じため、システムがウェブサイトを即座に確認します。)
{% endhint %}

</details>

<details>

<summary>メタタグコードを貼り付け</summary>

このコードスニペットは、あなたのプロモーションチャネルを確認し、impact.com内で承認・追跡できるようにするために使用されます。サイトの見た目や動作には影響しません。

1. **コピー** 提供されたコードスニペットをコピーし、ウェブサイトのホームページHTMLの `<head>` セクション内に追加します。
   * 他の `<meta>` タグより前の先頭に配置してください。例：

```
<head>
  <!-- スニペットをここに貼り付け -->
  
  <!-- 他のメタタグはここに続きます -->
  <meta ...>
</head>
```

2. 選択 **ウェブサイトを追加**.

</details>

<details>

<summary>トラッキングスクリプトコードを貼り付け</summary>

このコードスニペットはimpact.comの *Publisher Tag*であり、プロモーションチャネルの確認に加えて、サイト上の通常のリンクを自動的にimpact.comのパートナーリンクに変換できます。 [詳細はこちら](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/publisher-tag-implementation-for-partners.md).

1. **コピー** 提供されたコードスニペットをコピーし、ウェブサイトのホームページHTMLの `<head>` セクション内に追加します。
   * 他の `<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
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/ja/nitsuitebitaidesuka/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.
