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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/elastic-path/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,9 @@ The following payload contains the properties for the following events:
70
70
|`event`| Event name e.g. `Checkout Started`, `Order Completed` etc. |
71
71
|`properties`| This will hold information about the order |
72
72
|`properties.order_id`| Elastic Path Order ID |
73
-
|`properties.value`| Revenue ($) with discounts and coupons added in. For better flexibility and total control over tracking, we let you decide how to calculate how coupons and discounts are applied |
73
+
|`properties.value`| Revenue ($) with discounts and coupons added in. For better flexibility and total control over tracking, we let you decide how to calculate how coupons and discounts are applied. Usually this is required for `Checkout Started` event |
74
+
|`properties.total`| Revenue ($) with discounts and coupons added in. For better flexibility and total control over tracking, we let you decide how to calculate how coupons and discounts are applied. Usually this is required for all the events apart from `Checkout Started` event |
75
+
|`properties.revenue`| Revenue ($) associated with the transaction (excluding shipping and tax). Usually this is required for all the events apart from `Checkout Started` event |
74
76
|`properties.tax`| Total tax associated with the transaction |
75
77
|`properties.discount`| Total discount associated with the transaction |
76
78
|`properties.shipping`| Shipping cost associated with the transaction |
0 commit comments