Subscribers release notes
Subscribers release notes
subscribers.com

Limit RSS Push notifications

 

New

  

Now you can limit and define how many new blogposts you want to process in your RSS Feed to Push campaign.

Earlier all your new blogposts being published in the RSS feed were being processed and being sent as a push notification, which could be a high number every day and can be intrusive to your subscribers.

But now you can define a number and we would stop processing new blogposts once the threshold is crossed.

Simple create a new RSS to Push campaign or edit an existing one and enter the number of maximum pushes you'd like to process for that RSS feed.

Screenshot 2024-11-22 at 3.50.51 PM.png

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Event Triggered Notifications

 

New

  

Now you can send an individual personalized notification to your subscribers whenever they perform an event of your site. This would increase CTR and chances of getting your visitors back to your site.

What is an Event

An event is any action on your website performed by your visitors which can be tracked. There can be hundreds of events on your site based on your business and use cases.

For an e-commerce platform Product Viewed, Added to Cart, Checkout Started, Checkout Completed can be considered as events, while for a video sharing platform Video Loaded, Video Viewed, Video Paused can be considered as events.

For a better engagement with your visitors you need to engage them contextually, so that the visitor doesn't feel bombarded with irrelevant information. That's where the event triggered push notifications come in.

How to define and track an Event

Your subscribers dashboard now contains an Event Management screen under settings section. There you can define the events you are going to use to trigger a notification.

Screenshot 2024-10-15 at 2.09.23 PM.png

Once you add an event, you would notice a small code snippet against the event, that's what you need to fire when the customer performs that event on your site.

There are multiple ways to add the snippet, if you already have a GTM DataLayer tracking for events, you can simply create new trigger and tags to fire subscriber's events. Or your developer would be able to add is fairly easily and quickly. (Even we might be able to help you, if required)

You can deactivate an event if there is a need, and subscribers would stop processing that event.

Within an event there are event attributes which are used to further personalize your notification content. You can send visitor specific information in these event attributes.

subscribersApp.trackEvent('added_to_cart',{
  "id": "123456",
  "name": "White linen shirt - XL",
  "price": "199.96",
  "url": "https://www.yoursite.com/products/123456"
})

How to create the triggered notification

Now that you are up and running with your event tracking, it's time to use the event to trigger a notification.

In your dashboard click on New notification and select Event Triggered notification type. You would see a simple form where you need to name your campaign, select the event you want to use to trigger this campaign and fill in the title, message, target URL, image etc. and start the campaign. Within Title, description and URL field you can use any of the defined attributes.

Screenshot 2024-10-15 at 2.24.32 PM.png

That's all. Now whenever a subscriber on your site performs the event, they would receive this notification.

Screenshot 2024-10-15 at 2.27.04 PM.png

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Control the fallback behaviour when Native Prompt is discouraged

 

New

  

A few browsers like Safari, Firefox discourage using the Native prompt on page load. These browsers only allow the Native prompt to appear when it is initiated by a user action on the site, such as Click.

But if you have still set Native as your primary prompt, we used to show Bell As your default fallback prompt.

Now you can choose whether you want to show Bell prompt or Modal prompt in these cases as a fallback.

In your prompt settings editor, you can find the settings when you choose Native as your primary prompt.

alternate prompt.gif

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Schedule email reports for your subscribers and notifications performance

 

New

  

Now you can schedule and receive CSV reports of your subscribers and push notification performance in an email, at a regular interval of your choice.

You can define when do you want to receive the reports, how many days' data you want to include in the reports and who should receive these reports and we'll send it to you on the selected interval.

The emails would contain Subscribers performance report for last X days and your notifications' performance which were sent within last X days.

In your subscribers dashboard, navigate to Settings > Schedule Reports https://app.subscribers.com/settings/schedule-report and create a schedule.

schedule report.gif

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Safari Web Push

 

New

  

Safari 16 on macOS 13 or later now supports web push — push notifications that use the cross-browser Push API, Notifications API, and Service Worker standards.

This makes sure that the user experience on the different browsers remains the same and there is no extra configuration which would now be required for Safari web pushes to work.

Prompt Example -

Screenshot 2023-04-07 at 10.35.44 AM.png

Push Notification Example -

Screenshot 2023-04-07 at 10.35.55 AM.png

Note: Safari browser does not allow the native prompt to appear on page load, the visitor can only be shown the native prompt on an action, like click. That is why we use Bell subscription prompt as fallback.

We also recommend that you use Two Step Prompts for all your browsers to make the user experience better and having an option to re-prompt the user in future if they choose to not receive notifications for now.

Reach out to our team at support@subscribers.com if you have any questions or feedback.

In Browser Push Notifications for all site visitors

 

New

  

Now you can display recent notifications to your website visitors even if they are not subscribed to your notifications.

You can set it up by enabling "Show last 3 notifications" option under the settings of Bell and Bar prompts.

Screenshot 2023-04-05 at 6.38.28 PM.png

We will automatically pull your last 3 sent notifications and display to the visitors. The notifications window would automatically be closed after 10 seconds to make sure that the visitors experience is not impacted.

Example using Bell prompt -

Screenshot 2023-04-05 at 5.50.16 PM.png

Example using Bar prompt -

Screenshot 2023-04-05 at 6.34.50 PM.png

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Subscription date based segment

 

New

  

Now you can create a segment based on the subscription date of your subscriber. This would enable you to target your subscribers and show specific pushes based on their identification time.

subscription-date-segment.gif

Which would result in more personalized content and notifications being served to a subscriber, thus increasing the CTR.

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Visualize older Subscribers performance data

 

New

  

Now you can view more than 30 days data in subscribers performance reports.

This would allow you to go back upto 90 days and analyze your prompt performance, your new subscribers and unsubscribe pattern.

You can see find out which days worked better for you in terms of new subscribers, and which days you got more unsubscribes. This would provide more insights to you how your notifications are impacting the existing subscribers.

To visualize this data, open Subscribers Performance report from the left sidebar, and toggle the date range option.

subs performance day range.gif

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Custom Service Worker name and path

 

New

  

For the push notifications to work on your website a service worker file need to be uploaded on your root directory. The file is named firebase-messaging-sw.js and it should be uploaded such that it's available as https://your-site.com/service-worker.js

If you are already using a service worker on your site with some other name than firebase-messaging-sw.js now you can configure that in the subscribers dashboard. Subscribers will automatically register the configured service worker rather than the default one.

And for any reason if you do not have access to the root directory of your site, you can upload the service worker to any subdirectory on your site and configure the path in the subscribers dashboard.

Subscribers will use the above two fields to find the correct service worker on your site and use that for push notifications.

custom-sw-settings.gif

For example - if you already have a service worker file named service-worker.js then you can configure the name in the site settings. We would consider the service worker on https://your-site.com/service-worker.js and if the folder where this file is available is under assets/js folder on your site, we would consider the service worker on https://your-site.com/assets/js/service-worker.js

Reach out to our team at support@subscribers.com if you have any questions or feedback.

Browser language based segment

 

New

  

Now you can create a segment based on the preferred language of your subscriber. This would enable you to target and manage your subscribers for a geographically distributed website.

Screenshot 2022-11-12 at 3.12.30 PM.png

Which would result in more personalized content and notifications being served to a subscriber, thus increasing the CTR.

Reach out to our team at support@subscribers.com if you have any questions or feedback.