Using your dashboard
Using the dashboard
Your dashboard shows all your (in)active domains where you’re able to send Push Notifications from. Each domain gives you a quick glance over your total subscribers, the amount of Push Notifications you’ve sent, and the average click-through-rate of all your messages.
When you click one of your domains, you’ll come in the statistics overview of this certain domain. Here you can see the notifications sent, active subscribers, and the click-through-rate of this specific domain.
Verify your setup
You can verify if you set everything up correctly by navigating to https://yourdomain.com/. If you see a push notification opt-in request, everything is working! That’s all, your website is now ready to send push notifications!
If you do not see an opt-in request, you can check whether the code snippet and javascript file were correctly added. Navigate to https://yourdomain.com/sw.js. Here you should find the following text:
importScripts('https://storage.googleapis.com/push-pro-java-scripts/pushpro-sw.js');
Next up, you can verify whether you correctly added the code snippet. On https://yourdomain.com/, right-click anywhere on the website and select “Page Source”. Here, you should find the following text:
<script></script>
window.__pushpro = {
site_uuid: "your-unique-identifier",
}
https://storage.googleapis.com/push-pro-java-scripts/pushpro-lib.js">