Re: [w3c/push-api] How to compute number of views for the push notifications sent? (Issue #386)

@webmaxru 

> calling analytics API inside push event is valid idea.

Does it also work in practice? A few years ago we had very poor/unreliable results... The explanation was that the "push" event can be processed even during a "power-saving" status where opening new connections may not work. Basically the connection used to receive the notifications on mobile has a special status.

Consider that the entire idea of the Push API is to save bandwidth/energy by using a **single connection** to fetch events about **all** websites and apps. If you open random connections to random hosts each time that you receive a message... I don't know if that is planned and if it works reliably.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/386#issuecomment-2330211292
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/push-api/issues/386/2330211292@github.com>

Received on Wednesday, 4 September 2024 21:55:38 UTC