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

Was this helpful?

  1. Campaigns

FAQ

My campaign has low deliverability

If the percentage of delivered campaigns is at the level of 50-60%, nothing terrible is happening. Subscribers often sign up on several browsers, when in practice they use only one. Then such a recipient is pending until he or she turns on the browser he or she signed up for.

Lower deliverability may be due to:

a) blocking notifications within the operating system - this applies to both desktop and mobile devices. In this case, the subscriber does not unsubscribe from notifications, but cannot receive them until they are unblocked

b) the expiration date of the notification - the shorter, the less chance that all subscribers will receive the notification

However, if the percentage of delivered campaigns oscillates between 0-20%, and the situation described in point B does not occur, then it is worth analyzing the integration once again, if it was done correctly.

To do so, check that:

a) the exact same script that was generated for this project was pasted into the page,

b) the exact same sw.js that was generated for this project was pasted into the server root path,

c) the website does not contain additional scripts or service workers (service worker.js, sw.js etc.) belonging to another provider.

Why did my last campaign cause so many unsubscribes?

This is due to the limitations of the web push technology itself. Recipients can unsubscribe at any time. However, we are able to report that someone has unsubscribed from them and how many total unsubscribes there were since the last such notification only at the time of dispatch.

Last updated 6 months ago

Was this helpful?