> 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/references/audience-targeting-reference.md).

# Referencia pre cielenie na publikum

Nižšie sú uvedené vlastnosti potrebné na synchronizáciu údajov o zákazníkoch a segmentoch v rámci synchronizácie zákazníckych údajov pre cieľové publikum. Tieto tabuľky definujú štruktúru pre kanál segmentov a kanál zákazníkov, ktoré zaisťujú presné mapovanie segmentov na zákazníkov pre doručovanie cielenej reklamy.

### Kanál segmentov (vyžaduje sa pri synchronizácii vlastných segmentov)

| Pole          | Popis                                                                                                      | Povinné/Voliteľné | Typ       | Príklad                                                                               |
| ------------- | ---------------------------------------------------------------------------------------------------------- | ----------------- | --------- | ------------------------------------------------------------------------------------- |
| `segment_id`  | Unikátne ID segmentu vo vašom systéme. Musí sa zhodovať s kanálom zákazníkov alebo požiadavkou na reklamu. | Povinné           | Text      | `custom-segment-1`                                                                    |
| `name`        | Názov kanála, ktorý sa zobrazuje pri výbere segmentov.                                                     | Povinné           | Text      | `High Spending Shoppers - Cola Co`                                                    |
| `description` | Zobrazuje sa pri výbere segmentov. Odporúča sa rozsah do 20 slov.                                          | Povinné           | Text      | `Shoppers with an average weekly shop in the top 15% that purchase Cola Co products.` |
| `category`    | Voliteľná značka kategórie pre budúce filtrovanie v používateľskom rozhraní.                               | Voliteľné         | JSON pole | `Custom segmentation`                                                                 |
| `team_ids`    | Obmedzuje prístup k segmentu pre určené tímy. Iné tímy ho nemôžu zobraziť ani vybrať.                      | Voliteľné         | JSON pole | `["a5166cf4-87f4-4741-a721-c05ffd9941a5"]`                                            |

{% hint style="info" %}
Synchronizujete z viacerých zdrojov segmentov?

Uistite sa, že spolupracujete s Epsilon keďže budeme musieť potvrdiť ID zdroja uvedené v požiadavke na reklamu, ak používate [možnosť cielenia na publikum 3](/retail-media-interface/integration/sk/data-api/audience-targeting-new/integration-option-3-sync-audiences-only.md)
{% endhint %}

### Kanál zákazníkov (vyžaduje sa pri synchronizácii vlastných segmentov a zákazníkov)

| Stĺpec              | Povinné        | Typ       | Popis                                                                                   | Príklad                     |
| ------------------- | -------------- | --------- | --------------------------------------------------------------------------------------- | --------------------------- |
| `customer_id`       | Povinné        | Text      | Identifikátor zákazníka v systéme predajcu. Musí byť v súlade s požiadavkou na reklamu. | `oo32s-a432-dsf4380`        |
| `segments`          | Povinné        | JSON pole | ID segmentov prepojené so zákazníkom. Musia byť v súlade s kanálom segmentov.           | `["segment-1","segment-2"]` |
| `source_identifier` | Iba na čítanie | Text      | Interná systémová referencia. Predajcovia ju nemôžu upravovať.                          | vygenerované systémom       |

{% hint style="info" %}
`source_identifier` je iba na čítanie a je automaticky vygenerované systémom. Toto pole nezahŕňajte ani neupravujte vo svojom súbore na odovzdanie.
{% endhint %}


---

# 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/references/audience-targeting-reference.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.
