> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md).

# カテゴリ例外リストを作成する

<a href="https://pxa.impact.com/student/activity/1117596?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=con-350&#x26;utm_campaign=help-center" class="button primary">PXAコースを受講する</a>

カテゴリ例外リストを使用すると、アクションに関連付けられたカテゴリに基づいてパートナーに異なるレートを支払えます。

**この機能はいつ使いますか？**

* **リード獲得:** カテゴリベースの支払いは、人口統計に応じて支払いを変えたいリード獲得キャンペーンに実装できます。たとえば、他の国と比べて米国の顧客のほうがリードのコンバージョン率が高い場合があります。その場合、米国の顧客からのリードにはより高いカテゴリ支払いを割り当てることを決められます。

## カテゴリ例外リストを作成する

1. 上部のナビゲーションバーで、 ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. で、 *プログラム* 列を *例外リスト* に移動し、 [**カテゴリ**](https://app.impact.com/secure/advertiser/campaign/itemlist/view-categoryitemlist-flow.ihtml).
3. 右上隅で、 **新しいカテゴリリストを追加**.
4. 以下の情報を入力します:

   <table><thead><tr><th width="269.796875">項目</th><th>説明</th></tr></thead><tbody><tr><td><strong>リスト名</strong></td><td>このリストの名前を追加します。これはあなたと他のアカウントメンバーにのみ内部的に表示され、パートナーには表示されません。</td></tr><tr><td><strong>関連付けるイベントタイプ</strong></td><td>この例外リストに関連付けるイベントタイプを1つ以上選択します。</td></tr><tr><td><strong>一致式</strong></td><td><strong>[詳細設定・任意]</strong> 1つのグループを含む正規表現を指定することで、カテゴリ値の一部に一致させることができます。グループで表される値は、このリストのカテゴリ値と照合されます。正規表現のユースケースはあるものの、設定方法が不明な場合は、 <a href="https://app.impact.com/support/portal.ihtml?createTicket=true&#x26;">サポートにお問い合わせください</a>.</td></tr></tbody></table>
5. 選択 **保存して項目を追加** して続行します。
6. 追加できます **カテゴリ** および任意の **表示値** を UI のフィールドを使用して追加するか、 **CSV または Excel ファイルをアップロードする** こともできます。
7. 項目を追加するかファイルをアップロードしたら、 **保存** を選択して処理を完了します。これで、新しいカテゴリ例外リストが *カテゴリリスト* 画面に表示されます。

<div data-with-frame="true"><figure><img src="/files/9d8673cc03799fa931d4945c8fe6340512de60c6" alt="" width="563"><figcaption></figcaption></figure></div>

## カテゴリ例外リストの形式

以下の2つの列名を使用して、.CSV または .XLS/.XLSX ファイルを作成します。

<table><thead><tr><th width="170.484375">列</th><th width="169.7734375">型</th><th width="169.9453125">必須</th><th>説明</th></tr></thead><tbody><tr><td>カテゴリ</td><td>文字列</td><td><strong>はい</strong></td><td>コンバージョン追跡データに含まれる値。</td></tr><tr><td>表示値</td><td>文字列</td><td>いいえ</td><td>レポートで別の値を表示したい場合は、表示値を入力します。たとえば、カテゴリ値が何らかのコンピューター生成値である場合、レポートで理解しやすくするために表示値を入力するとよいでしょう。</td></tr></tbody></table>

**たとえば:**

```programlisting
カテゴリ, 表示値
新製品, 最新リリース
```

通常、支払率はアイテムカテゴリに基づいていますが、特定のアイテムに対して支払率を設定することもできます。特定の支払を設定したい各アイテムごとにアイテムカテゴリを作成する必要があります。テンプレート条件を作成する際は、各カテゴリリストの支払率を指定する必要があります。カテゴリリストに関連付けられたすべてのカテゴリ名は、契約に従って同じ支払率になります。


---

# 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.impact.com/brand/ja/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.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.
