> 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/platform-features/promo-codes/regular-expression/match-expression-tool-regex.md).

# 一致表現ツールの正規表現

商品SKU、カテゴリ、またはプロモコード内の文字の組み合わせの一部が分かっていて、それらの文字の組み合わせを、コンバージョンに渡されるSKU、カテゴリ、またはプロモコードと一致させたい場合に、このマッチ式ツールを使用します。このツールは、項目の完全な一覧がない場合にのみ使用します [例外リスト](/brand/ja/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md).

1. 上部ナビゲーションバーから、 ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 右側の列の下に *例外リスト*、選択します *例外リスト* セクションで、 **SKU**.
3. 選択します **新しいSKUリストを追加**.
4. 選択します **詳細設定を表示** ![](/files/09195a469c69f799dda32a4394df46fd2022905a).
5. Match Expressions フィールドには、このマッチ式ツールの重要な構成要素が 2 つあります：

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

   | 構成要素                                                                                                                                          | 説明                                       |
   | --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
   | [かっこ内の正規表現](/brand/ja/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-inside-the-parentheses.md)    | 付随する例外リスト内の項目と完全に一致します。                  |
   | [かっこの外側の正規表現](/brand/ja/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-outside-the-parentheses.md) | 到着するコンバージョンデータと照合するための、例外リスト項目の条件を設定します。 |


---

# 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/platform-features/promo-codes/regular-expression/match-expression-tool-regex.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.
