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

# Ricevi lead dai tuoi partner

Uno dei modi migliori per trovare i partner giusti con cui collaborare è ricevere lead da quelli già esistenti. Integrando i moduli lead del tuo sistema CRM di terze parti nelle Dashboard dei tuoi partner, puoi sfruttare le partnership già esistenti in impact.com per generare lead.

#### Mostra un modulo lead di terze parti ai tuoi partner

1. Dal menu di navigazione a sinistra, seleziona ![](/files/56eb48c7f3195590132b62ea75c0575abe0113e5) **\[Interagisci]** → **Contenuti → Widget**.
2. Nell'angolo in alto a destra, seleziona **Crea widget → Modulo lead**.
3. Inserisci il **Nome** del modulo lead.
4. Facoltativamente, inserisci un **Descrizione** per il modulo lead.
5. Seleziona il **Origine** del tuo modulo lead di terze parti.
   * Seleziona ![](/files/36e8ef1ee012e92c7edd9d1bed8bf7fb6f8def89) **\[Pulsante di scelta]** **URL** e inserisci l'URL del modulo lead. Ai partner che utilizzano il modulo lead con una sorgente URL verrà automaticamente attribuito il lead.
   * In alternativa, seleziona ![](/files/36e8ef1ee012e92c7edd9d1bed8bf7fb6f8def89) **\[Pulsante di scelta]** **Codice di incorporamento** e inserisci il codice di incorporamento nel campo fornito.
     * Se selezioni **Codice di incorporamento** come origine del modulo lead, devi aggiungere il token ID del partner `irpid={irpid}` nel tuo codice di incorporamento per tracciare e attribuire i lead ai partner. Se selezioni **URL** come origine del modulo lead, il token viene aggiunto automaticamente come parametro di query, quindi i lead verranno automaticamente attribuiti ai partner che li inviano.
   * Vedi esempi di una sorgente *URL* e *Codice di incorporamento* riportato di seguito.

     **URL di esempio della sorgente:**

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

     **Codice di incorporamento di esempio della sorgente:**

     ```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. Facoltativamente, ![](/files/bcb6da087265fb9beef85997a54e50203691b8d1) **\[Attiva]** **Limita accesso partner** per impostare quali partner possono utilizzare questo modulo lead. Puoi limitare il modulo lead a specifici *Partner* o *Gruppi partner*.
7. Facoltativamente, aggiungi **Etichette** al tuo modulo lead.
8. Imposta la **Lingua** del modulo lead.
9. Seleziona **Salva**.
   * Facoltativamente, seleziona **Anteprima** per una visualizzazione preliminare del modulo lead.

Una volta creato il widget del modulo lead, sarà disponibile come widget nella dashboard dei partner che collaborano con te.

{% hint style="success" %}
**Nota:** Fai riferimento alla [Integrazione HubSpot](https://integrations.impact.com/integration-guides/for-brands/plugin-integrations/crm-customer-relationship-management/integrate-with-hubspot) per tracciare gli invii del modulo lead e monitorare i cambiamenti di stato di contatti e trattative (ad esempio quando un lead si trasforma in una vendita) in 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/it/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.
