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

# オーディエンスターゲティングのリファレンス

以下は、オーディエンスターゲティング用カスタマーデータ同期の一環として、カスタマーおよびセグメントデータを同期するために必要なプロパティの概要です。これらの表は、ターゲット広告配信のためにセグメントをカスタマーに正確にマッピングするためのセグメントフィードとカスタマーフィードの構造を定義しています。

### セグメントフィード（独自のセグメントを同期する場合に必要）

| フィールド         | 説明                                                 | 必須/任意 | 型      | 例                                                                                     |
| ------------- | -------------------------------------------------- | ----- | ------ | ------------------------------------------------------------------------------------- |
| `segment_id`  | システム内の固有のセグメントID。カスタマーフィードまたは広告リクエストと一致させる必要があります。 | 必須    | テキスト   | `custom-segment-1`                                                                    |
| `name`        | セグメントの選択時に表示されるフィードの名前。                            | 必須    | テキスト   | `High Spending Shoppers - Cola Co`                                                    |
| `description` | セグメントの選択時に表示されます。20単語以内を推奨します。                     | 必須    | テキスト   | `Shoppers with an average weekly shop in the top 15% that purchase Cola Co products.` |
| `category`    | 将来のUIフィルタリング用の任意のカテゴリータグ。                          | 任意    | JSON配列 | `Custom segmentation`                                                                 |
| `team_ids`    | セグメントへのアクセスを指定されたチームに制限します。他のチームは表示や選択ができません。      | 任意    | JSON配列 | `["a5166cf4-87f4-4741-a721-c05ffd9941a5"]`                                            |

{% hint style="info" %}
複数のセグメントソースから同期していますか？

使用する場合は広告リクエストで参照されるソースIDを確認する必要があるため、必ず Epsilon までお問い合わせください [オーディエンスターゲティングオプション 3](/retail-media-interface/integration/ja/data-api/audience-targeting-new/integration-option-3-sync-audiences-only.md)
{% endhint %}

### カスタマーフィード（独自のセグメントとカスタマーを同期する場合に必要）

| 列                   | 必須     | 型      | 説明                                                 | 例                           |
| ------------------- | ------ | ------ | -------------------------------------------------- | --------------------------- |
| `customer_id`       | 必須     | テキスト   | リテールメディアのシステム内におけるカスタマーの識別子。広告リクエストと一貫している必要があります。 | `oo32s-a432-dsf4380`        |
| `segments`          | 必須     | JSON配列 | カスタマーに紐付けられたセグメントID。セグメントフィードと一致している必要があります。       | `["segment-1","segment-2"]` |
| `source_identifier` | 読み取り専用 | テキスト   | 内部システムリファレンス。リテールメディア側で変更することはできません。               | システム生成                      |

{% hint style="info" %}
`source_identifier` は読み取り専用で、システムによって自動的に生成されます。アップロードファイルでこのフィールドを含めたり変更したりしないでください。
{% 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/ja/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.
