Track PWA install in Google Analytics

window.addEventListener('appinstalled', (event) => {
	if ( 'function' === typeof ga ) {
		// Default GA.
		ga( 'send', 'event', 'pwa', 'install );
	} else if ( 'function' === typeof __gaTracker ) {
		// MonsterInsights.
		__gaTracker( 'send', 'event', 'pwa', 'install' );
	}
});
Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk