> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-it/insight/usar-insight-en-le-regole.md).

# usar Insight en le regole

> **Chi può usare questa funzionalità:** \
> Hai bisogno del **Core Pro** piano nel tuo [abbonamento a Channable](/account-billing/account-and-billing-it/gestisci-il-tuo-abbonamento/piani-tariffari-di-channable.md) per usare questa funzionalità.

{% hint style="info" %}
Il pannello Insight deve essere attivo per poter usare i campi in **Regole** e devi avere un [piano Insights](https://www.channable.com/products/channable-insights) per attivare un pannello.
{% endhint %}

Puoi usare qualsiasi campo (metrica) attivo del pannello Insight nel **Regole** passaggio. Usa queste metriche Insight per fare calcoli e creare etichette basate sui dati di performance dei tuoi annunci e delle tue inserzioni.

I campi disponibili nelle regole dipendono dal [tipo di pannello](/manage-improve-product-data/manage-product-and-improve-data-it/insight/channable-insight.md) (specifico per canale) che hai configurato.

<figure><img src="/files/4a7eedeb1320ef40dd8fa219fc6db5a9b377725c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Suggerimento: Scopri di più su [Regole in Channable](/manage-improve-product-data/manage-product-and-improve-data-it/regole-modifica-en-blocco-e-arricchisci/regole-en-channable.md) e [come usarli](/manage-improve-product-data/manage-product-and-improve-data-it/regole-modifica-en-blocco-e-arricchisci/usare-le-regla.md).
{% endhint %}

Per usare i campi Insight nel **Regole** passaggio, segui questi passaggi:

{% stepper %}
{% step %}

### Configura un pannello Insight

* Configura un pannello Insight.
* A **Impostazione intervallo di date**, seleziona un'opzione.
* A **Intervallo di date**, seleziona un'opzione.
* Una volta completata la configurazione, vai a **Pannello > Insight** per visualizzare i tuoi dati.
  {% endstep %}

{% step %}

### Apri Regole per il tuo canale

* Vai a **\[il tuo canale] > Regole**.
* Per usare uno di questi campi nella tua regola, seleziona un campo nella tua istruzione SE o ALLORA e scegli il pannello Insight.
  {% endstep %}

{% step %}

### Esempio di regola che usa il ROAS

Ad esempio, crea una regola specifica per il ROAS per i tuoi prodotti con buone performance:

SE ‘ROAS’ è maggiore di "500"\
ALLORA prendi ‘custom\_label\_1’ e impostalo al valore “ROAS 500%”

{% hint style="info" %}
Nota: potresti dover [aggiungere nuovi campi di progetto](/get-started/get-started-space-it/per-iniziare/campi-en-channable/mappa-y-aggiungi-campi.md) da usare nelle tue regole. Per esempio, se non hai campi etichetta personalizzata ‘custom\_label\_1’, puoi aggiungerli.
{% endhint %}
{% endstep %}

{% step %}

### Crea altre regole

Crea altre regole per aggiungere etichette ai tuoi prodotti con performance normali e scarse.
{% endstep %}
{% endstepper %}

### Esempio: ROAS per Google Ads

Calcola il ROAS: ROAS = Ricavi / Costo pubblicitario

{% stepper %}
{% step %}

### Crea pannello

Crea un nuovo pannello Insight per Google Shopping e seleziona 1 mese come intervallo mobile di date.
{% endstep %}

{% step %}

### Crea regole ROAS

Crea regole specifiche per il ROAS per i prodotti top, medi e con performance peggiori nel tuo feed di Google Shopping.

\
Esempio: Se “ROAS” è maggiore di "500", allora prendi “custom\_label\_1” e impostalo al valore “ROAS 500%”. Poi continua a creare regole per i prodotti con performance normali e scarse.
{% endstep %}

{% step %}

### Applica in Google Ads

Vai al tuo account Google Ads. Le tue etichette personalizzate saranno visibili in Google Ads e ora puoi assegnare un “max CPC” più alto ai prodotti con buone performance e un “max CPC” più basso ai prodotti con performance scarse, ottenendo così maggiore controllo sulla spesa pubblicitaria.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-it/insight/usar-insight-en-le-regole.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.
