Skip to content

Commit d2870d8

Browse files
committed
Onboarding page cleanup
1 parent 0ee66fa commit d2870d8

File tree

1 file changed

+9
-9
lines changed
  • src/engage/campaigns/push-notifications

1 file changed

+9
-9
lines changed

src/engage/campaigns/push-notifications/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ This page walks you through the process of setting up mobile push notifications
1212

1313
You'll set up push notifications in four steps:
1414

15-
1. [Set up analytics for push notifications](#1-set-up-analytics-for-push-notifications)
16-
2. [Add the Engage SDK plugin](#2-add-the-engage-sdk-plugin)
17-
3. [Configure push credentials](#3-configure-push-credentials)
18-
4. [Configure push notifications in Engage](#4-configure-push-notifications-in-engage)
15+
1. [Set up analytics for push notifications](#1-set-up-analytics-for-push-notifications).
16+
2. [Add the Engage SDK plugin](#2-add-the-engage-sdk-plugin).
17+
3. [Configure push credentials](#3-configure-push-credentials).
18+
4. [Configure push notifications in Engage](#4-configure-push-notifications-in-engage).
1919

2020
## 1. Set up analytics for push notifications
2121

22-
Before you can send push notifications, you'll need to set up analytics to track user interactions. In this step, you'll integrate Segment's mobile SDK into your app.
22+
Before you can send push notifications, you'll need to set up analytics. In this step, you'll integrate Segment's mobile SDK into your app.
2323

2424
### Add the Segment base SDK
2525

26-
This section outlines the process for adding Segment's base SDK to your app, including the Analytics Kotlin, Analytics Swift, and React Native libraries.
26+
This section outlines the process for adding Segment's base SDK to your app, including the Analytics Kotlin, Analytics-Swift, and React Native libraries.
2727

2828
#### Kotlin
2929

@@ -64,7 +64,7 @@ Follow these steps to integrate the React Native library:
6464
3. Use yarn or npm to install `@segment/analytics-react-native`, `@segment/sovran-react-native` and `react-native-get-random-values`.
6565
4. Initialize and configure the Analytics React Native client.
6666

67-
For detailed instructions on integrating Analytics for React Native, follow the steps in the [Analytics for React Native started section](/docs/connections/sources/catalog/libraries/mobile/react-native#getting-started).
67+
For detailed instructions on integrating Analytics for React Native, follow the steps in the [Analytics for React Native getting started section](/docs/connections/sources/catalog/libraries/mobile/react-native#getting-started).
6868

6969
## 2. Add the Engage SDK Plugin
7070

@@ -93,15 +93,15 @@ In this step, you'll configure your iOS and Android push credentials for use wit
9393

9494
Follow the steps in Twilio's [How to Configure iOS Push Notifications documentation](https://www.twilio.com/docs/notify/configure-ios-push-notifications){:target="_blank"}.
9595

96-
### Configure Android push notifications
96+
### Configure Android push notifications
9797

9898
Follow the steps in Twilio's [Configuring Android Push Notifications](https://www.twilio.com/docs/notify/configure-android-push-notifications){:target="_blank"}.
9999

100100
During Step 5, [Upload your API Key to Twilio](https://www.twilio.com/docs/notify/configure-android-push-notifications#step-5-upload-your-api-key-to-twilio){:target="_blank"}, follow these steps:
101101

102102
1. In the Firebase console, click the **Cloud Messaging** tab.
103103
2. Select the three dots menu next to **Cloud Messaging API (Legacy) Disabled**, then select **Manage API in Google Cloud Console**. A new window opens.
104-
3. In the new Cloud Messaging window, select **Enable**
104+
3. In the new Cloud Messaging window, select **Enable**.
105105
4. Return to the Firebase Cloud Messaging tab and refresh the page.
106106
5. Cloud Messaging API (Legacy) is now enabled. Copy the server key; you'll need it later.
107107

0 commit comments

Comments
 (0)