Skip to content

Commit 8f4ef2d

Browse files
committed
hide order completed section [netlify-ignore]
1 parent 9903be5 commit 8f4ef2d

File tree

1 file changed

+4
-1
lines changed
  • src/connections/destinations/catalog/actions-amplitude

1 file changed

+4
-1
lines changed

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,16 @@ You can select these subscriptions by choosing "Quick Setup" when you first conf
101101
| Screen Calls | All **screen** calls from the connected source | Log Event | Event Type = Viewed `name`<br>for example, `Viewed Homescreen` |
102102
| Identify Calls | All **identify** calls from the connected source | Identify User | |
103103

104-
![](images/actions-amplitude-defaults)
104+
![](images/actions-amplitude-defaults.png)
105105

106106

107107

108108
## Amplitude’s Log Event Action
109109

110110
In the default configuration, the Log Event mapping is triggered when Segment sends a Track call to Amplitude (Actions).
111111

112+
{% comment %}
113+
MZ - 7/26: Niels is validating the update needed to this section based on a comment in PR 1677
112114
### Order Completed
113115

114116
Use the [Order Completed](/docs/connections/spec/ecommerce/v2/#order-completed) event to track revenue with Amplitude. This event records a list of products that a user purchased in a single transaction. This is the best way for sites that have a shopping cart system to track purchases.
@@ -155,6 +157,7 @@ analytics.track({
155157
```
156158

157159
When you send an "Order Completed" event from Segment, an "Order Completed" event appears in Amplitude for that purchase. An Amplitude event called "Product Purchased" is also created for each product in the purchase. All event properties, except `products`, are sent as `event_properties` of the Amplitude "Order Completed" event. Information about each product is present *only* on the individual "Product Purchased" events.
160+
{% endcomment %}
158161

159162
### Track Revenue Per Product
160163

0 commit comments

Comments
 (0)