Skip to content

Commit feb42e8

Browse files
Merge pull request #5577 from joshpaulchan/patch-1
Fix Duplicate Table of Contents in `/connections/spec/mobile`
2 parents 2689d2b + 7053394 commit feb42e8

File tree

1 file changed

+15
-33
lines changed

1 file changed

+15
-33
lines changed

src/connections/spec/mobile.md

Lines changed: 15 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,21 @@ These events pair nicely with Segment's [ecommerce spec](/docs/connections/spec/
2020

2121
The Segment Native Mobile Spec includes the following semantic events:
2222

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)
5638

5739

5840
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

Comments
 (0)