You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add note for each event that shows an array as a property, to tell users that not all destinations accept arrays as properties. Request from CSM, to clear up common customer confusion, here: https://segment.slack.com/archives/CALA7QMJQ/p1623769073212700
Segment's e-commerce spec helps define the journey for a customer as they browse your store, click on promotions, view products, add those products to a cart, and complete a purchase.
6
6
7
-
**Note:** Not all destinations support every event listed here. Refer to individual destination docs for more information on supported events and properties.
7
+
**Note:** Not all destinations support every event listed here. Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
Fire this event when a visitor views a product list or category.
120
+
Fire this event when a visitor views a product list or category.
121
+
122
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
121
123
122
124
This event supports the following semantic properties:
123
125
@@ -240,7 +242,9 @@ analytics.track('Product List Viewed', {
240
242
241
243
### Product List Filtered
242
244
243
-
Send this event when a visitor filters a product list or category.
245
+
Send this event when a visitor filters a product list or category.
246
+
247
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
244
248
245
249
This event supports the following semantic properties:
Fire this event when a visitor views a shopping cart.
940
+
Fire this event when a visitor views a shopping cart.
941
+
942
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
937
943
938
944
This event supports the following semantic properties:
Fire this event whenever an order/transaction was started. Fire on the page that the customer lands on after they press the checkout button.
1053
+
Fire this event whenever an order/transaction was started. Fire on the page that the customer lands on after they press the checkout button.
1054
+
1055
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
1048
1056
1049
1057
Be sure to **include all items in the cart as event properties**, with the same properties from the previous calls, like so:
1050
1058
@@ -1364,7 +1372,9 @@ You can have as many or as few steps in the checkout funnel as you'd like. Note
1364
1372
1365
1373
### Order Updated
1366
1374
1367
-
Fire this event whenever an order/transaction was updated.
1375
+
Fire this event whenever an order/transaction was updated.
1376
+
1377
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
1368
1378
1369
1379
Be sure to **include all items in the cart as event properties**, with the same properties from the previous calls, like so:
1370
1380
@@ -1532,7 +1542,9 @@ The `sku` and `product_id` do not have to be different. If they are different, t
1532
1542
1533
1543
### Order Completed
1534
1544
1535
-
Fire this event whenever an order/transaction was successfully completed by the customer.
1545
+
Fire this event whenever an order/transaction was successfully completed by the customer.
1546
+
1547
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
1536
1548
1537
1549
Be sure to **include all items in the cart as event properties**, with the same properties from the previous calls, like so:
Fire this event whenever an order/transaction was cancelled.
1769
1781
1782
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
1783
+
1770
1784
Be sure to **include all items in the cart as event properties**, with the same properties from the previous calls.
1771
1785
1772
1786
This event supports the following semantic properties:
Fire this event when a customer shares a shopping cart.
2564
2578
2579
+
**Note:** Not all destinations accept arrays as properties. Refer to individual destination docs for more information on supported events and properties.
2580
+
2565
2581
This event supports the following semantic properties:
0 commit comments