> 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.
