Silent push
Silent push is a hidden notification that is delivered to the app on a user’s device. It does not cause any interaction with the user like a typical push. Silent notifications quietly deliver a certain set of data to the app.
This is great solution for:
- Letting apps know that new content is available,
- Letting apps know about changes in content.
Create silent push
In order to activate Silent Push message go to Communication > Mobile.
- Click create new in the upper right side of the screen,
- Choose Silent push from the list,
- Add the name and description of your notification.
Create a Silent Push in 5 steps:
- Choose Mobile notification type,
- Choose the Device type,
- Choose the Audience,
- Create the Content,
- Set up the Schedule.
Mobile notification type
In this section you can choose the type of notification you want to send. Of course, you are able to change the type of notification in every stage. Just click the change button and choose a different type of notification. In this case, you choose silent push.
Device type
In this section you can choose where the user should see your message. You can choose from:
- All types of devices,
- iOS only,
- Android only.
Audience
Use this box to describe your target. You can choose from three options:
- Everyone - Everyone who gave marketing consent will receive your message. The estimated reach takes into account the number of customers who have given marketing consent to this type of communication (this means that in the case of communication such as mobile push, the estimated reach may be higher than the number of customers who have your mobile application).
- Segment - You can send the message to one or more existing segments in the system.
- New Audience - Create new segments and specify the conditions which the target must meet.
- Advanced options - You can use these additional options for your message.
Advanced options - explanation
- Batch delivery - You can use this option to prevent sending the message to all recipients at once. When to use it? When there is a risk that sending all of messages at once will result in excessive traffic in your application/website or the target audience is so large that the messaging provider might not be able to process all messages at once.
- Enable control group - You can use this option to create a subgroup of the recipients who won’t receive any communication variant. When to use it? When you send one or several variants of a communication (A/B/x testing). When a customer is assigned to a control group, the information is available in their Profiles card as an event.
- Include audience changes - You can use this option only for scheduled communication. It recalculates the number of recipients right before sending the communication. By default, the size of the customer segment chosen for the communication is the same as in the moment of sending, even if the number of customers in the chosen segment changed between scheduling the communication and sending it. When to use it? When the size of the segments of customers selected as the audience of the communication can change dynamically.
- Ignore limits - You can use this option to send this message to a customer, even if it exceeds the global limit of this type of messages for a single customer per day (more information is available here), enable the Ignore limits toggle. You may apply it to system messages such as a transaction confirmation, notifications about order delays, and so on.
- To save your changes, click the Apply button below.
Content
- In this section you can choose the template of your message and set up A/B tests if you want to. You can also use your own push templates,
- To add your template, click the Create message button. You can create your simple push using the visual builder, code editor or a ready-made template.
- You can choose the template from the list if you already have one prepared. To do this, choose the From templates option and choose from the list,
- Groups will help you organize existing templates. For example, you can create a group of templates prepared in different languages.
When your message is ready, you can also prepare an A/B test.
- To add another version, click the plus button at the top of the content box,
- Add another template in the same way as before but add changes to make this version a little bit different,
- You can also use customer allocation and choose what percent of your customer base will get version A or B.
- After adding the content save the changes with the Apply button if the message displays correctly.
- By choosing more than one version of the A/B test, you will be able to set the size of groups to which different notifications will be sent. The control group (if you checked in the “enable a control group” option in the previous step) is already excluded from the recipient database.
- The maximum number of versions sent within one notification is 3 plus the control group. When you decide to use A/B tests and a control group in the same notification, the control group will contain 30% of all recipients, and you will have to divide the other 70% among the A/B/C groups.
Schedule
This is where you can set the start date for your notification.
-
You can choose one of three options:
- To send the notification right away after clicking the Send button on the upper right corner, use the Display immediately option.
To plan a message to be sent at a future date, use the Scheduled option. Set the start time and the time zone.
Synerise is a system that performs the best while operating on the real time data that is why the users can plan a message 10 days forward from the current date.
To select the best time of sending the message, take a look at the suggestion from the AI engine that calculates the best time (for all recipients). If time optimization is disabled, click here to learn more how to enable it and use it.
- To send the notification when a user displays a specific screen in the application, use the Trigger at option. In the field, enter the name of the tracked screen in the
screen.view
event.
-
To save the changes, click Apply.
Set up time restrictions for sending notifications
To disable sending out notifications at a specific time during the day, in the Silence Hours in the Schedule section, select one of the following options:
- Without silence hours - Notification can be processed and sent out to the recipients at any time during the day.
- Include silence hours - In the selected time, the notifications won’t be sent out to the recipients. The duration of silence hours can’t exceed 12 hours. If the sending process overlaps with silence hours, the unsent part of the notifications will be rejected. In such case, the
push.skipped
event will be generated.WARNING: If a notification is scheduled for sending just before silence hours (for example, silence hours start at 22:00 and sending is scheduled at 21:59:59), the notification may be processed, sent, and logged in the events a short time after the silence hours start.
Adding custom parameters
You can add up to 10 parameters which will be added to every event generated by this communication. Their values are the same for every event in the communication. You can use this, for example, to create a common parameter for events from different types of communication that belong to one marketing campaign.
The list below contains the events to which additional parameters are added:
push.send
,push.notSent
,push.click
,push.capping
-
To define the custom event parameters, in the Additional parameters section, click Define.
-
Click Add parameter.
-
In the Parameter field, enter the name of the parameter.
The following parameters cannot be sent:modifiedBy
,apiKey
,eventUUID
,ip
,time
,businessProfileId
,correlationId
,clientId
,uuid
-
In the Value field, enter the parameter value.
The value is always sent as a string when the event’s JSON payload is generated. The maximum length of the string is 230 characters.WARNING: Dynamic values are not supported in the Parameter and Value fields. -
If you want to add more parameters, click Add parameter, and repeat steps 3-4.
Result: the parameters will be added to all events listed above with the values you entered. This is an example event saved in the database. The custom parameterseason
is located in theparams
object:{ "action": ... ... "params": { "clientId": 1111111111, "season": "autumn", "campaignName": "Back to school", "time": 1662392318050, "title": "Have you prepared for coming back to school?", "businessProfileId": "xxx" } }
-
Confirm the settings by clicking Apply.
Save and send
- You can finish your notification later and save it as a draft,
- You can also send the notification immediately by clicking the Send button.