Skip to content

Commit 34b6f48

Browse files
authored
Merge pull request #6624 from segmentio/ashton-huxtable-patch-6
Add section on native Amplitude events
2 parents 4915e53 + 5245fb8 commit 34b6f48

File tree

1 file changed

+3
-0
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple/destination-plugins

1 file changed

+3
-0
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/amplitude-swift.md

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ analytics.add(plugin: AmplitudeSession())
5858

5959
Your events receive session data and start flowing to Amplitude in Cloud Mode.
6060

61+
### Native Amplitude events
62+
Newer versions of the Swift Amplitude Plugin (V 1.4.1 and up) will send the native Amplitude `Session Start` and `Session End` events in addition to tracking `session_id`. These versions of the plugin also support sending native Amplitude lifecycle events in lieu of the Segment lifecycle events to Amplitude. These will appear in your Amplitude dashboard with the `[Amplitude]` prefix but will not be sent to Segment.
63+
6164
### Log Purchases in existing destination instances
6265

6366
Initially, the Log Event Action was reporting purchases to Amplitude for all events containing a `products` array, even if the products were just added to cart. This inflated the LTV Chart in Amplitude.

0 commit comments

Comments
 (0)