Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Duplicate Table of Contents in /connections/spec/mobile #5577

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 15 additions & 33 deletions src/connections/spec/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,21 @@ These events pair nicely with Segment's [ecommerce spec](/docs/connections/spec/

The Segment Native Mobile Spec includes the following semantic events:

**Application Lifecycle Events**
- [Overview of events](#overview-of-events)
- [Lifecycle events](#lifecycle-events)
- [Application Installed](#application-installed)
- [Application Opened](#application-opened)
- [Application Backgrounded](#application-backgrounded)
- [Application Updated](#application-updated)
- [Application Uninstalled](#application-uninstalled)
- [Application Crashed](#application-crashed)
- [Campaign events](#campaign-events)
- [Install Attributed](#install-attributed)
- [Push Notification Received](#push-notification-received)
- [Push Notification Tapped](#push-notification-tapped)
- [Push Notification Bounced](#push-notification-bounced)
- [Deep Link Opened](#deep-link-opened)
- [Deep Link Clicked](#deep-link-clicked)

**Campaign Events**
- [Overview of events](#overview-of-events)
- [Lifecycle events](#lifecycle-events)
- [Application Installed](#application-installed)
- [Application Opened](#application-opened)
- [Application Backgrounded](#application-backgrounded)
- [Application Updated](#application-updated)
- [Application Uninstalled](#application-uninstalled)
- [Application Crashed](#application-crashed)
- [Campaign events](#campaign-events)
- [Install Attributed](#install-attributed)
- [Push Notification Received](#push-notification-received)
- [Push Notification Tapped](#push-notification-tapped)
- [Push Notification Bounced](#push-notification-bounced)
- [Deep Link Opened](#deep-link-opened)
- [Deep Link Clicked](#deep-link-clicked)
[**Application Lifecycle Events**](#lifecycle-events)
- [Application Installed](#application-installed)
- [Application Opened](#application-opened)
- [Application Backgrounded](#application-backgrounded)
- [Application Updated](#application-updated)
- [Application Uninstalled](#application-uninstalled)
- [Application Crashed](#application-crashed)

[**Campaign Events**](#campaign-events)
- [Install Attributed](#install-attributed)
- [Push Notification Received](#push-notification-received)
- [Push Notification Tapped](#push-notification-tapped)
- [Push Notification Bounced](#push-notification-bounced)
- [Deep Link Opened](#deep-link-opened)
- [Deep Link Clicked](#deep-link-clicked)


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.
Expand Down