Web Push
Initialization
<!-- CDP Web Insight script -->
<script src="https://st-a.cdp.asia/webpush.js" async></script>
<script>
window.AntsomiPush = window.AntsomiPush || [];
AntsomiPush.push(function() {
AntsomiPush.init({
portalId: <PORTAL_ID>, // Replace it with your Portal ID
});
});
</script>Adding Service Worker
What are Service Workers?
Integrating Antsomi WebPush Service Worker Files

Last updated