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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ Initially, the Log Event Action was reporting purchases to Amplitude for all eve
41
41
42
42
To resolve this, purchase reporting takes place in a new Action called Log Purchase.
43
43
44
-
For instances created prior to before the Log Purchases action was released, you need to manually add the Log Purchases Action to report purchases to Amplitude.
44
+
For instances created prior to before the Log Purchases action was released, you need to manually add the Log Purchases Action to report purchases to Amplitude.
45
45
46
-
To manually add the Log Purchases Action:
46
+
To manually add the Log Purchases Action:
47
47
1. Add a new Mapping for the Log Purchases Action. The default trigger for this action is Order Completed events.
48
48
2. Modify the Trigger if you need to report purchases for any other events.
49
-
3. Modify the Trigger of Log Event to exclude these same events. This helps you to avoid sending the same event twice.
50
-
4. Enable the Log Purchases mapping.
49
+
3. Modify the Trigger of Log Event to exclude these same events. This helps you to avoid sending the same event twice.
50
+
4. Enable the Log Purchases mapping.
51
51
52
52
### Connection Modes for Amplitude (Actions) destination
53
53
@@ -65,8 +65,9 @@ By default, Segment maps the Segment property `context.device.id` to the Amplitu
65
65
66
66
### Enable session tracking for Analytics.js 2.0
67
67
68
-
The session tracking is automatically enabled on JavaScript sources.
The session ID Segment passes to Amplitude stores locally in a key-value pair. View the value associated with the `analytics_session_id`key to access the session ID.
70
71
71
72
### Enable Amplitude session tracking for Swift
72
73
@@ -93,7 +94,7 @@ To enable session tracking in Amplitude when using the [Segment Kotlin library](
93
94
94
95
To enable session tracking in Amplitude when using the [Segment iOS library](https://github.com/segmentio/analytics-ios):
95
96
1. Add the [Amplitude Session middleware](https://github.com/segment-integrations/analytics-ios-integration-amplitude/blob/amplitude-session/Pod/Classes/SEGAmplitudeSession.m) to your project.
96
-
2. Add the middleware & enable `trackApplicationLifecycleEvents` in your configuration
97
+
2. Add the middleware & enable `trackApplicationLifecycleEvents` in your configuration:
0 commit comments