General
What is iZooto? What are browser push notifications?
iZooto, is a user engagement and user retention platform that sends browser push notifications. Browser push notifications, is also known as web push notification. Website push notifications are crisp and succinct updates that are sent to the users even when they are not on your website..
How is web push notifications different than app notification?
Web push notifications involve two steps – Building subscribers and Sending notifications. For building subscribers, users are prompted to allow notifications from your website. The subscription step generates a unique key for the user. Subscription is associated with a website domain. Website owners can then send push notifications to all the subscribers.
For app notifications, consent for sending notifications is usually taken at the time of app installation.
What is your pricing model and how can I buy a Subscription?
We have created our paid plans such that it matches your business needs (and growth path). Be it a small business, large enterprise, mom and pop store or a one-person-shop - we have a plan that can work for you.
You can choose a pricing plan that suits you best on our
pricing page
What is FCM and is it necessary to use your own Sender ID and Server Key?
FCM (Firebase Cloud Messaging) was earlier known as GCM (Google Cloud Messaging). Firebase is a mobile platform that helps you quickly develop high-quality apps, grow your user base, and earn more money. FCM has now replaced GCM.GCM/FCM It is a free service that enables developers to send messages between servers and client apps. This includes downstream messages from servers to client apps, and upstream messages from client apps to servers.
What is APNS ?
Apple Push Notification Service is the messaging service that communicates / routes notifications from various service providers to iOS and OSx devices. APN Each iOS and OSx device sets up an encrypted connection with APNs and receives notification over this persistent connection. Safari Push Notifications are delivered to the end device via APNs. In case the notification is delivered when the app is not running, the device alerts the user.
What information will be available on iZooto Dashboard?
On the homepage of the dashboard you can view the daily consents hourly data, total subscribers till date, when you scroll down you can see the reporting of recently pushed notifications.
Key features:
– Campaign manager – Create, edit, delete and push notifications.
– Campaign reports – Monitor and analyse the notifications pushed.
– Settings – Control all technical aspects of the iZooto.
– Help, Product & FAQ...
What if your site runs on both http and https?
- Register on www.izooto.com and generate pixel for your website.
- Place the pixel in header of your website in async mode. You can also place the pixel via Google Tag Manager.
- SDK Integration – Placement of the following JS files in the root folder :
- Manifest.json
- Service-worker.js
Note: These files should be accessible at www.yourwebsite.com/manifest.json and www.yourwebsite.com/service-worker.js.
What are the prerequisites for receiving website push notifications at user-end?
Any website on either http or https protocol can send website push notifications.
What are the implementation steps of web push for a HTTPS site?
Register on www.izooto.com and generate pixel for your website. Place the pixel in header of your website in async mode. You can also place the pixel via Google Tag Manager.
What are the implementation steps of web push for a HTTP site?
For HTTP site -Register on www.izooto.com and generate pixel for your website. Place the pixel in header of your website in async mode. You can also place the pixel via Google Tag Manager.
What is the character limit for a notification title, message and landing URL for web push notifications?
iZooto supports 40 characters in Notification Title and 130 characters in Notification Message. There is no limit on the length of the Landing URL.
My team handling technology is overloaded. How do I implement website push notifications?
For HTTP site -
Register on www.izooto.com and generate pixel for your website. Place the pixel in header of your website in async mode. You can also place the pixel via Google Tag Manager.
For HTTPS site -
- Register on www.izooto.com and generate pixel for your website.
- Place the pixel in header of your website in async mode. You can also place the pixel via Google Tag Manager.
- SDK Integration – Placement of the following JS files in the root folder :
- Manifest.json
- Service-worker.js
Note: These files should be accessible at www.yourwebsite.com/manifest.json and www.yourwebsite.com/service-worker.js
My mobile site runs on a sub-domain ( m.example.com ). How can I implement web push notifications ?
- If the desktop and mobile site is on the same domain, you can place the pixel on desktop site and it will work on both mobile and desktop.
Example: Desktop – www.xyz.com & Mobile – www.m.xyz.com
- If the desktop and mobile site is in different domain, then you need to generate different pixel and deploy on mobile site.
Example: Desktop – www.xyz.com & Mobile – www.abc.com
I have a HTTP website but I also have an HTTPS page. How can I deploy ?
You can select HTTP protocol for your website, iZooto code generated using HTTP protocol works on both HTTP as well as HTTPS protocols.
Can we customize a web push notification? If yes, which elements can be customized?
Yes, you may customize your web push notification. The following fields are customizable: Notification Title (40 characters), Message (130 characters), Image (200*200 png) and Landing URL.
How does a browser push notifications look like for different browsers?
Browser push notification on Chrome comes in the bottom-right corner of the screen. For Firefox and Safari, it appears on the top-right corner of the screen.
How do users subscribe to website push notifications? How can they revoke the subscription?
Users are prompted with a consent box asking them to ‘allow’ or ‘block’ notifications from the website, users who click on ‘allow’ become a part of the subscriber base. Chrome, Firefox, Safari provide notification settings for users to remove notification subscription from a site.
- On Chrome, User can go to Settings -> Advanced Settings -> Content Settings -> Notifications -> Manage Exceptions -> Remove permission for a specified website.
- On Firefox, User can go to Preferences -> Content -> Notifications -> Remove permission for a specific website.
- On Safari, User can go to Preferences -> Notifications -> Remove permission for a specific website.