Skip to content

Commit 333a6ce

Browse files
authored
Minor cleanup
1 parent 88960ac commit 333a6ce

File tree

1 file changed

+30
-30
lines changed
  • src/connections/sources/catalog/cloud-apps/cx-studio

1 file changed

+30
-30
lines changed

src/connections/sources/catalog/cloud-apps/cx-studio/index.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ beta: true
55
hidden: true
66
---
77

8-
[Elastic Path CX Studio](https://www.elasticpath.com/products/cx-studio?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} enables brands to build and deploy hosted storefronts and shoppable landing pages with dynamic personalization powered by your Segment data. All in a no-code visual editor.
8+
[Elastic Path CX Studio](https://www.elasticpath.com/products/cx-studio?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} enables brands to build and deploy hosted storefronts and shoppable landing pages with dynamic personalization powered by your Segment data, all in a no-code visual editor.
99

10-
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources){:target="_blank"} which can not only export data into your Segment warehouse, but can also federate the exported data into your other enabled Segment Destinations.
10+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources){:target="_blank"} that can not only export data into your Segment warehouse but also federate the exported data into your other enabled Segment Destinations.
1111

12-
This source is maintained by Elastic Path. For any issues with the source, contact the [Elastic Path Support team](https://support.elasticpath.com/hc/en-us){:target="_blank"}.
12+
Elastic Path maintains this source. For any issues with the source, contact the [Elastic Path Support team](https://support.elasticpath.com/hc/en-us){:target="_blank"}.
1313

1414
> info ""
15-
> The Elastic Path CX Studio Source is currently in beta, which means that they are still actively developing the source. If you are interested in joining their beta program or have any feedback to help improve the Elastic Path CX Studio Source and its documentation, [let the Elastic Path team know](https://support.elasticpath.com/hc/en-us).
15+
> The Elastic Path CX Studio Source is currently in beta, which means that they are still actively developing the source. If you are interested in joining their beta program or have any feedback to help improve the Elastic Path CX Studio Source and its documentation, [let the Elastic Path team know](https://support.elasticpath.com/hc/en-us){:target="_blank"}.
1616
1717
## Getting started
1818

@@ -22,17 +22,17 @@ This source is maintained by Elastic Path. For any issues with the source, conta
2222
- The name identifies this source within your workspace, and typically reflects the name of the application. The name can be anything, but Segment recommends that you use something that reflects the source itself and distinguishes amongst your environments (for example, `ElasticPath_Prod`, `ElasticPath_Staging`, or `ElasticPath_Dev`).
2323
4. Click **Add Source** to save your settings.
2424
5. Copy the Write key from the Segment UI and [log in to the Elastic Path CX Studio](https://app.unstack.com/login){:target="_blank"}.
25-
6. Navigate to Settings > Integrations > Select Segment integration, and input the Segment write key.
25+
6. Navigate to **Settings > Integrations > Select Segment integration**, and input the Segment write key.
2626

2727
## Stream
2828

29-
Elastic Path CX Studio uses our stream Source component to send Segment event data. It uses a client-side (select from `track`, `identify`, `page`, `group`) method(s) to send data to Segment. These events are then available in any destination that accepts client-side events, and available in a schema in your data warehouse, so you can query using SQL.
29+
Elastic Path CX Studio uses the stream Source component to send Segment event data. It uses a client-side (select from `track`, `identify`, `page`, `group`) method(s) to send data to Segment. These events are then available in any destination that accepts client-side events, and available in a schema in your data warehouse, so you can query using SQL.
3030

31-
The default behavior is for Elastic Path CX Studio to pass the `anonymousId` if user is not logged in or pass `userId` if user is logged in. `anonymousId` is nothing but session id generated by Elastic Path CX Studio.
31+
The default behavior is for Elastic Path CX Studio to pass the `anonymousId` if user is not logged in or pass `userId` if user is logged in, where `anonymousId` is a session ID generated by Elastic Path CX Studio.
3232

3333
## Events
3434

35-
The table below lists events that Elastic Path CX Studio sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations.
35+
The following table lists events that Elastic Path CX Studio sends to Segment. These events appear as tables in your warehouse and as regular events in other destinations.
3636

3737
| Event Name | Description |
3838
| ------------------------- | ------------------------------------------------------------ |
@@ -52,18 +52,18 @@ The property name tables below of the different events list the properties inclu
5252

5353
### Browsing events
5454

55-
#### Products Searched
55+
#### Products searched
5656

5757
| Property Name | Description |
5858
| ------------- | --------------------------------------------------- |
59-
| `query` | Query the user searched with e.g. shirt, jeans etc. |
59+
| `query` | Query the user searched with, for example, shirt, jeans, and so on. |
6060

61-
#### Product List Viewed
61+
#### Product list viewed
6262

6363
| Property Name | Description |
6464
| ----------------------- | ----------------------------------------------------- |
6565
| `category` | Product category being viewed. |
66-
| `list_id` | Product list being viewed e.g. search. |
66+
| `list_id` | Product list being viewed, like search. |
6767
| `products` | Products displayed in the product list. |
6868
| `products.$.brand` | Brand associated with the product. |
6969
| `products.$.currency` | Currency in which product price is shown to customer. |
@@ -73,12 +73,12 @@ The property name tables below of the different events list the properties inclu
7373
| `products.$.product_id` | Product ID. |
7474
| `products.$.quantity` | Quantity of a product. |
7575

76-
#### Product List Filtered
76+
#### Product list filtered
7777

7878
| Property Name | Description |
7979
| ----------------------- | ----------------------------------------------------- |
8080
| `category` | Product category being viewed. |
81-
| `list_id` | Product list being viewed e.g. search. |
81+
| `list_id` | Product list being viewed, like search. |
8282
| `products` | Products displayed in the product list. |
8383
| `products.$.brand` | Brand associated with the product. |
8484
| `products.$.currency` | Currency in which product price is shown to customer. |
@@ -88,21 +88,21 @@ The property name tables below of the different events list the properties inclu
8888
| `products.$.product_id` | Product ID. |
8989
| `products.$.quantity` | Quantity of a product. |
9090

91-
### Core Ordering events
91+
### Core ordering events
9292

93-
#### Product Viewed
93+
#### Product viewed
9494

9595
| Property Name | Description |
9696
| ------------- | ----------------------------------------------------- |
9797
| `brand` | Brand associated with the product. |
9898
| `currency` | Currency in which product price is shown to customer. |
99-
| `image_url` | Image url of the product. |
99+
| `image_url` | Image URL of the product. |
100100
| `name` | Name of the product being viewed. |
101101
| `price` | Price of the product being viewed. |
102102
| `product_id` | Product ID. |
103103
| `quantity` | Quantity of a product. |
104104

105-
#### Product Added
105+
#### Product added
106106

107107
| Property Name | Description |
108108
| ------------- | ----------------------------------------------------- |
@@ -114,7 +114,7 @@ The property name tables below of the different events list the properties inclu
114114
| `product_id` | Product ID. |
115115
| `quantity` | Quantity of a product. |
116116

117-
#### Product Removed
117+
#### Product removed
118118

119119
| Property Name | Description |
120120
| ------------- | ----------------------------------------------------- |
@@ -126,7 +126,7 @@ The property name tables below of the different events list the properties inclu
126126
| `product_id` | Product ID. |
127127
| `quantity` | Quantity of a product. |
128128

129-
#### Checkout Started
129+
#### Checkout started
130130

131131
| Property Name | Description |
132132
| ----------------------- | ----------------------------------------------------- |
@@ -143,14 +143,14 @@ The property name tables below of the different events list the properties inclu
143143
| `products.$.quantity` | Quantity of a product. |
144144
| `products.$.sku` | Sku of the product being viewed |
145145

146-
#### Checkout Step Viewed
146+
#### Checkout step viewed
147147

148148
| Property Name | Description |
149149
| --------------- | -------------------------------------------------- |
150150
| `checkout_id` | Checkout transaction ID |
151151
| `checkout_step` | Number representing a step in the checkout process |
152152

153-
#### Checkout Step Completed
153+
#### Checkout step completed
154154

155155
| Property Name | Description |
156156
| --------------- | -------------------------------------------------- |
@@ -161,22 +161,22 @@ Note: CX Studio uses properties of these events from the [eCommerce Spec](/docs/
161161

162162
## Identification
163163

164-
Elastic Path CX Studio automatically identifies users in Segment at certain points in their Elastic Path CX Studio session, to optimally connect your data across sessions and connections to other platforms (e.g. Commerce Cloud).
164+
Elastic Path CX Studio automatically identifies users in Segment at certain points in their Elastic Path CX Studio session, to optimally connect your data across sessions and connections to other platforms (for example, Commerce Cloud).
165165

166-
### Session Initialization
166+
### Session initialization
167167

168-
Elastic Path CX Studio initializes your Segment unify stream with an anonymous id that corresponds to the Elastic Path CX Studio session id. This enables simple continuity of event streams. This session id is further passed to Commerce Cloud, and used to identify backend events with the same anonymous id, for simple unification of all events in Segment.
168+
Elastic Path CX Studio initializes your Segment unify stream with an anonymous ID that corresponds to the Elastic Path CX Studio session id. This enables simple continuity of event streams. This session ID is further passed to Commerce Cloud and used to identify backend events with the same anonymous ID, for simple unification of all events in Segment.
169169

170-
### User Identification
170+
### User identification
171171

172172
When a user has filled a form with an email address, that email is used to identify the user in a more permanent way. Specifically, forms with an email address may include any contact form or a checkout form. Checkout forms will identify the user even if abandoned after successfully completing the email field. This allows later retargeting of abandoned sessions.
173173

174-
When a user has registered an account in Elastic Path CX Studio and Commerce Cloud, the user is further identified in Segment with their Commerce Cloud user id. This provides an additional connection point
174+
When a user has registered an account in Elastic Path CX Studio and Commerce Cloud, the user is further identified in Segment with their Commerce Cloud user ID. This provides an additional connection point.
175175

176-
### The Role of Identification in Personalization
176+
### The role of identification in personalization
177177

178-
Elastic Path CX Studio's Segment-unify personalization tooling is dependent on identity persistence. When a user revisits a session that has previously been identified, profile data can be retrieved from Segment including any augmented audience and trait data, which are referenceable within Elastic Path CX Studio for personalization. Please refer to the Elastic Path CX Studio Personalization recipe for more information.
178+
Elastic Path CX Studio's Segment-unify personalization tooling is dependent on identity persistence. When a user revisits a session that has previously been identified, profile data can be retrieved from Segment including any augmented audience and trait data, which are referenceable within Elastic Path CX Studio for personalization. Refer to the Elastic Path CX Studio Personalization recipe for more information.
179179

180180
## Add destinations
181181

182-
After you configure your source, you can connect it with destinations. Log in to your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the Event Delivery tool, and refer to the destination docs for each tool for troubleshooting. If there are any issues with how the events arrive to Segment, contact the [Elastic Path Support team](https://support.elasticpath.com/hc/en-us){:target="_blank"}.
182+
After you configure your source, you can connect it with destinations. Log in to your downstream tools and check to see that your events appear as expected and that they contain all of the properties you expect. If your events and properties don’t appear, check the Event Delivery tool, and refer to the destination docs for each tool for troubleshooting. If there are any issues with how the events arrive to Segment, contact the [Elastic Path Support team](https://support.elasticpath.com/hc/en-us){:target="_blank"}.

0 commit comments

Comments
 (0)