> 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/zh/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/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **内容 → 小组件**.
2. 在右上角选择 **创建小组件 → 线索表单**.
3. 输入 **名称** 线索表单的。
4. 可选地，输入一个 **描述** 线索表单的。
5. 选择 **来源** 您的第三方线索表单的。
   * 选择 ![](/files/ab9a3d8dd653502900038f5f352bd3f23c771f2c) **\[单选按钮]** **URL** 并输入线索表单 URL。使用带有 URL 来源的线索表单的合作伙伴将会自动归因到该线索。
   * 或者，选择 ![](/files/ab9a3d8dd653502900038f5f352bd3f23c771f2c) **\[单选按钮]** **嵌入代码** 并将嵌入代码输入到提供的字段中。
     * 如果您选择 **嵌入代码** 作为您的线索表单来源，您必须添加合作伙伴 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/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **限制合作伙伴访问** 以设置哪些合作伙伴可以使用此线索表单。您可以将线索表单限制为特定 *合作伙伴* 或 *合作伙伴组*.
7. 可选地，添加 **标签** 添加到您的线索表单。
8. 将 **语言** 线索表单的。
9. 选择 **保存**.
   * 可选地，选择 **预览** 用于线索表单的初步显示。

一旦您创建了线索表单小组件，它将作为合作伙伴仪表板上的一个小组件，供与您有合作关系的合作伙伴使用。

{% hint style="success" %}
**注意：** 请参阅 [HubSpot 集成](https://integrations.impact.com/impact-brand/docs/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/zh/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.
