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

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

提携先として最適なパートナーを見つける最善の方法の1つは、既存のパートナーからリードを受け取ることです。サードパーティのCRMシステムのリードフォームをパートナーのダッシュボードに統合することで、impact.com での既存の提携関係を活用してリードを獲得できます。

#### サードパーティのリードフォームをパートナーに提供する

1. 左側のナビゲーション メニューから ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage]** → **コンテンツ → ウィジェット**.
2. 右上隅で、 **ウィジェットを作成 → リードフォーム**.
3. 次を入力してください **名前** リードフォームの
4. 必要に応じて、入力してください **説明** リードフォーム用の
5. impact.com にデータを送るために使用する **ソース** サードパーティのリードフォームの
   * を選択 ![](/files/655db55cd06b69109e64fb992dddd9b2c7f03241) **\[ラジオボタン]** **URL** そしてリードフォームのURLを入力します。URLソースのリードフォームを使用するパートナーには、そのリードが自動的に紐づけられます。
   * または、 ![](/files/655db55cd06b69109e64fb992dddd9b2c7f03241) **\[ラジオボタン]** **埋め込みコード** そして、表示されたフィールドに埋め込みコードを入力します。
     * を選択した場合 **埋め込みコード** をリードフォームのソースとして選択する場合、パートナー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. 必要に応じて、 ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **\[オンに切り替え]** **パートナーアクセスの制限** このリードフォームを使用できるパートナーを設定します。リードフォームを特定の *パートナー* や *パートナーグループ*.
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.
