Google Analytics In-Page Script Fails To Load - google-analytics

The following link when opened in my chrome results in an infinite loop of 302 redirects which lead to the 'ERR_TOO_MANY_REDIRECTS' error:
https://analytics.google.com/analytics/web/inpage/pub/inpage.js?prefix=analytics
This link is loaded when trying to open the google analytics in-page analytics. It does not matter if I turn off the shield sign or open in full screen or whatever, there is always this infinite 302 redirects loop.
I read somewhere that maybe changing the google analytics tracker domain in my script will help but it did not help.
Also tried to clear browser data and cookies and it did not help.
Anybody encountered this problem and has an idea of how to solve it?
What is opened for you when you open this link? And can you also try opening it while being connected to google analytics account?
This is supposed to be the script that turns the in-page analytics functionality so can anybody who has in-page analytics working, test what happens with this link? or check if using in-page analytics in his page loads this script at all?

Related

No Longer Showing Paid Traffic

About a month ago, we had a Wordpress site that went down due to a billing issue with hosting. They had to restore via backup. Since then there has been no Paid Traffic showing in our Analytics, although UA is tracking. We get most of our traffic via Adwords. I have tried everything I can think of and still can't get it to work! Some details:
We use Tag Manager (there were no edits in there prior to this event)
The only edit to the site was made when we switched from Tag Manager to straight UA script (post event), which didn't work either so we switched it back
Yes, the Analytics and Adwords accounts are linked properly
We tried adding UTM strings to the destination URLs
We tried turning off auto-tagging in Adwords
We tried turning off auto-tagging and then adding UTM
We tried setting up a brand new Analytics account
Finally, we moved the site onto a different host
NOTHING has worked. I have checked everything I can check. Is it a code issue?? Any ideas would be appreciated.
Here's the site: www.advancedwaterrestoration.com
Try Google Tag Assistant - https://get.google.com/tagassistant/ You can use this tool to watch your tags and see if they fire properly, and what data they send.

Why is Google Analytics In-Page Analytics telling me that the tracking code isn't installed when it clearly is?

I see this problem pop up in a lot of places and asking on Google's product support forums was no help at all, so I turn to you guys. My client has asked me to look into this problem with their In-Page Analytics reporting which turns up the errors:
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.
Both of these statements are false. To ensure that it wasn't my original setup that was the problem I installed Yoast's GA plugin (it's a wordpress site) and I still get this error. I've also confirmed that the tracking ID is correct. All other metrics are being reported in GA. This in-page section, however, is the problem.
This is the website, by the way. Any help you have to offer would be greatly appreciated.
http://stoppredatorygambling.org/
How long has it been since the first hit to the property/view? In my experience it takes anywhere from several hours to up to 2 days for that message to go away.

In-Page Analytics not working

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

Google Analytics code not firing

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 have google analytics code in my wordpress site and google says it can read the data but no data is being passed ,

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.

Resources