{"id":658,"date":"2013-03-14T19:03:13","date_gmt":"2013-03-14T23:03:13","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/03\/14\/use-google-analytics\/"},"modified":"2023-05-11T17:49:28","modified_gmt":"2023-05-11T21:49:28","slug":"use-google-analytics","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/","title":{"rendered":"How to use Google Analytics with PHP-Nuke"},"content":{"rendered":"<div>Website statistics can be used to help determine how to best develop the website. \u00a0PHP-Nuke includes its own tracking module- you can find more information on this module in <em><a href=\"\/support\/edu\/php-nuke\/using-web-statistics-page\/\">Using the PHP-Nuke Statistics<\/a><\/em>. However, if you want a much better and complete solution, you should incorporate Google Analytics into the PHP-Nuke website. \u00a0This will require that you have an account with Google Analytics, and also do a little editing to the site code. \u00a0The following article reviews how to add Google Analytics to your PHP-Nuke website.<\/div>\n<div>\u00a0<\/div>\n<div class=\"alert\">NOTE: Before making the following changes, be sure that you make a complete backup of your website. If you require information and you used Softaculous to load your site, see the following article: <a href=\"\/support\/product-guides\/softaculous\/create-backup\/\" target=\"_blank\" rel=\"noopener\"><em>Backing Up and Restoring Your Website using Softaculous<\/em><\/a>. \u00a0You can also make a backup using FTP \u2013 see <em><a href=\"\/support\/website\/create-backup-using-ftp\/\" target=\"_blank\" rel=\"noopener\">How to Create a Backup Using FTP<\/a>.<a href=\"\/support\/website\/create-backup-using-ftp\/\" target=\"_blank\" rel=\"noopener\"><\/a><\/em><\/div>\n<div>\u00a0<\/div>\n<div>\u00a0<\/div>\n<h2>Adding Google Analytics into your PHP-Nuke Website<\/h2>\n<div>\u00a0<\/div>\n<h3>Create Google Analytics Account and Get Tracking Code<\/h3>\n<div>\u00a0<\/div>\n<div>You will first need to create a Google Analytics account, if you intend to use Google Analytics in your website. \u00a0After your account has been created you will be able to obtain the tracking code. \u00a0The code will be needed and should be on all pages that you intend to track. \u00a0Since the HEADER.HTML for PHP-Nuke websites is typically on every page, you can place the Google Analytics code within that file. \u00a0<\/div>\n<div>\u00a0<\/div>\n<div>\n<ol class=\"article_list\">\n<li>Go to\u00a0<a href=\"https:\/\/www.google.com\/analytics\/\" rel=\"noopener\" target=\"_blank\">Google Analytics<\/a>\u00a0and setup your account.<\/li>\n<li>Google provides the code that you will need for tracking your website data. Save this code for later use (or leave the window with the code open so that you can access it later).<\/li>\n<\/ol>\n<p> <\/p>\n<div>The Tracking Code will look like the following:\n<p><\/p><\/div>\n<div class=\"code_block\">\n<div><span style=\"font-family: 'courier new', courier;\">&lt;script type=\u201dtext\/javascript\u201d&gt;<\/span><\/div>\n<div>\u00a0<\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 var _gaq = _gaq || [];<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 _gaq.push([\u2018_setAccount\u2019, \u2018UA-12345678-1\u2019]);<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 _gaq.push([\u2018_trackPageview\u2019]);<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 (function() {<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 \u00a0 var ga = document.createElement(\u2018script\u2019); ga.type = \u2018text\/javascript\u2019; ga.async = true;<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 \u00a0 ga.src = (\u2018https:\u2019 == document.location.protocol ? \u2018<a href=\"https:\/\/ssl'\">https:\/\/ssl\u2019<\/a> : \u2018<a href=\"https:\/\/www'\">https:\/\/www\u2019<\/a>) + \u2018.google-analytics.com\/ga.js\u2019;<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 \u00a0 var s = document.getElementsByTagName(\u2018script\u2019)[0]; s.parentNode.insertBefore(ga, s);<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0 })();<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">\u00a0<\/span><\/div>\n<div><span style=\"font-family: 'courier new', courier;\">&lt;\/script&gt;<\/span><\/div>\n<\/div>\n<div>\u00a0<\/div>\n<h3>Open the Web Site File(s) That require the Code<\/h3>\n<div>\u00a0<\/div>\n<div>In order to access your files, we will be <a href=\"\/support\/edu\/cpanel\/file-manager-code-editor\/\" target=\"_blank\" rel=\"noopener\">using the Cpanel File Manager<\/a>. \u00a0You will need to know what theme you are using. \u00a0If you know what theme you are using then skip the first two steps. \u00a0<\/div>\n<div>\u00a0<\/div>\n<div>\n<ol class=\"article_list\">\n<li>Login to the PHP-Nuke Administration Back-end and click on <strong>PREFERENCES<\/strong>.<\/li>\n<li>Scroll to the bottom of the page and go to the Web Site Configuration section. \u00a0 Click on the <strong>THEMES<\/strong> option menu. \u00a0It will then display the theme being used in the line labeled \u201cDefault Theme for your site.\u201d<\/li>\n<li>Login to your Cpanel as an Administrator<\/li>\n<li>Go the File manager and navigate to the installation files for PHP-Nuke.<\/li>\n<li>Look for the <strong>THEMES<\/strong> folder. \u00a0Double-click on the theme folder (inside <strong>THEMES<\/strong>) that matches the theme that you identified earlier.\u00a0<\/li>\n<li>Click to highlight the <strong>HEADER.HTML<\/strong> file. \u00a0Click on<strong> CODE EDITOR<\/strong> (or <strong>EDIT<\/strong>) at the top of the File Manager in order to edit the file. \u00a0<\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"1024\" height=\"392\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added-1024x392.png\" class=\"optimized-lcp-image\" alt=\"Highlighted code indicates Google Analytics code\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added-1024x392.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added-300x115.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added-768x294.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png 1060w\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>Obtain the code that you received from Google and paste it into the editor immediately before the comment that says \u201cclose header\u201d. \u00a0This is demonstrated in the screenshot at right. <\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li>\n<li>Click on <strong>SAVE CHANGES<\/strong> in the top right hand corner to save your entries.<\/li>\n<\/ol>\n<div>\u00a0<\/div>\n<div>This completes the addition of the Google Analytics code to your PHP-Nuke website. \u00a0Check the Google Analytics website for further options to add the tracking code (there are several options) in case your website theme cannot use the above method. \u00a0If you require information on learning how to use Google Analytics, please to go <a href=\"https:\/\/www.google.com\/analytics\/learn\/index.html\" rel=\"noopener\" target=\"_blank\"><em>Learn Google Analytics<\/em><\/a>.<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Website statistics can be used to help determine how to best develop the website. \u00a0PHP-Nuke includes its own tracking module- you can find more information on this module in Using the PHP-Nuke Statistics. However, if you want a much better and complete solution, you should incorporate Google Analytics into the PHP-Nuke website. \u00a0This will require<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[106,4321],"tags":[],"class_list":["post-658","post","type-post","status-publish","format-standard","hentry","category-php-nuke","category-analytics"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to use Google Analytics with PHP-Nuke | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to add Google Analytics into a PHP-Nuke website\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to use Google Analytics with PHP-Nuke | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to add Google Analytics into a PHP-Nuke website\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-03-14T23:03:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-11T21:49:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"How to use Google Analytics with PHP-Nuke\",\"datePublished\":\"2013-03-14T23:03:13+00:00\",\"dateModified\":\"2023-05-11T21:49:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\"},\"wordCount\":608,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png\",\"articleSection\":[\"PHP-Nuke\",\"Web Analytics\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\",\"name\":\"How to use Google Analytics with PHP-Nuke | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png\",\"datePublished\":\"2013-03-14T23:03:13+00:00\",\"dateModified\":\"2023-05-11T21:49:28+00:00\",\"description\":\"Learn how to add Google Analytics into a PHP-Nuke website\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png\",\"width\":1060,\"height\":406,\"caption\":\"Highlighted code indicates Google Analytics code\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to use Google Analytics with PHP-Nuke\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to use Google Analytics with PHP-Nuke | InMotion Hosting","description":"Learn how to add Google Analytics into a PHP-Nuke website","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/","og_locale":"en_US","og_type":"article","og_title":"How to use Google Analytics with PHP-Nuke | InMotion Hosting","og_description":"Learn how to add Google Analytics into a PHP-Nuke website","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-03-14T23:03:13+00:00","article_modified_time":"2023-05-11T21:49:28+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"How to use Google Analytics with PHP-Nuke","datePublished":"2013-03-14T23:03:13+00:00","dateModified":"2023-05-11T21:49:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/"},"wordCount":608,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png","articleSection":["PHP-Nuke","Web Analytics"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/","name":"How to use Google Analytics with PHP-Nuke | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png","datePublished":"2013-03-14T23:03:13+00:00","dateModified":"2023-05-11T21:49:28+00:00","description":"Learn how to add Google Analytics into a PHP-Nuke website","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_phpnuke_googleanalytics_code-added.png","width":1060,"height":406,"caption":"Highlighted code indicates Google Analytics code"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-nuke\/use-google-analytics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to use Google Analytics with PHP-Nuke"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=658"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/658\/revisions"}],"predecessor-version":[{"id":104505,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/658\/revisions\/104505"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}