Adds your Google Analytics Tracking ID to your headers.
This is a very simple WordPress plugin that adds the code needed for Google Analytics to your page.
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.
/wp-content/plugins/technicality-google-analytics
directory, or install the plugin through the WordPress plugins screen directly.