> 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/list-advertise/list-and-advertise-it/vendi-sui-marketplace/marktplaats/risoluzione-dellerrore-marktplaats-pro-il-valore-del-campo-cpc-era-fuori-intervallo.md).

# Risoluzione dell'errore Marktplaats Pro 'Il valore del Campo 'cpc' era fuori intervallo'

Marktplaats Pro ha diversi valori minimi di CPC per categoria. Ad esempio, il CPC minimo per gli e-reader potrebbe essere €0,02 e per le auto €0,04. Quando il valore CPC di un annuncio è impostato al di sotto del CPC minimo, riceverai un errore in Channable:

<figure><img src="/files/f8356cecfc41d6f6d4ff1e4d9b4d23de42db4e7a" alt=""><figcaption></figcaption></figure>

Se fai clic sull'errore, vedrai una panoramica degli annunci per i quali il valore CPC non raggiunge il CPC minimo di Marktplaats Pro. In questa panoramica puoi anche vedere il numero ID della categoria, il valore CPC attualmente impostato e il CPC minimo per i prodotti di quella categoria.

<figure><img src="/files/fbc1fb57a61f2da8ac08a76d41d2e222172fd7bc" alt=""><figcaption></figcaption></figure>

Per risolvere questi errori segui i passaggi seguenti.

{% stepper %}
{% step %}

### Passo 1 — Annota le categorie e il CPC minimo

Dalla panoramica annota i numeri ID delle categorie (colonna categoria) e il valore CPC minimo (colonna errore). Per esempio, il CPC minimo negli screenshot sopra è €0,03. Lo snippet "range(\[3,250])" significa che il CPC minimo è €0,03 ("range(\[4,250])" indica un CPC minimo di €0,04, e così via).
{% endstep %}

{% step %}

### Passo 2 — Crea un nuovo campo per il CPC

Se non hai ancora un campo in cui impostare i valori CPC, [aggiungine uno](/get-started/get-started-space-it/per-iniziare/campi-en-channable/mappa-y-aggiungi-campi.md).

Aggiungi un campo chiamato "cpc" o con un nome simile. Questo crea un campo vuoto per ogni prodotto così puoi impostare il valore CPC per ciascun annuncio Marktplaats Pro. Se hai già un campo per il CPC, puoi usare quello nei passaggi successivi.

Per impostare il CPC per i tuoi prodotti, esegui le seguenti azioni:

{% stepper %}
{% step %}
Vai a Canali -> Marktplaats Pro -> Regole
{% endstep %}

{% step %}
Clicca su "Crea nuovo" e scegli un nome (es. "imposta cpc")
{% endstep %}

{% step %}
Crea una regola come nell'esempio qui sotto, usando i numeri di categoria che hai annotato.

![Set\_cpc\_EN.png](/files/49df11890acbbac11c69ba339014e44ef1080768)
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

### Passo 3 — Aggiungi il CPC in Build & Run marketplace

Aggiungi il campo CPC che hai creato (o che già avevi) al passaggio Build del marketplace:

* Vai a Build > Informazioni sul prezzo
* Clicca sul + e scegli il campo cpc

Infine, invia queste modifiche a Marktplaats Pro:

* Vai a Canali -> Marktplaats Pro
* Clicca su "Esegui ora"

Gli errori dovrebbero ora scomparire nella fase Anteprima della tua API Marktplaats Pro. Se continui a vedere errori CPC, probabilmente hai dimenticato alcune categorie: ripeti i passaggi sopra per quelle categorie per correggere gli errori rimanenti.
{% 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/list-advertise/list-and-advertise-it/vendi-sui-marketplace/marktplaats/risoluzione-dellerrore-marktplaats-pro-il-valore-del-campo-cpc-era-fuori-intervallo.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.
