Skip to content

Commit 69b5129

Browse files
authored
Update mobile.md
1 parent cb4b119 commit 69b5129

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/connections/spec/mobile.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ The Segment Native Mobile Spec includes the following semantic events:
3737
- [Deep Link Opened](#deep-link-opened)
3838
- [Deep Link Clicked](#deep-link-clicked)
3939

40-
4140
Segment recommends using the above event names if you're going to be integrating the events yourself. This will ensure that they can be mapped effectively in downstream tools.
4241

4342
## Lifecycle events
4443

45-
Mobile applications live within a fairly bounded lifecycle. In order to understand and communicate effectively with your users, it's crucial to instrument the core flows associated with installing and opening your app. The following events, allow you to get a picture of top-line metrics such as DAUs, MAUs, and Screen Views per session. Automatic tracking of lifecycle events is completely optional - you can learn how to enable and disable them in Segment's docs for each library below:
44+
Mobile applications live within a fairly bounded lifecycle. To understand and communicate effectively with your users, it's crucial to instrument the core flows associated with installing and opening your app. The following events allow you to get a picture of top-line metrics such as DAUs, MAUs, and Screen Views per session. Automatic lifecycle event tracking is optional - you can learn how to enable and disable them in Segment's docs for each library below:
4645
- [iOS](https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/#step-2-install-the-sdk){:target="_blank"}
4746
- [Swift](https://segment.com/docs/connections/sources/catalog/libraries/mobile/apple/#getting-started){:target="_blank"}
4847
- [Android](https://segment.com/docs/connections/sources/catalog/libraries/mobile/android/quickstart/#step-3-initialize-the-client){:target="_blank"}
@@ -55,17 +54,17 @@ The following events will be tracked automatically when lifecycle events are ena
5554
- [Application Opened](#application-opened)
5655
- [Application Updated](#application-updated)
5756

58-
In Kotlin, Swift, and React Native, the following event is tracked in addition to the three above:
57+
In Kotlin, Swift, and React Native, the following additional events are tracked:
5958

6059
- [Application Backgrounded](#application-backgrounded)
6160

62-
In Swift, the following is also tracked:
61+
In Swift, the following event is also tracked:
6362

6463
- [Application Foregrounded](#application-foregrounded)
6564

6665
### Application Installed
6766

68-
This event fires when a user **first** opens your mobile application. Note, if the user never opens your app after installing, Segment will not be able to collect this event. This event doesn't wait for attribution or campaign information to be received, and is collected automatically by Segment's SDKs. Advertising providers like Facebook and Google require discrete install events to correctly attribute installs to ads served through their platform.
67+
This event fires when a user **first** opens your mobile application. Note, if the user never opens your app after installing, Segment will not collect this event. This event doesn't wait for attribution or campaign information to be received, and is collected automatically by Segment's SDKs. Advertising providers like Facebook and Google require discrete install events to correctly attribute installs to ads served through their platform.
6968

7069
{% comment %} api-example '{ "userId": "019mr8mf4r", "type": "track", "event": "Application Installed", "properties": { "version": "1.2.3", "build": "1234" }}'}}} {% endcomment %}
7170

0 commit comments

Comments
 (0)