Analytics Cat - Google Analytics Lets You Add Your Google Analytics / Universal Analytics Tracking Code To Your Site With Ease.
This Plugin Will No Longer Work With Google Analytics on July 1, 2023
Google Analytics 4, is replacing Universal Analytics. On July 1, 2023, standard Universal Analytics properties will stop processing new data. This means that any Universal Analytics data that you’re using in Google Ads campaigns will start to degrade and your ad performance may be impacted. We strongly recommend that you make the switch to Google Analytics 4 as soon as possible.
Analytics Cat – Google Analytics is a lean, fast, simple, no-frills way to add your Google Analytics / Universal Google Analytics code to your WordPress site.
This bloat-free, simple Google Analytics WordPress plugin doesn’t add tons of features. Instead, Analytics Cat – Google Analytics simply focuses on letting you add your Google Analytics (Universal Analytics) Code to your site in less than 2 minutes, without slowing your site down.
There are multiple ways to add the Google Analytics tracking code to your WordPress site.
1. Pasting your Google Analytics script into your theme
This approach isn’t great for two reasons:
a) If you edit your live site and make a mistake when pasting your Google Analytics script into your theme, you could take down your website.
b) If your theme is updated with new features or security fixes, your Google Analytics code will be overwritten.
2. Pasting your Google Analytics script into a header/footer script plugin
This is a valid approach, but has some disadvantages. General purposes “header script plugins” aren’t built from the ground-up to support Google Analytics.
What this means is that :
a) These plugins lack Google Analytics-specific functionality.
b) These plugins will not adapt if Google Analytics changes again. Since Analytics Cat is a dedicated Google Analytics WordPress plugin, we’ll make sure make sure to stay compatible with future changes to Google Analytics.
c) These plugins usually don’t support hiding your Google Analytics code from logged-in users.
3. Using Some Other Google Analytics WordPress Plugin
There are some good Google Analytics plugins out there, but many of them are bloated, have too many settings and are slow.
You’ll love Analytics Cat – Google Analytics Cat iff what you want is a simple, reliable Google Analytics plugin,
Yes. Analytics Cat is built from the ground up to support Universal Analytics.
Analytics Cat – Google Analytics does not work with the old Google Analytics script that Google deprecated.
Yes. You can hide your Google Analytics code from logged in users by going to Settings -> Google Analytics Manager.
Yes. Analytics Cat – Google Analytics Cat is fully translateable. Please let us know if you’re interested in contributing.
This is just the first version of Analytics Cat – we have tons of new features & improvements lined up. Do you have any suggestions? Please leave a comment in the support forums.
This plugin can be configured to connect to 3rd party service providers such as Google.
If you use this plugin to connect to a 3rd party, personal data may also be shared with that party.
Additional privacy policy information for 3rd party services can be found here:
Our full privacy policy is available here: https://fatcatapps.com/legal/privacy-policy/
fca-ga.zip
) to the /wp-content/plugins/
directoryAfter installing this plugin, simply go to Settings -> Google Analytics Manager and add your Google Analytics (Universal Analytics) ID.
Follow these steps to find your Google Analytics tracking id:
Sign in to your Google Analytics account
On the bottom left side of the screen, click on “Admin” (Cog icon).
Select your preferred Account and Property from the columns.
Under Property, Click ‘Tracking Info’ > ‘Tracking Code’
You will find your Tracking ID here (example: UA-xxxxxx-01)
Paste this Tracking ID into Analytics Cat
Important: Do not paste your tracking code (starting with ). Instead, paste your tracking id (example: UA-xxxxxx-01) into Analytics Cat.
Yes you can! Append the following code to your theme’s functions.php page:
function my_custom_ga_attributes ( $value ) { return '&aip=1'; } add_filter( 'fca_ga_attributes', 'my_custom_ga_attributes' );
For more information, read this: How to find your Google Analytics tracking code, Google Analytics tracking ID, and Google Analytics property number