設定您的網站體驗 web-configuration

在此頁面上:​瞭解如何在Adobe Journey Optimizer中建立網路通路設定,以單一頁面URL或多個具有符合規則及其可用運運算元的頁面為目標。

建立Web頻道設定 create-web-configuration

Web設定是由URL識別的Web屬性,將會傳送內容。 它可以比對單一頁面URL或多個頁面,讓您在一或多個網頁間提供修改內容。

若要建立Web Channel設定,請遵循以下步驟。

  1. 存取​頻道 > 一般設定 > 頻道設定​功能表,然後按一下​建立頻道設定

  2. 輸入設定的名稱和說明(選擇性)。

    note
    NOTE
    名稱必須以字母(A-Z)開頭。 它只能包含英數字元。 您也可以使用底線 _、點 . 和連字號 - 字元。
  3. 若要將自訂或核心資料使用標籤指派給組態,您可以選取​管理存取權進一步瞭解物件層級存取控制(OLAC)

  4. 選取​ Web ​管道。

  5. 選取​行銷動作,以使用此設定將同意原則與訊息相關聯。 系統會運用與行銷動作相關的所有同意政策,以尊重客戶的偏好設定。 了解更多

  6. 在​ 網頁設定 ​區段中,選取下列其中一個選項:

    • 單一頁面 — 如果您只想將變更套用至單一頁面,請輸入​頁面URL

    • 符合規則的頁面 — 若要鎖定多個符合相同規則的URL,請建置符合規則的頁面,並輸入​預設的撰寫和預覽URL了解更多

  7. 按一下​ 提交 ​以儲存變更。

現在當您在行銷活動或歷程中使用網路管道時,可以選取此設定。

建置頁面比對規則 web-page-matching-rule

建立網頁或程式碼型體驗設定時,您可以建置符合規則​ ​頁面,以鎖定多個符合相同規則的URL。 因此,您可以一次將相同的內容變更套用至多個頁面。

例如,您可能會想要將變更套用至整個網站的主圖橫幅,或新增顯示在網站所有產品頁面上的最上方影像。

  1. 設定您的網頁程式碼型體驗時,請選取​ 符合規則 ​的頁面。

  2. 定義​ 網域 ​和​ 頁面 ​欄位的條件。

    note
    NOTE
    檢查此區段中可用的運運算元。

    例如,如果您想要編輯顯示在Luma網站所有女性產品頁面上的元素,請選取​網域 > 開頭為 > luma和​頁面 > 包含 > women

  3. 如果您的使用案例無法使用單一規則建模,您可以選擇新增多個規則。 按一下​ 新增其他頁面規則 ​並重複上述步驟。

    note
    NOTE
    您最多可以新增10個規則。
  4. 您可以在不同的規則之間使用​ Or ​或​ Exclude ​運運算元。

    當符合所定義規則的其中一個頁面不應作為目標時,排除​會很有用。 例如,您可以鎖定包含product的所有luma.com頁面,排除下列頁面: https://luma.com/blogs/productinfo

  5. 輸入​預設的撰寫與預覽URL。 此步驟會確保規則產生或相符的頁面具有用於內容建立和預覽的指定URL。

建立頁面比對規則的可用運運算元 available-operators

建立符合多個頁面🔗的規則時,您可以在​ 網域 ​和​ 路徑 ​區段上使用不同的運運算元來建置您想要的規則。 可用的運運算元如下所列。

  • 網域

    table 0-row-3 1-row-3 2-row-3 3-row-3 4-row-3 5-row-3
    運算子 說明 範例
    等於 網域的完全相符專案。
    開始於 符合以輸入字串開頭的所有網域(包括子網域)。 例如:「開頭為:dev」 ->符合開頭為「dev」的所有網域和子網域,例如:dev.example.com、dev.products.example.com、developer.example.com
    結束於 比對以輸入字串結尾的所有網域(包括子網域)。 例如:「結尾為:example.com」 ->會比對所有結尾為「example.com」的網域和子網域,例如:stage.example.com、prod.example.com、myexample.com
    萬用字元比對 「萬用字元符合」運運算元可讓使用者在字串中間定義萬用字元符合,例如"dev.*.example.com"。 驗證規則是當運運算元為「萬用字元比對」時,值必須包含且僅包含一個萬用字元(星號)。 例如:「萬用字元符合: dev.*.example.com」 ->符合網域,例如: dev.products.example.com、dev.mytest.products.example.com、dev.blog.example.com
    任何 符合所有網域 — 在跨網域測試特定路徑時很有用
  • 路徑

運算子
說明
範例
等於
路徑的確切相符專案。
開始於
比對以輸入字串開頭的所有路徑(包括子路徑)。
結束於
比對以輸入字串結尾的所有路徑(包括子路徑)。
任何
比對所有路徑 — 當鎖定一個或多個網域下的所有路徑時,這個用法很有用。
萬用字元比對
「萬用字元符合」運運算元可讓使用者在路徑內定義內部萬用字元,例如"/products/*/detail"。 路徑**元件中的萬用字元*會比對任何字元順序,直到遇到第一個/字元為止。 /*/符合任何字元順序(包括子路徑)

例如:「萬用字元符合:/products/*/detail」,符合所有路徑,例如:

  • example.com/products/yoga/detail
  • example.com/products/surf/detail
  • example.com/products/tennis/detail
  • example.com/products/yoga/pants/detail

例如:「符合: /prod*/detail,符合所有路徑,例如:

  • example.com/products/detail
  • example.com/production/detail

不符合如下的路徑:

  • example.com/products/yoga/detail
包含
"contains"會轉譯為"mystring"之類的萬用字元,並比對包含此字元序列的所有路徑。

例如:「包含:產品」,符合包含字串產品的所有路徑,例如:

  • example.com/products
  • example.com/yoga/perfproduct
  • example.com/surf/productdescription
  • example.com/home/product/page
AI Knowledge Reference

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.
recommendation-more-help
journey-optimizer-help