このページ: Adobe Journey Optimizerで、1つのページ URLまたはページと一致するルールとその使用可能な演算子を持つ複数のページをターゲットとするweb チャネル設定を作成する方法を説明します。
Web チャネル設定の作成 create-web-configuration
Web 設定は、コンテンツが配信される URL で識別される web プロパティです。 単一ページの URL または複数のページを一致させることができるので、1 つまたは複数の web ページをまたいで変更を配信できます。
Web チャネル設定を作成するには、次の手順に従います。
-
チャネル/一般設定/チャネル設定メニューにアクセスし、「チャネル設定を作成」をクリックします。
-
設定の名前と説明(オプション)を入力します。
note NOTE 名前は、文字(A ~ Z)で始める必要があります。 使用できるのは英数字のみです。 アンダースコア( _)、ドット(.)、ハイフン(-)も使用できます。 -
設定にカスタムまたはコアのデータ使用ラベルを割り当てるには、「アクセスを管理」を選択します。 詳しくは、オブジェクトレベルのアクセス制御(OLAC)を参照してください
-
Web チャネルを選択します。
-
この設定を使用してメッセージに同意ポリシーを関連付けるには、マーケティングアクションを選択します。 顧客の意向に従うために、そのマーケティングアクションに関連付けられているすべての同意ポリシーが活用されます。 詳細情報
-
「Web 設定」セクションで、次のいずれかのオプションを選択します。
-
単一ページ - 単一ページにのみ変更を適用する場合は、「ページ URL」を入力します。
-
ルールに一致するページ - 同じルールに一致する複数の URL をターゲットにするには、ルールに一致するページを作成し、デフォルトのオーサリングおよびプレビュー URL を入力します。 詳細情報
-
-
「送信」をクリックして変更を保存します。
キャンペーンやジャーニーで web チャネルを使用する際に、この設定を選択できるようになりました。
ルールに一致するページの作成 web-page-matching-rule
Web またはコードベースのエクスペリエンス設定を作成する際に、ルールに一致するページを作成して、同じルールに一致する複数の URL をターゲットにすることができます。 したがって、同じコンテンツの変更を複数のページに一度に適用できます。
例えば、web サイト全体のヒーローバナーに変更を適用したり、web サイトのすべての製品ページに表示されるトップ画像を追加したりすることができます。
-
Web またはコードベースのエクスペリエンスを設定する際は、「ルールに一致するページ」を選択します。
-
「ドメイン」フィールドと「ページ」フィールドの条件を定義します。
note NOTE 使用可能な演算子について詳しくは、この節を参照してください。 例えば、Luma web サイトのすべての女性向け製品ページに表示される要素を編集する場合は、ドメイン/次で始まる/
lumaおよびページ/次を含む/womenを選択します。
-
1 つのルールを使用してユースケースをモデル化できない場合は、複数のルールを追加するオプションを使用できます。 「別のページルールを追加」をクリックし、上記の手順を繰り返します。
note NOTE 最大 10 個のルールを追加できます。 -
異なるルール間で OR 演算子または 除外 演算子を使用できます。
除外は、定義されたルールに一致するページの 1 つをターゲットにしない場合に役立ちます。 例えば、
https://luma.com/blogs/productinfoページを除く、productを含むすべてのluma.comページをターゲットにできます。
-
デフォルトのオーサリングおよびプレビュー URL を入力します。 この手順により、ルールによって生成または一致したページに、コンテンツの作成とプレビューの両方の目的で指定された URL が含まれるようになります。
ルールに一致するページの作成に使用できる演算子 available-operators
複数のページに一致するルールを作成する際は、「ドメイン」セクションと「パス」セクションで異なる演算子を使用して、目的のルールを作成できます。 使用できる演算子は以下のとおりです。
-
ドメイン
table 0-row-3 1-row-3 2-row-3 3-row-3 4-row-3 5-row-3 演算子 説明 例 等しい ドメインの完全一致。 次で始まる 入力された文字列で始まるすべてのドメイン(サブドメインを含む)に一致します。 例:「Starts with: dev」は、「dev」で始まるすべてのドメインとサブドメイン(dev.example.com、dev.products.example.com、developer.example.com など)に一致します。 次で終わる 入力された文字列で終わるすべてのドメイン(サブドメインを含む)に一致します。 例:「Ends with: example.com」は、「example.com」で終わるすべてのドメインおよびサブドメイン(stage.example.com、prod.example.com、myexample.com など)に一致します。 ワイルドカード一致 「ワイルドカードマッチング」演算子を使用すると、「dev.*.example.com」のように、文字列の中央にワイルドカードマッチングを定義できます。 検証ルールでは、演算子が「ワイルドカード一致」の場合、値にはワイルドカード(アスタリスク)を 1 つのみ含める必要があります。 例:“Wildcard matching: dev.*.example.com” -> matches domains like: dev.products.example.com, dev.mytest.products.example.com, dev.blog.example.com いずれか すべてのドメインに一致します。これは、ドメイン間で特定のパスをテストする場合に役立ちます。 -
パス
例:「Wildcard matching: /products/*/detail」は、次のようなすべてのパスと一致します。
- example.com/products/yoga/detail
- example.com/products/surf/detail
- example.com/products/tennis/detail
- example.com/products/yoga/pants/detail
例:「Matches: /prod*/detail」は、次のようなすべてのパスと一致します。
- example.com/products/detail
- example.com/production/detail
次のようなパスとは一致しません。
- example.com/products/yoga/detail
例:「Contains: product」は、次のような文字列「product」を含むすべてのパスと一致します。
- example.com/products
- example.com/yoga/perfproduct
- example.com/surf/productdescription
- example.com/home/product/page
This section contains structured knowledge intended to support interpretation, retrieval, and question answering related to this topic.
For complete understanding, this information should be combined with the documentation on this page. Neither source is intended to stand alone; the page describes the feature, while this section provides additional context that helps disambiguate terminology, intent, applicability, and constraints.
- TL;DR: This page explains how to create a web channel configuration in Journey Optimizer, targeting either a single page URL or multiple pages through a pages matching rule built with Domain and Path operators.
Intents:
- Create a web channel configuration from Channels > General settings > Channel configurations
- Target a single page by entering a Page URL
- Target multiple pages by building a pages matching rule
- Assign data usage labels to a configuration through Manage access (OLAC)
- Associate consent policies to messages by selecting Marketing actions
- Choose the right Domain and Path operators to match the intended URLs
Glossary:
- Web channel configuration: A web property identified by a URL where content will be delivered; it can match a single page URL or multiple pages (product-specific)
- Single page: Web settings option that applies changes to a single page by entering a Page URL (product-specific)
- Pages matching rule: Web settings option that targets multiple URLs matching the same rule so the same content changes apply across multiple pages at once (product-specific)
- Default authoring and preview URL: A URL entered for a pages matching rule so the pages generated or matched by the rule have a designated URL for content creation and preview (product-specific)
- Marketing action: A selection that associates consent policies to messages using the configuration so customer preferences are respected (product-specific)
- Wildcard matching: An operator allowing a wildcard (asterisk) match inside the Domain or Path string (product-specific)
Guardrails:
- Configuration names must begin with a letter (A-Z) and can only contain alphanumeric characters plus underscore, dot, and hyphen.
- You can add up to 10 rules when building a pages matching rule.
- For the Domain “Wildcard matching” operator, the value must contain one and only one wildcard (asterisk).
- A pages matching rule can be built when creating a web or code-based experience configuration.
- The Or and Exclude operators can be used between the different rules.
Terminology:
- Canonical name: Web channel configuration — Acronym: n/a — variants: web configuration, channel configuration
- Synonyms: “Pages matching rule” = “rule that matches multiple pages”
- Do not confuse: “Single page” (targets one Page URL) ≠ “Pages matching rule” (targets multiple URLs matching a rule)
- Do not confuse: “Domain” operators ≠ “Path” operators (each section has its own available operators)
FAQ:
- Q: How do I create a web channel configuration? — Go to Channels > General settings > Channel configurations, click Create channel configuration, enter a name, select the Web channel, choose Single page or Pages matching rule, then Submit.
- Q: What characters are allowed in a configuration name? — It must begin with a letter (A-Z) and can only contain alphanumeric characters plus underscore, dot, and hyphen.
- Q: How many rules can a pages matching rule contain? — You can add up to 10 rules, and use the Or or Exclude operators between them.
- Q: How do I target more than one page? — Select Pages matching rule, define criteria for the Domain and Page fields, and enter a Default authoring and preview URL.
- Q: When would I use the Exclude operator? — When one of the pages matching the defined rule should not be targeted.