> 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) そして、今後の支払いを円滑に行えるようにします。
* ブランドからそのプログラムに招待された場合は、申請を強化できます。
* impact.com があなたのサイトからプロフィールのロゴと説明を生成できるようにします。

## ブランドに応募する際にウェブサイトを追加する

ブランドに応募するときは、ウェブサイトを追加できます。 *チャネルを接続する* 申請チェックリストの手順で、次を選択します： **ウェブサイト**、名前を入力し、プラットフォームを選択し、URL を入力してから、次を選択します： **追加**.

以下の確認方法は、チェックリストから同じように行えます。ナビゲーション手順は省略してください。チェックリストから直接ウェブサイトフォームに移動します。

いつでもチャネルに戻って、別のものを追加または確認できます。\
\
参照 [申請チェックリストを完了する](https://help.impact.com/partner/what-would-you-like-to-learn-about/getting-started/complete-your-application-checklist).

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

1. 上部のナビゲーションバーで、次を選択します： ![](https://3659882269-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2FhyR4iWDS0fO9ZcKFGf82%2FUser%20profile.svg?alt=media\&token=281d8f1b-b9c5-4208-a0a2-a078f54e0eb6) **\[ユーザープロフィール] → 設定**.
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.
