keithclark / gadebugger

A Chrome, Firefox & Opera devtools extension for debugging Google Analytics tracking code
https://keithclark.github.io/gadebugger/
MIT License
238 stars 65 forks source link

Add support for 'screenview' event #56

Open bblanchon opened 6 years ago

bblanchon commented 6 years ago

This PR adds support for "screenview" events. See https://developers.google.com/analytics/devguides/collection/gtagjs/screens https://developers.google.com/analytics/devguides/collection/analyticsjs/screens

In the CSS, I saw more references to .beacon--pageview. I was not able to fix them, but it's probably a piece of cake for a CSS wizard.

keithclark commented 6 years ago

Thanks for this. I currently working on the next version of GA Debugger so I'll include your PR in the next version.