Can your current push provider push it like the PROS?
Add our simple extension on top of your current push provider to get the PROS’ expertise and maximize your push revenue. Hassle free!
How to Install
Implementing our PushPROS Extension
Simply place our single line of code just above your existing service worker’s code in the root directory of your website.
Below is an example what a typical Service Worker looks like:
importScripts(“https://api.pushpros.com/scripts/v2/pushpros-sw/”);
Below is an example of a Service Worker with our PushPROS Extension:
importScripts(“https://s3.amazonaws.com/trackpush/push-worker-sdk.js”);
importScripts(“https://api.pushpros.com/scripts/v2/pushpros-sw/”);