Skip to content

Commit d831fac

Browse files
committed
Update terminology
1 parent 58d80dd commit d831fac

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

src/engage/campaigns/mobile-push/push-campaigns.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Push Notification Campaigns
2+
title: Mobile Push Campaigns
33
plan: engage-premier
44
---
55

@@ -9,7 +9,7 @@ Some knowledge of the Journeys product will benefit you as you read through this
99

1010
## How Engage campaigns work
1111

12-
Twilio Engage uses Journeys to campaigns. With Journeys, you add conditions and steps that trigger actions like sending an email, an SMS, or a push notification.
12+
Twilio Engage uses Journeys to campaigns. With Journeys, you add conditions and steps that trigger actions like sending an email, an SMS, or a mobile push.
1313

1414
You’ll build and then send your campaign in three stages:
1515

@@ -51,9 +51,9 @@ Your mobile push campaign is now live. Users who trigger the mobile push step’
5151
## Test your mobile push template
5252

5353
> info "Push tokens"
54-
> Push tokens are unique identifiers Segment associates with each profile. For push notifications, you'll need to configure identity resolution settings for the push tokens `ios.push_token` and `android.push_token`. Using the Profile explorer, you can find a profile's push tokens by opening a profile and then selecting the Identities tab. You can only send push notifications to profiles with push tokens enabled.
54+
> Push tokens are unique identifiers Segment associates with each profile. For mobile push, you'll need to configure identity resolution settings for the push tokens `ios.push_token` and `android.push_token`. Using the Profile explorer, you can find a profile's push tokens by opening a profile and then selecting the Identities tab. You can only send mobile pushes to profiles with push tokens enabled.
5555
56-
Follow these steps to test your push notification:
56+
Follow these steps to test your mobile push:
5757

5858
1. Choose a template to test:
5959
- For new templates, select **Test** once you've finished building a template.
@@ -62,4 +62,4 @@ Follow these steps to test your push notification:
6262
- You can add recipients using an email address or user ID.
6363
3. Click **Send test push**.
6464

65-
Segment verifies that the the profile you're sending a test to has push tokens enabled, then sends the test. If the test push notification doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.
65+
Segment verifies that the the profile you're sending a test to has push tokens enabled, then sends the test. If the test push doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.

src/engage/content/mobile-push.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ title: Mobile Push Template
33
plan: engage-premier
44
---
55

6-
Use Twilio Engage to build push notification templates to include throughout your marketing campaigns.
6+
Use Twilio Engage to build mobile push templates to include throughout your marketing campaigns.
77

8-
## Push notification template types
8+
## Mobile push template types
99

10-
You can choose between two push notification template types:
10+
You can choose between two mobile push template types:
1111

1212
- **Media**, which contains media and text content
1313
- **Text**, which contains text content
1414

15-
## Build a push notification message template
15+
## Build a mobile push message template
1616

1717
> info ""
18-
> To build push notification templates in Engage, first [configure Engage for push notifications](/docs/engage/campaigns/push-notifications/).
18+
> To build mobile push templates in Engage, first [configure Engage for mobile](/docs/engage/campaigns/mobile-push/).
1919
20-
Follow these steps to build a push notification template:
20+
Follow these steps to build a mobile push template:
2121

2222
1. Navigate to **Engage > Content** and click **Create template**.
2323
2. Select **Push**, then click **Configure**.
@@ -31,20 +31,20 @@ Follow these steps to build a push notification template:
3131

3232
### Click behaviors
3333

34-
When you build a push notification template, you can choose between three click behaviors, which determine what happens when a user taps on the mobile push:
34+
When you build a mobile push template, you can choose between three click behaviors, which determine what happens when a user taps on the mobile push:
3535

36-
| Behavior | Description |
37-
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38-
| Open app | Opens an app. You can specify a URL with or without merge tags to take the user to a specific screen with your app. If you don't enter a URL, this behavior will take the user to the app's home screen. |
39-
| Open URL | Opens the specified URL. |
40-
| Custom action | Takes any value as text input. Your app determines how to handle the value. For example, you could enter a custom action of `open_settings`, and then instruct your application to open the settings application when a user taps the notification and the notification arrives with `click behavior = open_settings`. |
36+
| Behavior | Description |
37+
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
38+
| Open app | Opens an app. You can specify a URL with or without merge tags to take the user to a specific screen with your app. If you don't enter a URL, this behavior will take the user to the app's home screen. |
39+
| Open URL | Opens the specified URL. |
40+
| Custom action | Takes any value as text input. Your app determines how to handle the value. For example, you could enter a custom action of `open_settings`, and then instruct your application to open the settings application when a user taps the push and the push arrives with `click behavior = open_settings`. |
4141

4242
## Test your mobile push template
4343

4444
> info "Push tokens"
45-
> Push tokens are unique identifiers Segment associates with each profile. For push notifications, you'll need to configure identity resolution settings for the push tokens `ios.push_token` and `android.push_token`. Using the Profile explorer, you can find a profile's push tokens by opening a profile and then selecting the Identities tab. You can only send push notifications to profiles with push tokens enabled.
45+
> Push tokens are unique identifiers Segment associates with each profile. For mobile push, you'll need to configure identity resolution settings for the push tokens `ios.push_token` and `android.push_token`. Using the Profile explorer, you can find a profile's push tokens by opening a profile and then selecting the Identities tab. You can only send mobile pushes to profiles with push tokens enabled.
4646
47-
Follow these steps to test your push notification:
47+
Follow these steps to test your mobile push:
4848

4949

5050
1. Choose a template to test:
@@ -54,19 +54,19 @@ Follow these steps to test your push notification:
5454
- You can add recipients using an email address or user ID.
5555
3. Click **Send test push**.
5656

57-
Segment verifies that the the profile you're sending a test to has push tokens enabled, then sends the test. If the test push notification doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.
57+
Segment verifies that the the profile you're sending a test to has push tokens enabled, then sends the test. If the test mobile push doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.
5858

5959
## Personalize with merge tags
6060

6161
Personalize mobile push content in Engage using profile traits as merge tags in your messages.
6262

63-
To personalize a push notification, click **Add merge tags** in the template builder and select the profile traits to include in your message.
63+
To personalize a mobile push, click **Add merge tags** in the template builder and select the profile traits to include in your message.
6464

65-
Engage inserts the selected traits inside merge tags based on cursor placement in the message. This allows you to personalize each push notification you send to recipients. You can also use [liquid templating](https://liquidjs.com/tags/if.html){:target="blank"} to create dynamic content in the template editor.
65+
Engage inserts the selected traits inside merge tags based on cursor placement in the message. This allows you to personalize each mobile push you send to recipients. You can also use [liquid templating](https://liquidjs.com/tags/if.html){:target="blank"} to create dynamic content in the template editor.
6666

6767
> info ""
6868
> To learn more about profile traits, visit Segment's [Computed Traits](/docs/engage/audiences/computed-traits/) and [SQL Traits](/docs/engage/audiences/sql-traits/) documentation.
6969
7070
## Next steps
7171

72-
Now that you've built a mobile push template, you're ready to begin [sending mobile push campaigns](/docs/engage/campaigns/push-notifications/push-campaigns/).
72+
Now that you've built a mobile push template, you're ready to begin [sending mobile push campaigns](/docs/engage/campaigns/mobile-push/push-campaigns/).

0 commit comments

Comments
 (0)