Open lonegoat opened 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?
Done but still nothing :( https://i.imgur.com/iLR4CzG.png
Thanks! Clicking on the "record" button helped.
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
I turned off this require and it started working:
// ga('require', 'pageVisibility')
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?