Building a Push Subscriber List With OneSignal and Voluum
Building your own list of users that have opted in for push subscriptions is a good strategy for promoting your products using this type of ad in the future. OneSignal provides a relatively easy solution to implement a push notification consent pop-up on your landing page.
The following guide is valid for:
Voluum users whose sole purpose is to gather push subscribers.
Voluum users who want to gather push subscribers as a side activity when running a standard campaign.
For the latter ones, the only important paragraphs will be about a landing page setup and OneSignal configuration.
Table of Contents
How Does It Work?
The idea behind this setup is rather simple. Push subscribers are people that have consented to display push notifications. You design a web page that displays a question about enabling notifications and, provided they agree, your landing page domain is saved in their web browser's settings. OneSignal provides you with all the necessary tools to configure and manage push notifications on your landing page. Once you gather a substantial database of users, you can send them various marketing messages without any cost.
The landing page you use to display a push notification consent pop-up may be designed only do get users to allow notifications or may be a page that you already use or plan to use in regular affiliate campaigns.
Note
Voluum Info: Please keep in mind that notifications are not allowed on iOs, which leaves us with desktop and Android traffic only.
Before You Start
The following things are needed in order to complete the setup:
An active Voluum account.
An active OneSignal account. Free account allows for 30k subscribers per month.
A landing page where you display a push notification concent pop-up.
An offer where you will direct visitors once they agree to.
A source of traffic.
Once you have everything, you can proceed with the rest of the guide.
I. Configure OneSignal app To Display Push Notifications
The first thing you need to do is to configure the OneSignal app. In order to do so, perform the following steps:
In OneSignal, click the NEW APP/WEBSITE button.
Provide a name for the new app.
Click the CREATE button.
Select the Web Push platform type.
Click the Next button.
Select the integration type. In this guide, we've selected the Typical Site integration, which works in most cases. If you have a landing page set using a popular landing page builders or you wish to have more control over the whole setup, you can go for other types.
Provide the name of your landing page.
Provide your landing page's URL.
Upload or provide a URL address to a notification icon.
Click the ADD A PROMPT button.
Select the prompt type.
Enable prompt customization.
Provide a message for your prompt.
Click the SAVE button.
Click the SAVE button again.
Download the SDK files to your hard drive.
Copy the code to any text editing tool.
Click the Finish button.
The OneSignal App has been set up.
II. Set Up Your Landing Page
The second thing you need to do is to implement a OneSignal code and upload the SDK files to your landing page's root folder.
Implementing the code: Paste the code that you have copied from OneSignal and paste into the
<HEAD>
section of your landing page's HTML. Your landing page should look like this:<HEAD> . . <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script> <script> var OneSignal = window.OneSignal || []; OneSignal.push(function() { OneSignal.init({ appId: "73918721-d062-491f-8213-dbe67088ab4d", }); }); </script> . . </HEAD>
Uploading the SDK files: The details may differ depending on your hosting, however, this is how generally it should look/
Unpack the downloaded file.
Go to your landing page's file editor.
Upload the 3 files to your landing page's root folder. It should look like this:
III. Configure tracking
The remaining part is to set up tracking in a standard way:
Add your landing page to Voluum. If you want to learn more about creating a landing page, read the Add a Lander Element article. Remember to add a click URL to your landing page as well. Read the Adding Click URLs to a Lander article to learn how to do that.
Add an offer to Voluum. Read the Add an Offer to Voluum article to learn more.
Add a traffic source. Read the Traffic Sources article to learn more.
Create a campaign. Read the Campaigns article to learn more.
Submit a campaign URL to your traffic source as a destination URL.
Once your visitors will enable push notifications, you will see them in OneSignal.
IV. Final Notes
Test the setup yourself using the web browser's incognito mode to make sure everything works correctly.
Wait until you gather a lot subscribers before you start running them offers.