{"id":2327,"date":"2016-07-02T12:18:21","date_gmt":"2016-07-02T06:48:21","guid":{"rendered":"https:\/\/cns72.com\/vytcdc.com.sg\/?p=1636"},"modified":"2019-11-20T12:15:35","modified_gmt":"2019-11-20T06:45:35","slug":"the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes","status":"publish","type":"post","link":"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/","title":{"rendered":"The most effective method to add Google Analytics to WordPress In Less Than 2 Minutes"},"content":{"rendered":"<p>Today, I am demonstrating how to add Google Analytics to WordPress blog in under 5 minutes. Be that as it may, before sharing the instructional exercise, let me let you know to sum things up about Google Analytics and why Google Analytics for wordpress is essential.<\/p>\n<p>All things considered, Google Analytics is a free online apparatus that can be utilized by website admins\/bloggers for better seeing how individuals are utilizing their site or blog. At the end of the day, with the assistance of Google Analytics, you can undoubtedly track the amount of movement you are creating and from where your activity is coming i.e. web search tools, direct movement, informal communities or alluding locales. You can likewise track what watchwords were utilized by guests as a part of the web crawlers to get into your site and on which pages they are arriving on your site, where they live, their age, the program they are utilizing et cetera. So on the off chance that you need to extend and develop your business on web, then adding google investigation to wordpress is exceptionally prescribed.<\/p>\n<p><strong>How to Add Google Analytics to WordPress?<\/strong><\/p>\n<p><strong>1. Agree to Google Analytics Account<\/strong><\/p>\n<p>Above all else you will need to information exchange for Google Analytics account. To do this, essentially visit Google Analytics information exchange page and sign in with your Google account login subtle elements. In the wake of tapping on Sign in button,you will be diverted to Google Analytics primary sign up page.<\/p>\n<p><strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Google Analytics join page will look something like this:<\/strong><\/p>\n<p><a href=\"https:\/\/cns72.com\/vytcdc.com.sg\/courses\"><img loading=\"lazy\" class=\"aligncenter wp-image-1637 size-full\" src=\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/07\/google-analytics-sign-up.png\" alt=\"google-analytics-sign-up\" width=\"678\" height=\"315\" \/><\/a><\/p>\n<p>In the wake of tapping on Sign In or Create an account,you will be diverted to the page given underneath<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-1616 size-full\" src=\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/06\/redirection-wordpress-plugin-review.png\" alt=\"redirection-wordpress-plugin-review\" width=\"562\" height=\"101\" \/><\/p>\n<p><strong>2. Including Website In Google Analytics<\/strong><\/p>\n<p>Presently you will be given two choices (Website Or Mobile APP) to track, ensure you select &#8220;Site&#8221;. In the wake of tapping on Website , enter account name, site name,website URL,industry class and reporting time zone. Try not to stress over any disparity, you may transform all these data later.<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-1639 size-full\" src=\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/07\/google-analytics.png\" alt=\"google-analytics\" width=\"481\" height=\"471\" \/><\/p>\n<p>In the wake of filling the data click on &#8220;Get Tracking ID &#8221; at the base of the page and acknowledge Google Analytics Terms of administration understanding. Presently you will see Your Tracking ID(some thing like UA-12121212-1) and will be given some JavaScript code which you need to put on your WordPress site.<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-1640 size-full\" src=\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/07\/google-analytics-tracking-code-wordpress.png\" alt=\"google-analytics-tracking-code-wordpress\" width=\"600\" height=\"288\" \/><\/p>\n<p><strong>4. Add Google Analytics Tracking Code To WordPress blog<\/strong><\/p>\n<p>There are different courses in which you can introduce Google Analytics for WordPress.<\/p>\n<p>Including Tracking Code in Header.php and footer.php document<\/p>\n<p>Including Google Analytics Using Functions.php<\/p>\n<p>Including Tracking Code Using Third Party Plugins<\/p>\n<p>Including following code in header.php and footer.php document<\/p>\n<p>Duplicate GA following code and go to WordPress Dashboard-&gt; Appearance-&gt; Editor. Open either your subject header.php document or footer.php record. On the off chance that you need to include the following code in header.php (suggested by Google), then include it before &lt;\/head&gt;Tag and in the event that you need to include it in your footer.php record (for enhancing peformance) ,then include it before &lt;\/body&gt; tag. Save the progressions and upgrade the document. Google Analytics ought to be introduced.<\/p>\n<p><strong>Including Google Analytics Using Functions.php<\/strong><\/p>\n<p>Duplicate the PHP code given underneath and glue it toward the end of your functions.php record. Presently supplant &#8220;UA-XXXXX-X with your property ID&#8221; in line 5 with your GA Tracking ID. On the off chance that you need to tail this method,then make you are great in PHP as a little mistake in functions.php record can breake your complete site.<\/p>\n<p>&nbsp;<\/p>\n<div id=\"highlighter_212723\" class=\"syntaxhighlighter \">\n<div class=\"lines\">\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>1<\/code><\/td>\n<td class=\"content\"><code class=\"comments\">\/\/ Include the Google Analytics Tracking Code-Vytcdc.com (ga.js)<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>2<\/code><\/td>\n<td class=\"content\"><code class=\"comments\">\/\/ @ <a href=\"https:\/\/developers.google.com\/analytics\/devguides\/collection\/gajs\/\">https:\/\/developers.google.com\/analytics\/devguides\/collection\/gajs\/<\/a><\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>3<\/code><\/td>\n<td class=\"content\"><code class=\"keyword\">function<\/code> <code class=\"plain\">google_analytics_tracking_code(){<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>4<\/code><\/td>\n<td class=\"content\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>5<\/code><\/td>\n<td class=\"content\"><code class=\"variable\">$propertyID<\/code> <code class=\"plain\">= <\/code><code class=\"string\">'UA-XXXXX-X'<\/code><code class=\"plain\">; <\/code><code class=\"comments\">\/\/ GA Property ID<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>6<\/code><\/td>\n<td class=\"content\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>7<\/code><\/td>\n<td class=\"content\"><code class=\"keyword\">if<\/code> <code class=\"plain\">(<\/code><code class=\"variable\">$options<\/code><code class=\"plain\">[<\/code><code class=\"string\">'ga_enable'<\/code><code class=\"plain\">]) { ?&gt;<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>8<\/code><\/td>\n<td class=\"content\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>9<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">&lt;script type=<\/code><code class=\"string\">\"text\/javascript\"<\/code><code class=\"plain\">&gt;<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>10<\/code><\/td>\n<td class=\"content\"><code class=\"keyword\">var<\/code> <code class=\"plain\">_gaq = _gaq || [];<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>11<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">_gaq.push([<\/code><code class=\"string\">'_setAccount'<\/code><code class=\"plain\">, <\/code><code class=\"string\">'&lt;?php echo $propertyID; ?&gt;'<\/code><code class=\"plain\">]);<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>12<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">_gaq.push([<\/code><code class=\"string\">'_trackPageview'<\/code><code class=\"plain\">]);<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>13<\/code><\/td>\n<td class=\"content\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>14<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">(<\/code><code class=\"keyword\">function<\/code><code class=\"plain\">() {<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>15<\/code><\/td>\n<td class=\"content\"><code class=\"keyword\">var<\/code> <code class=\"plain\">ga = document.createElement(<\/code><code class=\"string\">'script'<\/code><code class=\"plain\">); ga.type = <\/code><code class=\"string\">'text\/javascript'<\/code><code class=\"plain\">; ga.async = true;<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>16<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">ga.src = (<\/code><code class=\"string\">'https:'<\/code> <code class=\"plain\">== document.location.protocol ? <\/code><code class=\"string\">'<a href=\"https:\/\/ssl\">https:\/\/ssl<\/a>'<\/code> <code class=\"plain\">: <\/code><code class=\"string\">'<a href=\"http:\/\/www\">http:\/\/www<\/a>'<\/code><code class=\"plain\">) + <\/code><code class=\"string\">'.google-analytics.com\/ga.js'<\/code><code class=\"plain\">;<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>17<\/code><\/td>\n<td class=\"content\"><code class=\"keyword\">var<\/code> <code class=\"plain\">s = document.getElementsByTagName(<\/code><code class=\"string\">'script'<\/code><code class=\"plain\">)[0]; s.parentNode.insertBefore(ga, s);<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>18<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">})();<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>19<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">&lt;\/script&gt;<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>20<\/code><\/td>\n<td class=\"content\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>21<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">&lt;?php }<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>22<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">}<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>23<\/code><\/td>\n<td class=\"content\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>24<\/code><\/td>\n<td class=\"content\"><code class=\"comments\">\/\/ include GA tracking code before the closing head tag<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>25<\/code><\/td>\n<td class=\"content\"><code class=\"plain\">add_action(<\/code><code class=\"string\">'wp_head'<\/code><code class=\"plain\">, <\/code><code class=\"string\">'google_analytics_tracking_code'<\/code><code class=\"plain\">);<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>26<\/code><\/td>\n<td class=\"content\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt1\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>27<\/code><\/td>\n<td class=\"content\"><code class=\"comments\">\/\/ OR include GA tracking code before the closing body tag<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"line alt2\">\n<table>\n<tbody>\n<tr>\n<td class=\"number\"><code>28<\/code><\/td>\n<td class=\"content\"><code class=\"comments\">\/\/ add_action('wp_footer', 'google_analytics_tracking_code');<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<p><strong>Including following code utilizing WordPress Plugin:<\/strong><\/p>\n<p>On the off chance that you are discovering hard to include following code in WordPress subject documents, then you can introduce Google Analytics for WordPress. It is easy to understand and is created by &#8220;Joost de Valk&#8221; the person behind WordPress SEO module. The main weakness of this module is that you will need to manage one additional module and it may influence your page rate to some degree.<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-1641 size-full\" src=\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/07\/google-analytics-wordpress-plugin.png\" alt=\"google-analytics-wordpress-plugin\" width=\"770\" height=\"325\" \/><\/p>\n<p><strong>Likewise Check:<\/strong> How To Increase WordPress Speed Using Best W3 Total Cache Settings<\/p>\n<p><strong>Including Google Analytics in Gensis Framework:<\/strong><\/p>\n<p>These days numerous WordPress topics are giving inbuilt Google Analytics usefulness. For instance, on the off chance that you are utilizing Genesis framework,then you can include Google investigation specifically in your Theme alternatives. Go to WordPress Dashboard-&gt;Genesis-&gt;Theme Settings-&gt;Header and Footer script and glue the following code. Click &#8220;Spare settings&#8221; and you&#8217;re finished.<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-1642 size-full\" src=\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/07\/add-google-analytics-genesis.png\" alt=\"add-google-analytics-genesis\" width=\"550\" height=\"389\" \/><\/p>\n<p><strong>How to Check if Google Analytics Is working?<\/strong><\/p>\n<p>On the off chance that you need to affirm that Google Analytics is introduced on each page(Posts,pages,archives) of your WordPress site, then right tap on any page and select perspective source code.You will see your ga.js code right over the end header tag on each page.<\/p>\n<p>You can likewise check it specifically from Google Analytics account. Go to your Google Analytics Account and tap on &#8220;Administrator&#8221; at the at the highest point of the page and under &#8220;Property&#8221; pick your site and afterward click &#8220;Following Info&#8221;. On the off chance that the Google Analytics code is introduced legitimately, this segment will shows the words &#8220;Getting Data&#8221;.<\/p>\n<p><strong>On the off chance that you locate this instructional exercise useful,then do impart it to your companions on Facebook and Twitter and in the event that you have any inquiries or need assistance with respect to introducing Google Analytics In WordPress,then do leave your remarks in the remark box given underneath.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px\/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% \/ 14px 14px; position: absolute; opacity: 0.85; z-index: 8675309; display: none; cursor: pointer; top: 540px; left: 63px;\">Save<\/span><\/p>\n<p><span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px\/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% \/ 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;\">Save<\/span><\/p>\n<p><span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px\/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% \/ 14px 14px; position: absolute; opacity: 0.85; z-index: 8675309; display: none; cursor: pointer; top: 540px; left: 63px;\">Save<\/span><\/p>\n<p><span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px\/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% \/ 14px 14px; position: absolute; opacity: 0.85; z-index: 8675309; display: none; cursor: pointer; top: 3795px; left: 20px;\">Save<\/span><\/p>\n<p><span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px\/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% \/ 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;\">Save<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, I am demonstrating how to add Google Analytics to WordPress blog in under 5 minutes. Be that as it may, before sharing the instructional exercise, let me let you know to sum things up about Google Analytics and why Google Analytics for wordpress is essential. All things considered, Google Analytics is a free online [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":2457,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[45],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.0.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The most effective method to add Google Analytics to WordPress In Less Than 2 Minutes - TCDC<\/title>\n<meta name=\"description\" content=\"Google Analytics to Wordpress,Open Source training in chennai,PHP Training in chennai,Web Designing,web development\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The most effective method to add Google Analytics to WordPress In Less Than 2 Minutes - TCDC\" \/>\n<meta property=\"og:description\" content=\"Google Analytics to Wordpress,Open Source training in chennai,PHP Training in chennai,Web Designing,web development\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/\" \/>\n<meta property=\"og:site_name\" content=\"TCDC\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/vytcdc\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-07-02T06:48:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-11-20T06:45:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/07\/google-analytics-name-1920-800x450.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@vytcdc\" \/>\n<meta name=\"twitter:site\" content=\"@vytcdc\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"5 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/#website\",\"url\":\"https:\/\/cns72.com\/vytcdc.com.sg\/\",\"name\":\"TCDC\",\"description\":\"Career Development Courses\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/cns72.com\/vytcdc.com.sg\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/cns72.com\/vytcdc.com.sg\/wp-content\/uploads\/2016\/07\/google-analytics-name-1920-800x450.png\",\"width\":800,\"height\":450},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/#webpage\",\"url\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/\",\"name\":\"The most effective method to add Google Analytics to WordPress In Less Than 2 Minutes - TCDC\",\"isPartOf\":{\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/#primaryimage\"},\"datePublished\":\"2016-07-02T06:48:21+00:00\",\"dateModified\":\"2019-11-20T06:45:35+00:00\",\"author\":{\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/#\/schema\/person\/cf0a2acbbf4dfcafbf6d61fbe0c4fde2\"},\"description\":\"Google Analytics to Wordpress,Open Source training in chennai,PHP Training in chennai,Web Designing,web development\",\"breadcrumb\":{\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/\",\"url\":\"https:\/\/cns72.com\/vytcdc.com.sg\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/\",\"url\":\"https:\/\/cns72.com\/vytcdc.com.sg\/the-most-effective-method-to-add-google-analytics-to-wordpress-in-less-than-2-minutes\/\",\"name\":\"The most effective method to add Google Analytics to WordPress In Less Than 2 Minutes\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/#\/schema\/person\/cf0a2acbbf4dfcafbf6d61fbe0c4fde2\",\"name\":\"Editor VyTcdc\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/cns72.com\/vytcdc.com.sg\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/251d32170c137ade53d21a981601738b?s=96&d=mm&r=g\",\"caption\":\"Editor VyTcdc\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/posts\/2327"}],"collection":[{"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/comments?post=2327"}],"version-history":[{"count":0,"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/posts\/2327\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/media\/2457"}],"wp:attachment":[{"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/media?parent=2327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/categories?post=2327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cns72.com\/vytcdc.com.sg\/wp-json\/wp\/v2\/tags?post=2327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}