> 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/partner/it/di-cosa-vorresti-saperne-di-piu/platform-features/marketing-content/promotional-ads-feed-faqs.md).

# FAQ sul feed di annunci promozionali

#### Che cos'è un data feed?

* **Data feed** sono file automatizzati e pianificati che possono segnalare informazioni su asset nuovi o appena aggiornati che hai l'autorizzazione di ospitare. Se hai configurato un data feed e si verifica un evento trigger (ad es. il caricamento o l'aggiornamento di un asset da parte del tuo brand partner), impact.com aggiungerà tali informazioni al successivo file batch che riceverai.

#### Come funzionano i data feed di aggiornamento degli asset?

* I data feed di aggiornamento degli asset funzionano inviandoti file a intervalli regolari (stabiliti da te) che contengono informazioni su nuovi asset e su asset appena aggiornati disponibili per l'hosting. Ad esempio, un asset modificato di recente dal tuo brand partner sarebbe incluso nel tuo data feed, mentre gli asset che non sono cambiati dall'ultima volta in cui è stato generato il file del data feed non lo sarebbero.

#### Quali sono le mie opzioni per ottenere il file del data feed?

Hai a disposizione 2 modi per ottenere il file del tuo data feed.

* **FTP del partner**: impact.com invierà il file via FTP all'URL del server che fornisci durante la configurazione. Dovrai fornire le seguenti informazioni se desideri ricevere i file del data feed: il server FTP **Directory** e **Porta** oltre a un **Nome utente** e **Password** che impact.com può usare per consegnare il file.
* **Email**: impact.com invierà il file come allegato all'indirizzo email che fornisci durante la configurazione. Da lì, puoi trasformare, archiviare, operativizzare o comunque interagire con i dati come ritieni opportuno.

#### E la sicurezza?

Il livello di sicurezza a cui hai accesso durante il trasferimento dei file dipende dal metodo di consegna che scegli:

* **FTP del partner**: Puoi scegliere tra l'uso del FTP standard, [SFTP](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol), oppure [FTPS](https://en.wikipedia.org/wiki/FTPS) quando aggiungi l'URL del tuo server durante la configurazione.
* **Email**: Verranno utilizzate le misure di sicurezza adottate dal tuo client di posta elettronica.


---

# 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/partner/it/di-cosa-vorresti-saperne-di-piu/platform-features/marketing-content/promotional-ads-feed-faqs.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.
