web-push-libs / web-push

Web Push library for Node.js
Other
3.26k stars 305 forks source link

Insights on Push Notifications #768

Closed nabiltkarim closed 1 year ago

nabiltkarim commented 1 year ago

NOTE: Please test in a least two browsers (i.e. Chrome and Firefox). This helps with diagnosing problems quicker.

Setup

Please provide the following details, the more info you can provide the better.

Operating System: <Linux | Windows | OS X> OS X Node Version: <4.2 | 6.0 | ...> 16.3 web-push Version: <1.0.0> 1.0.0

Please select any browsers that you are experiencing problems with:

Please list the browsers you are have tested this, including the version of the browser (i.e. Chrome Beta, Firefox Beta etc).

Problem

Thank you for this library. Is there a way to get insights such as, notification click count and all?

Expected

Please explain what you expected to happen

Features Used

Example / Reproduce Case

Please provide a code sample that reproduces the issue. If there is a repository that reproduces the issue please put the link here.

Other

Please put any remaining notes here.

marco-c commented 1 year ago

There's no built-in support for that in the web push API, you need to implement it yourself.