> 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/data-api/customer-data/in-depth-behaviour-examples.md).

# 詳細な動作例

以下では、前のページと同じ例の構成（年齢層のターゲティングが可能な個人のお客様または法人のお客様）を使用します。

<figure><img src="/files/4r70TdTQR8WharFfsMDz" alt="" width="100%"><figcaption></figcaption></figure>

この例では、プラットフォームがどのように機能するかについての例を示すために、実名と大規模なフィードを使用します。

**データ例:**

| `customer_id` | `customer_targeting:type` | `customer_targeting:age-range` |
| ------------- | ------------------------- | ------------------------------ |
| Josh          | 個人                        | 21-30                          |
| Jesse         | 法人                        | 21-30                          |
| Atish         |                           | 31-40                          |
| Bo            | 法人                        |                                |
| Dayoung       | 個人                        | 41-50                          |

ターゲティングマトリクス

| `customer_id` | ターゲティング対象となる条件                        | ターゲティングされたキャンペーンが表示される対象                                                |
| ------------- | ------------------------------------- | ----------------------------------------------------------------------- |
| Josh          | ユーザーが\[個人]または\[21-30]を任意の組み合わせで選択した場合 | すべての顧客（ターゲティングなし）、個人、21-30、個人 + 21-30、法人 + 21-30                        |
| Jesse         | ユーザーが\[法人]または\[21-30]を任意の組み合わせで選択した場合 | すべての顧客（ターゲティングなし）、法人、21-30、法人 + 21-30、個人 + 21-30                        |
| Atish         | ユーザーが\[31-40]を任意の組み合わせで選択した場合         | すべての顧客（ターゲティングなし）、31-40、法人 + 31-40、個人 + 31-40                           |
| Bo            | ユーザーが\[法人]を任意の組み合わせで選択した場合            | すべての顧客（ターゲティングなし）、法人、法人 + 21-30、法人 + 31-40、法人 + 41-50、21-30、31-40、41-50 |
| Dayoung       | ユーザーが\[個人]または\[41-50]を任意の組み合わせで選択した場合 | すべての顧客（ターゲティングなし）、個人、21-30、個人 + 21-30、個人 + 31-40、個人 + 41-50、法人 + 41-50  |

{% hint style="info" %}
AtishとBoに多くの広告が表示される理由

送信された顧客データが Epsilon Retail Media すべての顧客に対して完全でない場合、キャンペーンがターゲットとする属性が1つ割り当てられていれば、その広告が表示されます。

ブランドがハイパーターゲティングを行えるようにするには、すべてのターゲティング属性に値が割り当てられていることを確認する必要があります。
{% endhint %}

### 法人オーディエンスをターゲットにしたい場合

ブランドとしては「法人」のみを選択する必要があります。

<figure><img src="/files/BW9YDQSHIIRFL0bn1QWt" alt="" width="100%"><figcaption></figcaption></figure>

BoとAtishの顧客データがすべての属性で同期されていないため、このキャンペーンは**Jesse**だけでなく、**Bo**および**Atish**もターゲットにします。これは、すべての顧客のすべてのデータを同期することで解決できます。

{% hint style="warning" %}
この場合、年齢層を選択しないでください

ターゲティングはOR条件として機能するため、年齢層を選択するとその年齢のユーザーもターゲットになりますが、それらのユーザーに「法人」が割り当てられていない可能性があります。
{% endhint %}

### 21〜30歳の法人オーディエンスをターゲットにしたい場合

あいにく、OR条件として機能するため、このレベルのターゲティングは不可能です。「法人」と年齢層「21-30」を選択した場合、「法人」が割り当てられているユーザー、および「21-30」が割り当てられているユーザーがターゲットになります。

<figure><img src="/files/Z5pzmZLW7HvOd0EW4huF" alt="" width="100%"><figcaption></figcaption></figure>

Dayoungには「法人」または「21-30」が割り当てられていないため、このキャンペーンは**Dayoung**を除くすべての顧客をターゲットにします。

### 21〜40歳のオーディエンスをターゲットにしたい場合

この場合、ブランドとしては年齢層「21-30」と「31-40」を選択する必要があります。また、両方の顧客タイプを選択しても同じ結果が得られます。

<figure><img src="/files/0v4o2B2eoFZBS4uHmywA" alt="" width="100%"><figcaption></figcaption></figure>

Boの顧客データがすべての属性で同期されていないため、このキャンペーンは**Jesse**、**Josh**、および**Bo**をターゲットにします。これは、すべての顧客のすべてのデータを同期することで解決できます。


---

# 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/data-api/customer-data/in-depth-behaviour-examples.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.
