Skip to content

Commit

Permalink
change advanced editor to standard editor (#587)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# [KB-19327]


## What changed?
Changed advanced editor to standard editor

## Release notes draft
<!-- Provide an entry for the release notes using simple, conversational
language. Don't be too technical. Explain how the change will benefit
the merchant and link to the feature.

Examples:
* The newly-released [X feature] is now available to use. Now, you’ll be
able to [perform Y action].
* We're happy to announce [X feature], which can help you [perform Y
action].
* [X feature] helps you to create [Y response] using the [Z query
parameter]. Now, you can deliver [ex, localized shopping experiences for
your customers].
* Fixed a bug in the [X endpoint]. Now the [Y field] will appear when
you click [Z option]. -->
* 

## Anything else?
<!-- Add related PRs, salient notes, additional ticket numbers, etc. -->

ping {names}


[KB-19327]:
https://bigcommercecloud.atlassian.net/browse/KB-19327?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
bc-traciporter authored Oct 18, 2024
1 parent 02e1275 commit c17543e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/store-operations/segments/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)
2 changes: 1 addition & 1 deletion docs/store-operations/segments/promotions-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions docs/store-operations/segments/user-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit c17543e

Please sign in to comment.