Web Push Notifications Configuration
Gamanza Engage provides you with our Web Push notifications to allow your Marketing team to send Campaigns to your players using Web Push Notifications.
To allow your players to be targeted by our CRM you need to implement a very small and easy configuration in your website... Is just one step!.
Step 1 - Add a service worker
To allow Web Push Notifications is required to implement a service worker. To implement this channel and enable support for web push notifications, it is necessary to host a Service Worker file in your same domain as your Casino Website with the following content:
https://my-awesome-casino.com/push-notifications-service-worker.js
importScripts(
'https://{pep-cdn}.gamanzaengage.com/casino-ui-widgets/gamanza-service-worker.f11d1af1.min.js'
);
That's it. For more details checkout this documentation