{"id":12532,"date":"2011-06-18T08:00:00","date_gmt":"2011-06-18T08:00:00","guid":{"rendered":"https:\/\/www.weixiaoduo.com\/plugins\/2024\/02\/22\/analytics-head\/"},"modified":"2025-07-22T00:11:00","modified_gmt":"2025-07-22T00:11:00","slug":"analytics-head","status":"publish","type":"post","link":"https:\/\/www.weixiaoduo.com\/plugins\/analytics-head\/","title":{"rendered":"Analytics Head"},"content":{"rendered":"<p>This plugin adds tracking code for Google Analytics to your WordPress site. Unlike other plugins, code is added to the <head> section, so you can authorize your site in Google Webmaster Tools.<\/p>\n<p>There are many Google Analytics plugins for WordPress. I used a few of those myself and it worked well. The trouble began when I willed to use Google Webmaster\u2019s Tools.<\/p>\n<p>It turned out that I can authenticate the ownership of the website using my Google Analytics account. Where\u2019s the catch? Google Webmaster\u2019s Tools expects that the code will be located at the <head> section and all the plugs have placed it at the very end of the page (apart from this case \u2013 very rightly).<\/p>\n<p>Therefore, I created a plug-in called \u201cAnalytics Head\u201d, which places tracking code in the <head> section of the web page. Of course you can put it in the footer at any moment, if you like.<\/p>\n<h3>Requirements<\/h3>\n<p>This plugin requires WordPress 4.0 (never forget to update your WP installation!) and PHP 5.3 installed on your server. It is pretty uncommon to offer previous versions of the PHP, however I must note that.<\/p>\n<h3>Examples<\/h3>\n<p>Here are a few examples for developers<\/p>\n<h4>Actions<\/h4>\n<pre><code>add_action( 'pp_google_analytics_head_before', function() {\n    echo '' . PHP_EOL;\n    $of_course = 'I do not have to print here, I may do something else!';\n} );\n\nadd_action( 'pp_google_analytics_head_after', function() {\n    $i_just = 'printed google code...';\n} );\n<\/code><\/pre>\n<h4>Filter<\/h4>\n<pre><code>add_filter( 'pp_google_analytics_head_output', function( $s ) {\n    return str_replace( 'Google Analytics', 'Doodle Analytics', $s );\n} );\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This plugin adds tracking code for Google Analytics to your WordPress <head> section, so you can authorize your site in Google Webmaster Tools.<\/p>\n","protected":false},"author":65,"featured_media":233903,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"slim_seo":{"title":"Analytics Head - \u8587\u6653\u6735\u63d2\u4ef6\u76ee\u5f55","description":"This plugin adds tracking code for Google Analytics to your WordPress section, so you can authorize your site in Google Webmaster Tools."},"footnotes":""},"categories":[1],"tags":[457,220,263,1903,3528],"class_list":["post-12532","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-analytics","tag-google","tag-script","tag-tools","tag-webmaster"],"_links":{"self":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/12532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/users\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/comments?post=12532"}],"version-history":[{"count":0,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/12532\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media\/233903"}],"wp:attachment":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media?parent=12532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/categories?post=12532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/tags?post=12532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}