I get this error when visiting the "In-Page Analytics" part of the Google Analytics website:
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.
I have plugin version 4.2.2.
I have the settings to "Manual" and this is in my footer.php:
<!-- Can put web stats code here -->
<?php // Yoast Google Analytics
if ( function_exists( 'yoast_analytics' ) ) {
yoast_analytics();
}
?>
I do not have the "load ga.js locally" box checked.
(FYI: http://yoast.com/wordpress/google-analytics/manual-placement/ has the HTML entities, not the actual <? and ?> characters. Is that what you wanted?)
Thank you.
http://wordpress.org/extend/plugins/google-analytics-for-wordpress/