Plugin info

Total downloads: 2,494
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/7/2021 (1753 days ago)
Added to WordPress: 6/15/2019 (6 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 5.7.14
Minimum PHP version: 5.2.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1753 days ago

20/100

Is Technicality Google Analytics abandoned?

Possibly abandoned (last update 1753 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 5.7.14
Requires PHP: 5.2.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

GTM4WP – A Google Tag Manager (GTM) plugin for WordPress
Rating 4.5/5 (154 reviews)Active installs 700,000
WP Statistics – Simple, privacy-friendly Google Analytics alternative
Rating 4.1/5 (740 reviews)Active installs 600,000
GA Google Analytics – Connect Google Analytics to WordPress
Rating 4.9/5 (158 reviews)Active installs 400,000
Google Analytics for WooCommerce
Rating 2.8/5 (117 reviews)Active installs 200,000

Description

This is a very simple WordPress plugin that adds the code needed for Google Analytics to your page. You just need to install the plugin, activate it, and enter your Tracking ID.

Technical Details (in case you are curious, the plugin takes care of this for you)

If your Google Analytics Tracking ID is UA-XXXXXXXX-1, this code needs to be added to your page headers for tracking to occur:

window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());

gtag(‘config’, ‘UA-XXXXXXXX-1’);

The plugin adds a field to the General Settings page for you to enter your Tracking ID. Activate the plugin, enter your Tracking ID – that’s all you have to do. The code above (with your Tracking ID) will automatically be inserted into the header of each page your readers view.

Installation

  1. Upload the plugin files to the /wp-content/plugins/technicality-google-analytics directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Settings->General screen to enter your Google Tracking ID.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.2

  • Tested with WordPress 5.7.1. No code changes.

1.0

  • Initial version.