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/destinations/catalog/actions-amplitude/index.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,30 +178,32 @@ Amplitude’s `batch` endpoint throttles data when the rate of events sharing th
178
178
179
179
In the default configuration, this mapping is triggered when Segment sends an Identify call to Amplitude (Actions).
180
180
181
-
Set the user ID for a specific device ID or update user propertieswithout sending an event to Amplitude.
181
+
This Action sets the user ID for a specific device ID, or updates the user properties. You can use this when you want to update user information without sending an Event to Amplitude.
182
182
183
183
184
184
## Map User
185
185
186
186
In the default configuration, this mapping is triggered when Segment sends an Alias call to Amplitude (Actions).
187
187
188
-
Merge two users together that would otherwise have different User IDs tracked in Amplitude.
188
+
This Action merges two users together that would otherwise have different User IDs tracked in Amplitude. You can use this when you want to merge the users without sending an Event to Amplitude.
189
189
190
190
191
191
## Group Identify User
192
192
193
193
In the default configuration, this mapping is triggered when Segment sends a Group call to Amplitude (Actions).
194
194
195
-
Set or update properties of particular groups. These Group updates only affect events that occur after you set up the Amplitude mapping. You cannot use this to group historical data.
195
+
This Action sets or updates the properties of specific groups. You can use this when you want to update a group's information without sending an Event to Amplitude.
196
196
197
-
> tip ""
197
+
These Group updates only affect events that occur after you set up the Amplitude mapping. You cannot use this to group historical data.
198
+
199
+
> success ""
198
200
> If you are on a Business Tier Segment plan, you can use [Replay](/docs/guides/what-is-replay/) to run historical data through the Amplitude (Actions) destination to apply the grouping.
199
201
200
202
201
203
202
204
## Important differences from the classic Amplitude destination
203
205
204
-
Following user fields are captured by the classic Amplitude destination in device-mode (meaning when it runs on the user’s device), but are not captured by Amplitude (Actions):
206
+
The following user fields are captured by the classic Amplitude destination in device-mode (when it runs on the user’s device), but are not captured by Amplitude (Actions):
205
207
206
208
- Device Type (for example, Mac, PC, mobile device)
0 commit comments