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/_data/actions/amplitude.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ config:
168
168
- device-web
169
169
configurable: false
170
170
location:
171
-
notes: Not supported with Actions
171
+
notes: This setting supported an edge case that is not applicable to Amplitude (Actions)
172
172
- name: Secret Key
173
173
connection_mode:
174
174
- cloud
@@ -208,7 +208,7 @@ config:
208
208
- device-mobile
209
209
configurable: true
210
210
location: Actions field **Track Revenue Per Product**.
211
-
notes: Available in any subscription that uses the **Log Event** action.
211
+
notes: Available in any subscription that uses the **Log Event** action. <br /> In Amplitude (Actions), this setting elevates `revenue` to a top-level property. This allows revenue data to pass through to Amplitude's LTV reports.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-amplitude/index.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ and conversion.
18
18
> success ""
19
19
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Amplitude Segment destination. There's also a page about the [non-Actions Amplitude destination](/docs/connections/destinations/catalog/amplitude/). Both of these destinations receives data _from_ Segment. There's also the [Amplitude Engage Segment source](/docs/connections/sources/catalog/cloud-apps/amplitude-cohorts/), which sends data _to_ Segment!
20
20
21
+
## Benefits of Amplitude (Actions) vs Amplitude Classic
22
+
23
+
Amplitude (Actions) provides the following benefits over the classic Amplitude destination:
24
+
-**Fewer settings**. Data mapping for actions-based destinations happens in during configuration, which eliminates the need for most settings.
25
+
-**Clearer mapping of data**. Actions-based destinations enable you to define the mapping between the data Segment receives from your source, and the data Segment sends to the destination.
26
+
-**Support for Amplitude's HTTP API v2**. Amplitude (Actions) is built on the latest version of [Amplitude's HTTP API](https://developers.amplitude.com/docs/http-api-v2){:target="_blank"}.
27
+
-**Revenue is a top-level property**. Amplitude (Actions) elevates `revenue` to a top-level property in requests sent to Amplitude. This enables inclusion of this data in Amplitude features like customer LTV reports.
28
+
21
29
## Getting started
22
30
23
31
1. Before you start, go to your [Amplitude workspace](https://analytics.amplitude.com){:target="_blank"}. Click **Settings** in the bottom left, then click **Projects** in the left menu. Select your **Project**. Copy the Amplitude API Key and Secret Key for the project.
@@ -264,7 +272,13 @@ To use Amplitude's groups with Segment, you must enable the following Action set
264
272
265
273
## Migration from Amplitude Classic
266
274
267
-
Configuration of the Amplitude (Actions) destination is done through Filters and Actions. Consult the table below for information about configuring your Amplitude (Actions) destination similarly to your classic Amplitude destination.
275
+
Keep the following in mind if you plan to move to Amplitude (Actions) from a classic Amplitude destination.
276
+
277
+
### Amplitude (Actions) uses Amplitude's HTTP API v2
278
+
279
+
If you used Amplitude Classic in cloud-mode, you'll notice different responses from Amplitude to calls you make with the destination. Classic Amplitude was built on Amplitude's now-deprecated HTTP API v1.
280
+
281
+
You configure the Amplitude (Actions) destination through Filters and Actions. Consult the table below for information about configuring your Amplitude (Actions) destination similarly to your classic Amplitude destination.
268
282
269
283
> info ""
270
284
> Contact Segment support if you find features missing from the Amplitude (Actions) destination that were available in the classic Amplitude destination.
0 commit comments