> 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).

# Match Expression Toolの正規表現

マッチ式ツールは、商品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. 上部のナビゲーションバーから ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[ユーザープロフィール] → 設定**.
2. 右側の列の下に *例外リスト*、次を選択します *例外リスト* セクションで、 **SKU**.
3. 選択 **新しいSKUリストを追加**.
4. 選択 **詳細設定を表示** ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-500f241687470b7f2c6cf43ec949c2463692cd19%2F0323174d38f3b23e95ed28b6734e6af44b570eec2eecb0ea9f2e0f064962b5fb.svg?alt=media).
5. ［マッチ式］フィールドには、マッチ式ツールにおいて重要な2つのコンポーネントがあります:

   <div data-with-frame="true"><figure><img src="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fo0oA9Jgl9iotRSvygzEZ%2FScreenshot%202026-05-07%20at%2009.46.16.png?alt=media&amp;token=ceb272c6-fc6f-45ff-b799-8e6b35f840c8" 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.
