> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/integration/it/data-api/api-overview/before-you-start.md).

# Prima di iniziare

Prima di poter iniziare a richiedere annunci, avrai bisogno dell'accesso al sandbox, dell'ID del tuo team e della chiave API, e di campagne attive.

## Accesso al sandbox

Per integrarti con Epsilon Retail Media, avrai bisogno di un sandbox creato a tuo nome. Il tuo Technical Account Manager lavorerà con te su questo e ti fornirà l'accesso una volta creato.

Se non dovessi avere l'accesso, contatta il tuo Technical Account Manager o il nostro team di supporto.

## L'ID del tuo team e la chiave API

Per sincronizzare i prodotti e interagire con la nostra API, avrai bisogno dell'ID del team del tuo retailer e della tua chiave API. Una volta effettuato l'accesso al team del tuo retailer, fai clic sul menu a discesa in alto a destra e fai clic su **Impostazioni di integrazione**

<figure><img src="/files/2UlAiELGq2FYyuNnSI75" alt="Screen Shot 2021-05-10 at 1.15.02 pm.png" width="100%"><figcaption></figcaption></figure>

L'ID del tuo team viene visualizzato qui, ed è il Team ID da utilizzare dove richiesto nelle chiamate API. Questo valore cambierà a seconda che ti trovi nel tuo ambiente sandbox o di produzione.

<figure><img src="/files/332bPE8u3J1KbKyU096N" alt="Screen Shot 2021-05-10 at 1.20.43 pm.png" width="100%"><figcaption></figcaption></figure>

Fai clic sull'opzione Chiave API nel menu secondario: vedrai che la tua chiave API segreta è nascosta.

<figure><img src="/files/0oOGJ4kcRBTkZkk0on0B" alt="Screen Shot 2021-05-10 at 1.25.40 pm.png" width="100%"><figcaption></figcaption></figure>

Per recuperare la tua chiave API segreta, fai clic sul pulsante 'mostra' e copiala. Questa è la chiave API da utilizzare nelle chiamate API. Questo valore cambierà a seconda che ti trovi nel tuo ambiente sandbox o di produzione.

## Campagne attive

Affinché Epsilon Retail Media restituisca annunci, è necessario creare campagne attive e approvate nel tuo sandbox. Dovrai sincronizzare il tuo catalogo con almeno un prodotto prima di creare le campagne.


---

# 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.citrusad.com/retail-media-interface/integration/it/data-api/api-overview/before-you-start.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.
