> 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/es/data-api/api-overview/before-you-start.md).

# Antes de empezar

Antes de poder empezar a solicitar anuncios, necesitarás acceso al entorno de pruebas (sandbox), el ID de tu equipo, tu clave de API y campañas activas.

## Acceso al entorno de pruebas (sandbox)

Para integrarte con Epsilon Retail Media, necesitarás un entorno de pruebas creado en tu nombre. Tu Technical Account Manager trabajará contigo en esto y te proporcionará acceso una vez creado.

Si no tienes acceso, ponte en contacto con tu Technical Account Manager o con nuestro equipo de soporte.

## El ID de tu equipo y tu clave de API

Para sincronizar productos e interactuar con nuestra API, necesitarás el ID de tu equipo de minorista y tu clave de API. Una vez que hayas iniciado sesión en tu equipo de minorista, haz clic en el menú desplegable de la esquina superior derecha y haz clic en **Integration Settings**

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

El ID de tu equipo se muestra aquí, que es el Team ID que debes utilizar donde sea necesario en las llamadas a la API. Este valor cambiará según estés en tu entorno de pruebas o en tu entorno de producción.

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

Haz clic en la opción API Key del menú secundario; verás que tu clave secreta de API está oculta.

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

Para recuperar tu clave secreta de API, haz clic en el botón 'show' y cópiala. Esta es la clave de API que debes utilizar en las llamadas a la API. Este valor cambiará según estés en tu entorno de pruebas o en tu entorno de producción.

## Campañas activas

Para que Epsilon Retail Media devuelva anuncios, es necesario crear campañas activas y aprobadas en tu entorno de pruebas. Deberás sincronizar tu catálogo con al menos un producto antes de crear campañas.


---

# 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/es/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.
