Skip to content

Commit 58e922d

Browse files
authored
Merge pull request #5777 from segmentio/mobile-push-fast-follows
Add Push Notifications Advanced Settings
2 parents 9eea113 + 3e293fc commit 58e922d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/engage/content/mobile-push.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,31 @@ Follow these steps to test your mobile push:
5656

5757
Segment verifies that the profile you're sending a test to has a push token, then sends the test. If the test mobile push doesn't work as expected, confirm that the profile you're sending to has a push token.
5858

59+
## Advanced settings
60+
61+
### Badge count settings
62+
63+
Badge counts appear in the corner of an app icon on your user's device. Badge counts show the number of unread notifications. During push notification setup, you can set badge count behavior from the badge count dropdown.
64+
65+
Choose from these badge count settings:
66+
67+
- **Increase by**: for each new notification, the badge count increases by the number you enter. **Increase by** is the standard behavior for badge counts.
68+
- **Decrease by**: for each new notification, the previous badge count decreases by the number you enter. Use **Decrease by** to send notifications quietly.
69+
- **Set to**: replaces all previous sent notifications with the number you enter.
70+
71+
### Action buttons
72+
73+
Action buttons sit below a push notification and let your users take action on the push. You can use action buttons to encourage users to make a purchase, visit a website, or share content on social media, for example.
74+
75+
Follow these steps to add an action button:
76+
77+
1. Under **Advanced Settings**, click **+ Add action button**.
78+
2. Enter an action button identifier.
79+
3. Enter the action button text. This is the text the user will see on the action button.
80+
4. Choose an open action. You can choose from open app, open URL, or a custom action.
81+
82+
You can add up to three action buttons for each push notification.
83+
5984
## Personalize with merge tags
6085

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

0 commit comments

Comments
 (0)