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

# Skôr ako začnete

Kým budete môcť začať žiadať o reklamy, budete potrebovať prístup do sandboxu, ID vášho tímu, API kľúč a aktívne kampane.

## Prístup do sandboxu

Na integráciu s Epsilon Retail Mediabudete potrebovať sandbox vytvorený vo vašom mene. Váš Technical Account Manager na tom bude s vami spolupracovať a po jeho vytvorení vám poskytne prístup.

Ak prístup nemáte, kontaktujte svojho Technical Account Managera alebo náš tím podpory.

## ID vášho tímu a API kľúč

Na synchronizáciu produktov a interakciu s naším API budete potrebovať ID tímu vášho predajcu a váš API kľúč. Po prihlásení do tímu predajcu kliknite na rozbaľovaciu ponuku vpravo hore a kliknite na **Integration Settings**

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

Tu sa zobrazí ID vášho tímu, čo je Team ID, ktoré sa má použiť tam, kde sa to vyžaduje vo volaniach API. Táto hodnota sa bude meniť v závislosti od toho, či sa nachádzate v prostredí sandboxu alebo produkcie.

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

Kliknite na možnosť API Key v sekundárnej ponuke – uvidíte, že váš tajný API kľúč je skrytý.

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

Ak chcete získať svoj tajný API kľúč, kliknite na tlačidlo 'show' a skopírujte ho. Toto je API kľúč, ktorý sa používa vo volaniach API. Táto hodnota sa bude meniť v závislosti od toho, či sa nachádzate v prostredí sandboxu alebo produkcie.

## Aktívne kampane

Aby Epsilon Retail Media vracal reklamy, v sandboxe musia byť vytvorené aktívne a schválené kampane. Pred vytvorením kampaní budete musieť synchronizovať svoj katalóg aspoň s jedným produktom.


---

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