My Google analytics are not loading any of Property Settings for any website. I can't add tracking code to my website as I can't see it. None of the other functions under Property Setting in Admin of Google analytics for any website are loading.
I tried to un block any blockers in Google Chrome for no relsuts. I posted 3 times my request on google analytics help forum - no reply. I have been having this problem for months now.
The same problem applies to firefox browser. Nothing is loading.
Please help! Many thanks in advance!
Do you have right permissions? If you are a user with View level permissions, you may not see the property settings
I'm trying to operate a Google analytics account which has now been locked out of due to the previous operator leaving the company. So I am unable to log in. I know the email, but not the password. I've searched ways to find the UA-ID , and apparently I'm supposed to look inside the <head> of my site's homepage. However I can't find anything there that looks like it is the UA-ID. Reason I need the UA-ID is so I can verify my site to google, so I can login to it. Can somebody give me some direction?
Install the Google Tag Assistant or the Google Analytics Debugger extension in Chrome, both will give you detailed information on your GA implementation (for the debugger you have to open the browser console).
Or simply go to the browser console, look at the network tab and search for a request to google-analytics.com/collect (or stats.doubleclick.com/collect if you have enabled demographic features in GA), and search the parameters for the tracking id (starts with "UA-").
When trying to look at In-Page Analytic in firefox I get this message:
"Problem loading In-Page Analytics
We've identified problems in your setup. These may cause problems loading In-Page Analytics.
Your site doesn't load ga.js from Google. If you host the Google tracking code on your own servers, it isn't updated automatically and can miss important changes.
We didn't find a tracking snippet on your site. In-Page Analytics cannot load. Please make sure you have tracking installed correctly. If your snippet is included in a separate JavaScript file, you'll have to manually check it is being loaded correctly."
When trying to view In-Page Analytic in Chrome I get:
"Access denied. Please try relaunching In-Page Analytics from the report.[Error: 20006]"
I don't understand why this is not working because when I look at other reports in Google Analytic like page views everything seems to be working fine...
Any help would be much appreciated.
Alex
Recent web browser updates block http scripts from loading in a https session by default. In the URL bar click the shield icon and Load unsafe script to show in page analytics.
Credit
I had the same problem in Chrome and this worked for me like a charm:
After you try loading the report, look at the Chrome browser’s Address
bar. At the right side of the bar, a shield icon is displayed. Click
on the shield icon. Then you’re notified that the site contains an
unsafe script, and you’re given the option to run the script. Once
you grant permission to run the script, the report appears as it’s
supposed to
Clear your browsing data and try again. (Ctrl - Shift - Delete)
You should also verify your View settings are correct - please have a look at this GA troubleshooting document:
https://support.google.com/analytics/answer/2559761?hl=en
I had the same issue as user1697748 & Alex Lockwood. I change the property settings to
Start In-Page Analytics in "Full View Mode" instead of embedded mode.
This you can find in Admin --> Property Settings.
Now I the In page analytics opens in new window but get this error.
Access denied. Please try relaunching In-Page Analytics from the report.[Error: 20006]
I am getting the other data from analytic but having issues with in page analytics.
So I did following to fix it.
Make sure the url is same in all your properties. I had at one place http://www.studyn.us and at all other places it was http://studyn.us. Google also recommends to keep it same
https://support.google.com/analytics/answer/2559761?hl=en
Delete all cookies. Close windows and re open it.
Worked for me.
It has been more than 2 years since In-Page Analytics report started to have problems with loading the data in Google Analytics interface. There are a few things you can try:
You can disable the security in your browser (not recommended).
You can download a plugin for Chrome to view some of the Google Analytics data directly in your browser (you wouldn't be able to apply any segments or filter the data by using the plugin).
You can recreate the report using Google Analytics data (the best solution) in Excel or Tableau. It isn't very hard to do, and once you are done, the problem is gone forever.
Here is a detailed step-by-step description of how to recreate In-Page Analytics report.
Example
Google anaytics inpage analytics feature has been disabled and will be removed soon. To overcome the loading errors a new page analytics chrome extension has been developed which is more easier to use and analyze page.
Follow the step by step guide to using inpage analytics chrome extension.
seems to be a widespread problem with this whole inpage analytics thing.
I had/ have several problems my self and there is not only one step towards the solution because there is more than just one problem. So I will write here some of the steps and solutions I made so far which worked:
1. Problem: Access denied. Please try relaunching In-Page Analytics from the report.[Error: 20006] = Solution = If updated to universal analytics you get a code snippet, which is not complete: you get this from analytics
ga('create', 'UA-1200274-1', 'sgo.ch');
ga('send', 'pageview');
but you have to put in an extra line between those two lines
ga('require', 'linkid', 'linkid.js');, plus you have to go under admin ->Property settings-> and switch on Use enhanced link attribution, DONT use full side mode!
Now when you try inpage analytics again it depends on the browser you are using: In IE, it appears an allert, you have to click on "view whole content" (sorry I have it in german, it might be in english saying something else, like loading page, or show whole page or so..), In google Chrome you have to look in the url bar, there is kind of a shield and you have to click on it and say load unsecure script.
Well that is the way how to solve the two error messages with Access denied. Please try relaunching In-Page Analytics from the report.[Error: 20006] and "Problem loading In-Page Analytics We've identified problems in your setup. These may cause problems loading In-Page Analytics..."
Now at least you can anaylse the main page (eg www.example.com), but in my case when i click further, then it doesnt stop loading for ever or it just appears that error again Access denied. Please try relaunching In-Page Analytics from the report.[Error: 20006],
I was really analyzing and testing and breaking my head, until I found out, that when I copy the Url, at the end of the url, my webpages adress repeats again. like this https://www.google.com/analytics/web/?hl=de&pli=1....%2Fwww.example.com/. so i just deleted the last part from the www... out of the Url and pressed enter and then all the datas appeared... Its a little annoying because you have to delete the www out of ech url you are anaylzing manually, but at least you can use the inpage analytics. Sorry for my very bad English skills, but I hope at least some one understood it:)
Please dont stop posting more solutions and ideas:)
regards MA
I have a e-commerce site using Umbraco.
The google analytics code works fine on most of the pages but for some reason doesn't work on the 'secure pages' (pages the user has to log in to see).
I've tried moving the code to various places in the HTML with no joy.
Any ideas?
The best way to resolve this is try to track for yourself, if the __utm.gif is called on the page that should be the Goal URL. You can use the Net tab in Firebug, Live HTTP Headers or Fiddler (if you use other browser than Firefox) to track all request on the page.
Check out this
http://productforums.google.com/forum/#!category-topic/analytics/discuss-tracking-and-implementation-issues/pjKZ1pou7Sg
FROM GOOGLE
I was using a plug-in called analyticator and also had the code pasted in by accident so i took out the extra code and now i still have no data for analytics. If someone could intervene and provide some insight I would appreciate it. My website is at www.knowledgenation.us .
The Google Analytics Tracking Code Debugger extension for Google Chrome is excellent for debugging these kinds of problems.
It will show, in the developer console of Chrome, exactly what analytics calls are triggered by a particular page.