> 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. 左側のナビゲーションメニューから ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **［Engage］** → **コンテンツ → ウィジェット**.
2. 右上隅で、 **ウィジェットを作成 → リードフォーム**.
3. 次の **名前** リードフォームの
4. 任意で、 **説明** リードフォームの
5. 次を **ソース** 第三者のリードフォームの
   * 選択します ![](/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.
