Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Analytics has encountered an unexpected condition and cannot fulfill your request

I just signed up for google analytics for my website yesterday. It was working fine until today. However, after a while, it is popping up this error:

Internal error. Please try again later.Analytics has encountered an unexpected condition and cannot fulfill your request. 

Not sure what this error is and how to solve it.. Need some guidance.

like image 746
lakshmen Avatar asked Nov 21 '14 18:11

lakshmen


4 Answers

Disable AdBlock in your browser, and you'll be able to access your reports again.

Edit: Another fix. When you access your GA page, you'll see a URL like this:

https://ads.google.com/analytics/web/?hl=en#home/aBunchOfNumbersAndLetters/

Change the "ads" to "www":

https://www.google.com/analytics/web/?hl=en#home/aBunchOfNumbersAndLetters/

That "ads" in the URL is triggering misbehavior by AdBlock

like image 99
MisterNeutron Avatar answered Nov 20 '22 12:11

MisterNeutron


Another extension that causes Analytics to stop working is uBlock Origin. If you disable that extension when you are on the analytics site, it starts working again.

like image 20
user280109 Avatar answered Nov 20 '22 13:11

user280109


Disabling AdBlock Plus on analytics.google.com page worked for me.

like image 5
Koech Avatar answered Nov 20 '22 13:11

Koech


If the problem is the adblocker, you can try whitelisting the Analytics website. For uBlock Origin you need to go to the extension settings, select the tab Whitelist, and then add the Google Analytics link (analytics.google.com) to it.

like image 4
Cristiano Maia Avatar answered Nov 20 '22 13:11

Cristiano Maia