@@ -20,39 +20,21 @@ These events pair nicely with Segment's [ecommerce spec](/docs/connections/spec/
20
20
21
21
The Segment Native Mobile Spec includes the following semantic events:
22
22
23
- ** Application Lifecycle Events**
24
- - [ Overview of events] ( #overview-of-events )
25
- - [ Lifecycle events] ( #lifecycle-events )
26
- - [ Application Installed] ( #application-installed )
27
- - [ Application Opened] ( #application-opened )
28
- - [ Application Backgrounded] ( #application-backgrounded )
29
- - [ Application Updated] ( #application-updated )
30
- - [ Application Uninstalled] ( #application-uninstalled )
31
- - [ Application Crashed] ( #application-crashed )
32
- - [ Campaign events] ( #campaign-events )
33
- - [ Install Attributed] ( #install-attributed )
34
- - [ Push Notification Received] ( #push-notification-received )
35
- - [ Push Notification Tapped] ( #push-notification-tapped )
36
- - [ Push Notification Bounced] ( #push-notification-bounced )
37
- - [ Deep Link Opened] ( #deep-link-opened )
38
- - [ Deep Link Clicked] ( #deep-link-clicked )
39
-
40
- ** Campaign Events**
41
- - [ Overview of events] ( #overview-of-events )
42
- - [ Lifecycle events] ( #lifecycle-events )
43
- - [ Application Installed] ( #application-installed )
44
- - [ Application Opened] ( #application-opened )
45
- - [ Application Backgrounded] ( #application-backgrounded )
46
- - [ Application Updated] ( #application-updated )
47
- - [ Application Uninstalled] ( #application-uninstalled )
48
- - [ Application Crashed] ( #application-crashed )
49
- - [ Campaign events] ( #campaign-events )
50
- - [ Install Attributed] ( #install-attributed )
51
- - [ Push Notification Received] ( #push-notification-received )
52
- - [ Push Notification Tapped] ( #push-notification-tapped )
53
- - [ Push Notification Bounced] ( #push-notification-bounced )
54
- - [ Deep Link Opened] ( #deep-link-opened )
55
- - [ Deep Link Clicked] ( #deep-link-clicked )
23
+ [ ** Application Lifecycle Events** ] ( #lifecycle-events )
24
+ - [ Application Installed] ( #application-installed )
25
+ - [ Application Opened] ( #application-opened )
26
+ - [ Application Backgrounded] ( #application-backgrounded )
27
+ - [ Application Updated] ( #application-updated )
28
+ - [ Application Uninstalled] ( #application-uninstalled )
29
+ - [ Application Crashed] ( #application-crashed )
30
+
31
+ [ ** Campaign Events** ] ( #campaign-events )
32
+ - [ Install Attributed] ( #install-attributed )
33
+ - [ Push Notification Received] ( #push-notification-received )
34
+ - [ Push Notification Tapped] ( #push-notification-tapped )
35
+ - [ Push Notification Bounced] ( #push-notification-bounced )
36
+ - [ Deep Link Opened] ( #deep-link-opened )
37
+ - [ Deep Link Clicked] ( #deep-link-clicked )
56
38
57
39
58
40
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.
0 commit comments