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

No data in Chrome #50

Open lonegoat opened 7 years ago

lonegoat commented 7 years ago

Unable to see any data in the GA Debugger tab http://i.imgur.com/t1WyabY.png Have tested on multiple sites with GA and/or GTM but still nothing. Using Chrome Version 60.0.3112.113 Any ideas?

keithclark commented 7 years ago

First question; Have you clicked the record button (the circular button in the toolbar)? If so, can you undock devtools and click the GA Debugger tab. Next, can you right click in the GA Debugger panel content and select 'Inspect'. You should have a 2nd devtools window. Select the 'Console' tab — are there any error messages?

lonegoat commented 7 years ago

Done but still nothing :( https://i.imgur.com/iLR4CzG.png

tispratik commented 6 years ago

Thanks! Clicking on the "record" button helped.

naturalethic commented 6 years ago
Main._createAppUI: 32.374267578125ms
inspector.js:8443 Main._showAppUI: 33.212158203125ms
inspector.js:8443 Main._initializeTarget: 7.962890625ms
inspector.js:4882 Cannot find context with specified id
_evaluateGlobal @ inspector.js:4882
inspector.js:7810 Extension server error: Inspector protocol error: Cannot find context with specified id
makeStatus @ inspector.js:7810
naturalethic commented 6 years ago

I turned off this require and it started working:

// ga('require', 'pageVisibility')