Analytics has encountered an unexpected condition and cannot fulfill your request

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

How to set custom variables through the new analytics.js of GA

Custom Variables don’t exist any more in analytics.js (aka Universal Analytics). It has been replace with Custom Dimensions and Metrics that are more flexible and powerful. Advantages of Custom Metrics and dimensions: They can be used in filters They are first class citizens in the interface, so you will see the custom variable name in … Read more

What is the client ID when sending tracking data to google analytics via the measurement protocol?

Integer or UUID The cid is the equivalent of the second value in the _utma cookie when you use the javascript tracking. In js tracking, it is a random integer (generated by Math.round(2147483647 * Math.random())). But it is strored and sent as a string : so you can use both formats (integer or UUID). Required/Optional … Read more

Google Analytics API – Get page view information for specific URLs

Yes – you will need to use the Google Analytics API for this. I would suggest checking out the Query Explorer to get a feel for the queries you will need to create. You will require numerous queries to get all the data you need (adjusting the starting date): – Total Views – This Year … Read more

Google Analytics libAdIdAccess.a does not contain bitcode

Update: Good news everyone! Google Analytics now supports Bitcode with their 3.14 release. You can grab it from their download sources, however its not listed on Cocoapods yet. Google Analytics SDK Download Change Log Original: Google needs to compile their analytics SDK into a bitcode library. However, from previous experience with Google updating their libraries … Read more

Google Analytics – Failed to load resource: http://www.google-analytics.com/ga.js

It was a problem with AdBlock. I disabled it and now it loads it normally. yagudaev suggests (read answers below) that in order to keep AdBlock from blocking Google Analytics, you need to edit the snippet provided and explicitly use https:// instead of the protocol-relative URL by default. This means changing ‘//www.google-analytics.com/analytics.js’ into ‘https://www.google-analytics.com/analytics.js’ Example: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)