cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Determine the number of installed instances of a Progressive Web Application (PWA).

mcattarin
Observer

Hi,
I'm trying to understand how many users have installed (and are using) my Web Application as PWA on their devices.
Is there an out-of-the-box way to do it using Dynatrace without introducing changes in the source code?

1 REPLY 1

tyler_rowe
Dynatrace Helper
Dynatrace Helper

Unfortunately, not that I can think of. All the methods of tracking this do require a source code change/modifying the manifest:

https://web.dev/learn/pwa/detection

For both the display-mode and the query parameter option, we can grab them if they are present. It would involve using an session property set to look for either the variable (if using display-mode) or the query string if the mode is set in the manifest via start_url

Featured Posts