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

# Leads von Ihren Partnern erhalten

Eine der besten Möglichkeiten, die richtigen Partner zu finden, mit denen man zusammenarbeiten kann, ist, Leads von bestehenden Partnern zu erhalten. Indem Sie die Lead-Formulare Ihres Drittanbieter-CRM-Systems in die Dashboards Ihrer Partner integrieren, können Sie Ihre bestehenden Partnerschaften in impact.com nutzen, um Leads zu generieren.

#### Stellen Sie Ihren Partnern ein Lead-Formular eines Drittanbieters bereit

1. Wählen Sie im linken Navigationsmenü ![](https://1698965099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-230534471fef5f40808e921e41ee44e4a06ded03%2Fe6cb9548999afdc1ed3ce4942e4cb5b45b5cecbd323267aac2a7cd1915fccc09.svg?alt=media) **\[Engage]** → **Inhalt → Widgets**.
2. Wählen Sie oben rechts **Widget erstellen → Lead-Formular**.
3. Geben Sie den **Name** des Lead-Formulars.
4. Optional können Sie einen **Beschreibung** für das Lead-Formular.
5. Wählen Sie das **Quelle** Ihres Lead-Formulars eines Drittanbieters.
   * Wählen Sie ![](https://1698965099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-590bdf4e1ffbcc1fe86ad456bebab6a28c64af1f%2Ffd6e4291628446bb1fe27a831f7874b256a28cc84833d72cce2e73b94641edb7.svg?alt=media) **\[Optionsfeld]** **URL** und geben Sie die URL des Lead-Formulars ein. Partner, die das Lead-Formular mit einer URL-Quelle verwenden, werden automatisch dem Lead zugeordnet.
   * Alternativ wählen Sie ![](https://1698965099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-590bdf4e1ffbcc1fe86ad456bebab6a28c64af1f%2Ffd6e4291628446bb1fe27a831f7874b256a28cc84833d72cce2e73b94641edb7.svg?alt=media) **\[Optionsfeld]** **Einbettungscode** und geben Sie den Einbettungscode in das vorgesehene Feld ein.
     * Wenn Sie **Einbettungscode** als Quelle für Ihr Lead-Formular verwenden, müssen Sie das Partner-ID-Token hinzufügen `irpid={irpid}` in Ihrem Einbettungscode, um Leads zu verfolgen und Partnern zuzuordnen. Wenn Sie **URL** als Quelle für Ihr Lead-Formular auswählen, wird das Token automatisch als Query-Parameter angehängt, sodass Leads automatisch Partnern zugeordnet werden, die sie übermitteln.
   * Siehe Beispiele für eine Quelle *URL* und *Einbettungscode* unten.

     **Beispiel-Quell-URL:**

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

     **Beispiel für den Einbettungscode der Quelle:**

     ```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. Optional, ![](https://1698965099-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) **\[Einschalten]** **Partnerzugriff einschränken** um festzulegen, welche Partner dieses Lead-Formular verwenden können. Sie können das Lead-Formular auf bestimmte *Partners* oder *Partnergruppen*.
7. Fügen Sie optional **Labels** zu Ihrem Lead-Formular.
8. Legen Sie den **Sprache** des Lead-Formulars.
9. Wählen Sie **Speichern**.
   * Optional wählen Sie **Vorschau** für eine vorläufige Anzeige des Lead-Formulars.

Sobald Sie das Lead-Formular-Widget erstellt haben, wird es für Partner, die mit Ihnen partnerschaftlich verbunden sind, als Widget in ihrem Dashboard verfügbar.

{% hint style="success" %}
**Hinweis:** Siehe die [HubSpot-Integration](https://integrations.impact.com/integration-guides/for-brands/plugin-integrations/crm-customer-relationship-management/integrate-with-hubspot) um Lead-Formular-Einsendungen zu verfolgen und Statusänderungen für Kontakte und Deals (z. B. wenn ein Lead zu einem Verkauf wird) in impact.com zu überwachen.
{% 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/de/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.
