LogoLogo
Sign inSign up
  • PushPushGo Documentation
  • Web push
    • Overview
    • Instructions
      • Subscription tests
    • Service worker
    • Integration script
      • Subscription form
        • Subscription form creator
          • Topics
        • Subscription form delay
        • Display form rules
        • Confirmation window
      • Bell widget
        • Inbox
        • Topics
      • Google Analytics & Google Tag Manager
      • Default notification
      • Beacons
    • SDK
      • Examples
    • JS Code
    • Safari support
    • FAQ
  • Mobile push
    • Overview
    • Google Android
    • Apple iOS
    • Huawei Android
  • ONSITE NOTIFICATIONS
    • Overview
  • Onsite notifications
    • Create onsite notification
    • Edit onsite notification
    • Onsite notification report
    • Inbox
  • Onsite notifications list
  • Subscribers
    • Subscribers
      • Activity status
      • Subscriber Details
    • Labels
      • System Labels
      • Add Labels Manually
    • Segments
      • Create Segment
      • Copy Segment
      • Update Segment
      • Delete Segment
    • Geolocation
  • Campaigns
    • Campaigns
    • Push campaign
      • Create Campaign
        • Content
        • Audience
          • By Segment
          • By Labels
        • Provider options
        • Time
        • Drafts
      • Campaign List
        • Cancel Campaign
        • Copy Campaign
        • Copying and pasting campaigns between projects
        • Delete Campaign
      • Campaign Report
    • AB test
      • Create AB test
        • Variants
        • Audience
        • Provider options
        • Time
        • Save draft or accept a test
      • AB test list
      • Winner selection
      • AB test report
      • Cancel AB Test
      • Send AB test saved as draft
      • Resend AB test
      • Delete AB test
    • RSS campaign
      • Create RSS campaign
      • Audience
      • Enable RSS campaign
      • RSS campaign report
    • Chrome plugin for Rocket push
    • Multi Push
    • Daily push capping
    • Planner
    • FAQ
  • Automation
    • Overview
    • Automation
      • Create automation
        • Name
        • Flow
        • Renew flow
        • Start date
        • End date
        • Building the flow
        • Step
          • Trigger
          • Campaign
            • Create campaign
            • Edit campaign
            • Campaign templates
      • Edit automation
        • Update automation
      • Report
        • Automation report
        • Campaign report
    • Automation list
      • Prority
      • Action
      • Status
      • Reset flow time
  • Analytics
    • Project analytics
      • Subscribers
      • Campaigns
      • Automation
    • Organization analytics
      • Organization dashboard
        • Subscribers
        • Campaigns
        • Automation
      • Project comparison
    • Exports
  • Integrations
    • Webhooks
    • REST API Reference
  • Release notes
Powered by GitBook
On this page
  • Integration with own domain
  • Basic integration

Was this helpful?

  1. Web push

Overview

Last updated 3 months ago

Was this helpful?

PushPushGo enables collecting subscribers, sending push notifications and many more for websites in multiple browsers:

  • Chromium-based browsers like Chrome or Opera,

  • Safari (since version 16),

  • Edge,

  • Firefox,

  • any other browser that uses and service workers.

Safari from version 16.4 supports iOS push notifications. .

To use our application functionalities, the following are needed:

  • PushPushGo service worker for registering subscribers and delivering push notifications,

  • PushPushGo integration script or SDK for managing subscriptions and collecting subscribers' data.

Depending on the project's characteristic, there are two possible integration strategies - Integration with own domain or Basic integration.

Integration with own domain

Integration with own domain requires:

  • placing service worker file on the server,

  • placing integration script in the source code or implementing SDK,

  • having a website with an SSL certificate.

This strategy allows:

  • to subscribe with just one click through browser's default form,

  • to export the collected subscriber database.

All Safari browser versions require user gesture (click on desktop, tap on mobile device) to display subscription prompt.

Basic integration

Basic integration only requires placing integration script in the source code while service worker is placed on PushPushGo server on a dedicated subdomain, e.g. www-website-address-com.pushpushgo.com.

This strategy is suited for:

  • websites without SSL certificate,

  • websites built with marketing tools.

However, there are some limitations:

  • users have to subscribe in two steps: first step is accepting custom subscription form, then accepting browser's default form in a confirm window,

  • subscriber database export is not available since service worker is not registered on owned domain.

PushAPI
See requirements