Title: Super Simple Google Analytics
Author: Luke Mlsna
Published: <strong>December 7, 2011</strong>
Last modified: February 9, 2018

---

Search plugins

![](https://ps.w.org/super-simple-google-analytics/assets/banner-772x250.jpg?rev
=530506)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/super-simple-google-analytics/assets/icon-256x256.png?rev=1319435)

# Super Simple Google Analytics

 By [Luke Mlsna](https://profiles.wordpress.org/bitacre/)

[Download](https://downloads.wordpress.org/plugin/super-simple-google-analytics.1.7.3.zip)

 * [Details](https://test.wordpress.org/plugins/super-simple-google-analytics/#description)
 * [Reviews](https://test.wordpress.org/plugins/super-simple-google-analytics/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/super-simple-google-analytics/#installation)
 * [Development](https://test.wordpress.org/plugins/super-simple-google-analytics/#developers)

 [Support](https://wordpress.org/support/plugin/super-simple-google-analytics/)

## Description

This is a bare bones option for people who are looking to simply insert the basic
Google Analytics tracking code into the head section of every page without any fuss.

I’ve only included the essential options; it’s not very exciting, but works _reliably_.

### Readme Generator

 * This plugin’s readme.txt file was generated by the [bitacre Readme Generator](http://shinraholdings.com/tools/readme-gen)
   for WordPress Plugins.

### Support

 * [Plugin Homepage](http://shinraholdings.com/plugins/super-simple-google-analytics/)
 * [plugins@shinraholdings.com](https://test.wordpress.org/plugins/super-simple-google-analytics/plugins@shinraholdings.com?output_format=md)

### Donations

[Donations](http://shinraholdings.com/donate) are graciously accepted to support
the continued development and maintenance of this and other plugins. We currently
accept Paypal and kind words.

## Screenshots

 * [[
 * The bare bones options page.
 * [[
 * Where to find your Google Analytics account number.
 * [[
 * Source of the tracking code inserted just before </body>.

## Installation

 1. Download the latest zip file and extract the `super-simple-google-analytics` directory.
 2. Upload the this directory inside your `/wp-content/plugins/` directory.
 3. Activate ‘Super Simple Google Analytics’ on the ‘Plugins’ menu in WordPress.
 4. Click ‘Settings’ underneath the plugin or navigate to Settings > Google Analytics
    and insert your GA tracking code and click the checkbox to turn it on.
 5. That’s it.

## FAQ

  Installation Instructions

 1. Download the latest zip file and extract the `super-simple-google-analytics` directory.
 2. Upload the this directory inside your `/wp-content/plugins/` directory.
 3. Activate ‘Super Simple Google Analytics’ on the ‘Plugins’ menu in WordPress.
 4. Click ‘Settings’ underneath the plugin or navigate to Settings > Google Analytics
    and insert your GA tracking code and click the checkbox to turn it on.
 5. That’s it.

  Can you add this feature I just thought of?

Possibly, I’m trying to keep this as simple as possible, but if it’s a really useful/
uncomplicated feature that I’ve omitted I will definitely consider it.

## Reviews

![](https://secure.gravatar.com/avatar/2691103cb2528b97b1be1df4bc4940ff686aa57273e4a02c8b350c95037385ff?
s=60&d=retro&r=g)

### 󠀁[Doesn’t work at all if UA is 9 digits long](https://wordpress.org/support/topic/doesnt-work-at-all-if-ua-is-9-digits-long/)󠁿

 [masterchef777](https://profiles.wordpress.org/masterchef777/) July 6, 2017

This plugin in spite of its simplicity appears to be outdated: I inserted my UA 
number (that Google assigned to my site) and the plugin accepted only the first 
8 digits out of 9…. I realized that only after some days, when the statistics of
my site were still stuck to zero!! In addition to that, the support appears to be
discontinued since some years. If not updated, I think it better should to be removed
from the repository, because it is completely useless and to be replaced by another
plugin. Plugin still works if your UA number does not exceed 99,999,999.

![](https://secure.gravatar.com/avatar/aae6401de29651b25781cb496d405982fddf48db35f170fdabf1c6d71229b393?
s=60&d=retro&r=g)

### 󠀁[Simple and works great](https://wordpress.org/support/topic/simple-and-works-great-32/)󠁿

 [gabitech](https://profiles.wordpress.org/gabitech/) December 8, 2016

Just insert the tracking ID and choose placement! Works great.

![](https://secure.gravatar.com/avatar/8a82b64381c1806c92346e51d37b467f51173115a4088cbe9b316574699e969c?
s=60&d=retro&r=g)

### 󠀁[Just Works](https://wordpress.org/support/topic/just-works-283/)󠁿

 [Lichting98](https://profiles.wordpress.org/lichting98/) September 3, 2016

Nothing fancy, just works. Fill in Google Analytics UA-code and done!

 [ Read all 10 reviews ](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/)

## Contributors & Developers

“Super Simple Google Analytics” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Luke Mlsna ](https://profiles.wordpress.org/bitacre/)

[Translate “Super Simple Google Analytics” into your language.](https://translate.wordpress.org/projects/wp-plugins/super-simple-google-analytics)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/super-simple-google-analytics/),
check out the [SVN repository](https://plugins.svn.wordpress.org/super-simple-google-analytics/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/super-simple-google-analytics/)
by [RSS](https://plugins.trac.wordpress.org/log/super-simple-google-analytics/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.7.3

 * Got rid of the maxlength fields for tracking codes with more than 8 digits

#### 1.7.2

 * Purely cosmetic update for WordPress 4.4

#### 1.7.1

 * Added namespacing collision check
 * Minor updates for WordPress 3.5 update

#### 1.7

 * Added i18n (multi-language) support
 * Recoded plugin as PHP class
 * Added function to save options when upgrading from very old versions

#### 1.6

 * Added option to track integrated adsense stats.

#### 1.5.1

 * Fixed an error causing malformed tracking code to be output.

#### 1.5.0

 * Added a option to toggle tracking of logged in administrators.
 * Added internationalization language support.

#### 1.4.2

 * Fixed error causing population of ALL settings links on plugin menu.

#### 1.4.1

 * Fixed missing ‘ in Analytics code.

#### 1.4

 * Added a location option for code insert.
 * Changed variable names for uniqueness.
 * Lowered insert priority to get closer to /head or /body tags

#### 1.3.2

 * Fixed typo introduced in 1.3.1 update which can disrupt plugin meta links and
   throw an error in some situations.

#### 1.3.1

 * Fixed Settings link using generic function name which might prevent plugin from
   being activated.

#### 1.3

 * Added a ‘default values’ function for people doing multiple installations.
 * Clarified/additional code commenting.
 * Fixed weird line break printing in HTML source.

#### 1.2

 * Added a Settings link directly to the plugins page for convenience.
 * Made the Settings page look more normal.
 * Changed maxlength of 2nd box to 3 characters (since someone might have more than
   99 sites on the same Analytics account).

#### 1.1

 * Fixed maxlength of 1st box (from 6 to 8 characters).

#### 1.0

 * First released version.
 * There may still be bugs, but I can’t find any.

## Meta

 *  Version **1.7.3**
 *  Last updated **8 years ago**
 *  Active installations **2,000+**
 *  WordPress version ** 2.8 or higher **
 *  Tested up to **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/super-simple-google-analytics/)
 * Tags
 * [analytics](https://test.wordpress.org/plugins/tags/analytics/)[google](https://test.wordpress.org/plugins/tags/google/)
   [simple](https://test.wordpress.org/plugins/tags/simple/)[tracking](https://test.wordpress.org/plugins/tags/tracking/)
   [works](https://test.wordpress.org/plugins/tags/works/)
 *  [Advanced View](https://test.wordpress.org/plugins/super-simple-google-analytics/advanced/)

## Ratings

 4.2 out of 5 stars.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/super-simple-google-analytics/reviews/)

## Contributors

 *   [ Luke Mlsna ](https://profiles.wordpress.org/bitacre/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/super-simple-google-analytics/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://shinraholdings.com/donate)