From c17543eed2bf662ce50692f85c6c27e903fd5c44 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Fri, 18 Oct 2024 08:10:12 -0500 Subject: [PATCH] change advanced editor to standard editor (#587) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [KB-19327] ## What changed? Changed advanced editor to standard editor ## Release notes draft * ## Anything else? ping {names} [KB-19327]: https://bigcommercecloud.atlassian.net/browse/KB-19327?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- docs/store-operations/segments/overview.mdx | 4 ++-- docs/store-operations/segments/promotions-api.mdx | 2 +- docs/store-operations/segments/user-guide.mdx | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/store-operations/segments/overview.mdx b/docs/store-operations/segments/overview.mdx index 9c9da2018..a3c4fb44e 100644 --- a/docs/store-operations/segments/overview.mdx +++ b/docs/store-operations/segments/overview.mdx @@ -12,7 +12,7 @@ A **customer segment** is a collection of shoppers that share specific character As a BigCommerce merchant, agency, and/or tech partner needing to improve a merchant store’s personalization strategy, the Customer Segmentation API enables the creation of externally defined segments that you can target within a promotion. -Manual segments created with the Segmentation API will be visible within the Promotions Advanced Editor Control Panel UI Targeting section. +Manual segments created with the Segmentation API will be visible within the Promotions standard editor control panel UI Targeting section. ![Promotion targeting segment.png](https://storage.googleapis.com/bigcommerce-production-dev-center/images/Customer_Segmentation/Beta%20Docs%20Phasea1/Edit%20Promotions.png) @@ -36,7 +36,7 @@ This API introduces two new objects that are both high-level entities with a man * [Customer Segmentation API Guide](/docs/store-operations/customer-segmentation/user-guide) * [Definitions and Logical Relationships](/docs/store-operations/customer-segmentation/definitions-and-relationships) * [Promotions API](/docs/store-operations/customer-segmentation/promotions-api) -* [Promotions Advanced Editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) (Support Center) +* [Promotions standard editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) (Support Center) ### Endpoints * [Customer Segmentation V3 API Reference Overview](/docs/rest-management/customer-segmentation/segments) diff --git a/docs/store-operations/segments/promotions-api.mdx b/docs/store-operations/segments/promotions-api.mdx index e183a1870..28519ee53 100644 --- a/docs/store-operations/segments/promotions-api.mdx +++ b/docs/store-operations/segments/promotions-api.mdx @@ -16,7 +16,7 @@ Learn more about [targeting a segment with a promotion](/docs/store-operations/c * [Customer Segmentation API Guide](/docs/store-operations/customer-segmentation/user-guide) * [Customer Segmentation API Overview](/docs/store-operations/customer-segmentation) * [Definitions and Logical Relationships](/docs/store-operations/customer-segmentation/definitions-and-relationships) -* [Promotions Advanced Editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) (Support Center) +* [Promotions standard editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) (Support Center) ### Customer Segmentation reference * [Customer Segmentation V3 API Reference Overview](/docs/rest-management/customer-segmentation/segments) diff --git a/docs/store-operations/segments/user-guide.mdx b/docs/store-operations/segments/user-guide.mdx index 96daf9bea..de15b8467 100644 --- a/docs/store-operations/segments/user-guide.mdx +++ b/docs/store-operations/segments/user-guide.mdx @@ -363,25 +363,25 @@ To discover whether a customer is already associated with a shopper profile and ## Targeting a segment with a promotion -You can use the Promotions Advanced Editor in the store control panel to target the segments you create with the Customer Segmentation API. +You can use the Promotions standard editor in the store control panel to target the segments you create with the Customer Segmentation API. -### Promotions Advanced Editor +### Promotions standard editor -To create a promotion in the store control panel, go to **Marketing > Promotions > Create > With Advanced Editor**. For more detailed information on creating a promotion, visit the [Advanced Editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) article in our Support Center. +To create a promotion in the store control panel, go to **Marketing > Promotions > Create > With standard editor**. For more detailed information on creating a promotion, visit the [standard editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) article in our Support Center. -![Promotions Advanced Editor.png](https://storage.googleapis.com/bigcommerce-production-dev-center/images/Customer_Segmentation/Beta%20Docs%20Phasea1/Promotions_Create.png) +![Promotions standard editor.png](https://storage.googleapis.com/bigcommerce-production-dev-center/images/Promotions_Create.png) When you set up targeting rules for a promotion, the **Customer Segment** field is available as an option. ![targeting.png](https://storage.googleapis.com/bigcommerce-production-dev-center/images/Customer_Segmentation/Beta%20Docs%20Phasea1/targeting.png) -The Advanced Editor supports both inclusion and exclusion targeting rules, such as the following: +The standard editor supports both inclusion and exclusion targeting rules, such as the following: * Using the *is* conditional, a promotion can target segments of shoppers who are in **segment A** *and/or* **segment B**. - Using the *is not* conditional, a promotion can target segments of shoppers who are in *neither* **segment A** *nor* **segment B**. -To learn more about promotion targeting rules, visit the [Advanced Editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) article in our Support Center. +To learn more about promotion targeting rules, visit the [standard editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) article in our Support Center. ## Resources @@ -390,7 +390,7 @@ To learn more about promotion targeting rules, visit the [Advanced Editor](https * [Customer Segmentation API Overview](/docs/store-operations/customer-segmentation) * [Definitions and Logical Relationships](/docs/store-operations/customer-segmentation/definitions-and-relationships) * [Promotions API](/docs/store-operations/customer-segmentation/promotions-api) -* [Promotions Advanced Editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) (Support Center) +* [Promotions standard editor](https://support.bigcommerce.com/s/article/Advanced-Promotions#creating) (Support Center) ### Customer Segmentation reference * [Customer Segmentation V3 API Reference Overview](/docs/rest-management/customer-segmentation/segments)