You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/content/mobile-push.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ You can choose between two push notification template types:
15
15
## Build a push notification message template
16
16
17
17
> info ""
18
-
> To build a push notification template in Engage, you must first [configure Engage for push notifications](/docs/engage/campaigns/push-notifications/).
18
+
> To build push notification templates in Engage, first [configure Engage for push notifications](/docs/engage/campaigns/push-notifications/).
19
19
20
-
Follow these steps to build an push notification template:
20
+
Follow these steps to build a push notification template:
21
21
22
22
1. Navigate to **Engage > Content** and click **Create template**.
23
23
2. Select **Push**, then click **Configure**.
@@ -33,11 +33,11 @@ Follow these steps to build an push notification template:
33
33
34
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:
| 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`. |
| 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`. |
41
41
42
42
## Test your mobile push template
43
43
@@ -51,7 +51,7 @@ Follow these steps to test your push notification:
51
51
- For new templates, select **Test** once you've finished building a template.
52
52
- For existing templates, navigate to **Engage > Content > Push**, select the template you want to test, then click **Test**.
53
53
2. Choose a messaging service and add a recipient.
54
-
- You can add recipients either by either their email address or user ID.
54
+
- You can add recipients using an email address or user ID.
55
55
3. Click **Send test push**.
56
56
57
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.
0 commit comments