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

# Referenční příručka cílení na publikum

Níže jsou uvedeny vlastnosti vyžadované pro synchronizaci dat o zákaznících a segmentech v rámci synchronizace zákaznických dat pro Cílení na publika. Tyto tabulky definují strukturu pro Feed segmentů a Feed zákazníků, které zajišťují přesné mapování segmentů na zákazníky pro doručování cílené reklamy.

### Feed segmentů (vyžadováno při synchronizaci vlastních segmentů)

| Pole          | Popis                                                                                                  | Povinné/Volitelné | Typ       | Příklad                                                                               |
| ------------- | ------------------------------------------------------------------------------------------------------ | ----------------- | --------- | ------------------------------------------------------------------------------------- |
| `segment_id`  | Unikátní ID segmentu ve vašem systému. Musí se shodovat s feedem zákazníků nebo požadavkem na reklamu. | Povinné           | Text      | `custom-segment-1`                                                                    |
| `name`        | Název feedu, který se zobrazí při výběru segmentů.                                                     | Povinné           | Text      | `High Spending Shoppers - Cola Co`                                                    |
| `description` | Zobrazuje se při výběru segmentů. Doporučuje se méně než 20 slov.                                      | Povinné           | Text      | `Shoppers with an average weekly shop in the top 15% that purchase Cola Co products.` |
| `category`    | Volitelná značka kategorie pro budoucí filtrování v uživatelském rozhraní.                             | Volitelné         | Pole JSON | `Custom segmentation`                                                                 |
| `team_ids`    | Omezuje přístup k segmentu na zadané týmy. Ostatní týmy jej nemohou zobrazit ani vybrat.               | Volitelné         | Pole JSON | `["a5166cf4-87f4-4741-a721-c05ffd9941a5"]`                                            |

{% hint style="info" %}
Synchronizujete z více zdrojů segmentů?

Ujistěte se, že spolupracujete s Epsilon protože budeme muset potvrdit ID zdroje odkazované v požadavku na reklamu, pokud používáte [možnost cílení na publika 3](/retail-media-interface/integration/cs/data-api/audience-targeting-new/integration-option-3-sync-audiences-only.md)
{% endhint %}

### Feed zákazníků (vyžadováno při synchronizaci vlastních segmentů a zákazníků)

| Sloupec             | Povinné         | Typ       | Popis                                                                                         | Příklad                     |
| ------------------- | --------------- | --------- | --------------------------------------------------------------------------------------------- | --------------------------- |
| `customer_id`       | Povinné         | Text      | Identifikátor zákazníka v systému maloobchodníka. Musí být v souladu s požadavkem na reklamu. | `oo32s-a432-dsf4380`        |
| `segments`          | Povinné         | Pole JSON | ID segmentů propojené se zákazníkem. Musí být v souladu s feedem segmentů.                    | `["segment-1","segment-2"]` |
| `source_identifier` | Pouze pro čtení | Text      | Interní systémový odkaz. Maloobchodníci jej nemohou měnit.                                    | vygenerováno systémem       |

{% hint style="info" %}
`source_identifier` je pouze pro čtení a je automaticky vygenerováno systémem. Toto pole do nahrávaného souboru nezahrnujte ani jej neupravujte.
{% 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/cs/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.
