> 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/brand/ja/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/generate-leads/receive-leads-from-your-partners.md).

# パートナーからリードを受け取る

適切なパートナーを見つけるための最善の方法の一つは、既存のパートナーからリードを受け取ることです。第三者CRMシステムのリードフォームをパートナーのダッシュボードに統合することで、impact.com での既存のパートナーシップを活用してリードを獲得できます。

#### パートナーに第三者のリードフォームを提供する

1. 左側のナビゲーションメニューから、 ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-230534471fef5f40808e921e41ee44e4a06ded03%2Fe6cb9548999afdc1ed3ce4942e4cb5b45b5cecbd323267aac2a7cd1915fccc09.svg?alt=media) **\[エンゲージ]** → **コンテンツ → ウィジェット**.
2. 右上隅で **ウィジェットを作成 → リードフォーム**.
3. 入力してください **名前** リードフォームの
4. 必要に応じて、 **説明** リードフォーム用の
5. 次を選択します **ソース** 第三者リードフォームの
   * 選択 ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-590bdf4e1ffbcc1fe86ad456bebab6a28c64af1f%2Ffd6e4291628446bb1fe27a831f7874b256a28cc84833d72cce2e73b94641edb7.svg?alt=media) **\[ラジオボタン]** **URL** そしてリードフォームのURLを入力します。URLソースを使用するリードフォームを利用したパートナーには、そのリードが自動的に割り当てられます。
   * または、 ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-590bdf4e1ffbcc1fe86ad456bebab6a28c64af1f%2Ffd6e4291628446bb1fe27a831f7874b256a28cc84833d72cce2e73b94641edb7.svg?alt=media) **\[ラジオボタン]** **埋め込みコード** そして、提供された欄に埋め込みコードを入力してください。
     * を選択すると **埋め込みコード** をリードフォームのソースとして使用するには、パートナーIDトークンを追加する必要があります `irpid={irpid}` を埋め込みコードに追加して、リードを追跡し、パートナーに帰属させます。もし **URL** をリードフォームのソースとして選択すると、トークンはクエリパラメータとして自動的に追加されるため、送信されたリードは自動的にパートナーに帰属されます。
   * ソースの例を見る *URL* および *埋め込みコード* 以下に従って設定してください。

     **ソースURLの例：**

     `https://share.hsforms.com/1234_0AbCDE1FgHIjKLmnop2q`

     **埋め込みコードの例：**

     ```programlisting
     <script charset="utf-8" type="text/javascript" 
     src="//js.hsforms.net/forms/shell.js"></script> 
     <script> 
     irpid={irpid}; 
     </script> 
     <script> 
     hbspt.forms.create({ 
     region: "sa1", 
     portalId: "12345678", 
     formId: "e0e27fd0-8a84-446d-92b4-952450e76a6a" 
     }); 
     </script>
     ```
6. 必要に応じて、 ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FiZjM1xY8o3v1iR3Zaysd%2FToggle.svg?alt=media\&token=b1550d48-bba9-4e81-8604-bc12370c5caa) **［オンに切り替え］** **パートナーのアクセスを制限** このリードフォームを使用できるパートナーを設定します。リードフォームを特定の *パートナー* または *パートナーグループ*.
7. 必要に応じて、 **ラベル** リードフォームに
8. 次の値を設定します： **言語** リードフォームの
9. 選択 **保存**.
   * 必要に応じて **プレビュー** リードフォームの予備表示用に。

リードフォームウィジェットを作成すると、あなたと提携しているパートナーが、ダッシュボード上のウィジェットとして利用できるようになります。

{% hint style="success" %}
**注:** 次を参照してください [HubSpot連携](https://integrations.impact.com/integration-guides/for-brands/plugin-integrations/crm-customer-relationship-management/integrate-with-hubspot) を使用して、リードフォーム送信を追跡し、impact.com で連絡先や取引のステータス変更（たとえば、リードが売上に変わるなど）を監視します。
{% 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/brand/ja/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/generate-leads/receive-leads-from-your-partners.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.
