What is GA Google Analytics plugin?
GA Google Analytics by Jeff Starr is a lightweight WordPress plugin with a single, clear purpose: add a Google Analytics (GA4) tracking snippet to your WordPress site with minimal configuration and zero bloat. Unlike MonsterInsights, ExactMetrics, or Analytify — which build rich dashboard reports inside WordPress — GA Google Analytics simply inserts the gtag.js tracking code correctly on every page and gets out of the way. There are no API connections to establish, no dashboards to configure, and no additional database tables created.
The plugin is designed for developers and site owners who want reliable GA4 tracking but view their analytics data in the native Google Analytics interface rather than a WordPress-embedded summary. It supports custom tracking code placement (head or body), options to disable tracking for logged-in users by role, support for multiple tracking IDs, and IP anonymization for GDPR compliance. The plugin is under 20KB and adds no measurable performance overhead.
The free version covers all core tracking needs. The Pro version ($20 one-time) adds custom code placement, post type exclusions, custom track domain, and enhanced link tracking. At $20 as a one-time purchase, GA Google Analytics Pro is among the most affordable premium analytics plugins available. For WordPress developers who manage many sites and want a consistent, low-overhead GA4 implementation without recurring subscription costs, this plugin is a strong choice. For site owners who want analytics reports inside WordPress without accessing the GA4 interface directly, MonsterInsights or Site Kit are more appropriate.
Need Help With GA Google Analytics Setup, Troubleshooting, or Customization?
Need help with GA Google Analytics? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get GA Google Analytics Expert HelpKey Features
- Lightweight GA4 tracking snippet insertion — no API connection required
- Custom code placement (head or footer, before or after tag)
- Disable tracking for specific user roles
- IP anonymization option
- Support for multiple GA4 tracking IDs
Pros & Cons
Pros
- Extremely lightweight — under 20KB, no performance overhead
- No API keys or OAuth connections — enter GA4 ID and done
- Free version covers all core GA4 tracking needs
Cons
- No WordPress-embedded analytics reports — must use native GA4 interface for all data
- No WooCommerce ecommerce tracking built in
Free vs Premium
Free: GA4 snippet insertion, role-based tracking exclusion, code placement options. Pro ($20 one-time): custom tracking code, post type exclusions, enhanced link attribution, custom track domain, priority support.
Common Problems & Fixes
GA Google Analytics is installed but no data appears in GA4 after 48 hours — how do I verify it is working?
Use GA4 DebugView (GA4 → Admin → DebugView) to confirm events are arriving. Visit your site in a browser that does not have your activity filtered, and watch for page_view events in DebugView. If no events appear, the tracking snippet may not be loading — check the page source for the gtag.js snippet (search for “G-” to find your tracking ID). If the snippet is absent, verify the plugin is active and the Tracking ID is correctly entered in Settings → GA Google Analytics.
GA Google Analytics is tracking Administrator visits — how do I exclude my own activity from data?
In Settings → GA Google Analytics → Disable Tracking, select the Administrator role (and any other roles you want to exclude). When a user of the selected role is logged in, the tracking snippet is not output on the page. This is the recommended configuration for most sites — excluding Administrator prevents development and testing activity from inflating traffic data.
The GA4 tracking ID format changed (from UA- to G-) — do I need to update the plugin settings?
Yes. GA4 property IDs begin with G- (e.g., G-XXXXXXXXXX). Universal Analytics IDs began with UA-. If your plugin is configured with a UA- ID, it is using deprecated Universal Analytics tracking, which is no longer processed by Google (UA was discontinued in July 2023). Enter your GA4 property ID in Settings → GA Google Analytics → Tracking ID and save.
Customization & Developer Notes
How do I add GA4 to a WordPress multisite network using GA Google Analytics?
GA Google Analytics supports WordPress multisite. Network-activate the plugin to make it available across all sites. Individual sites can configure their own GA4 tracking IDs in Settings → GA Google Analytics on each subsite. For network-wide tracking with a single GA4 property, configure the tracking ID at the network level in Network Admin → Settings → GA Google Analytics.
Can I add GA4 tracking to a specific section of my site only using GA Google Analytics?
GA Google Analytics tracks all pages by default. To track only specific post types or exclude certain areas, use the Pro version post type exclusion feature. For more granular control (specific categories, specific URL patterns), use Google Tag Manager instead — it allows URL-based firing conditions for GA4 tags without plugin-level restrictions.
Frequently Asked Questions
Is GA Google Analytics suitable for a WooCommerce store?
For basic page view tracking on a WooCommerce store, yes. For ecommerce tracking (product impressions, add-to-cart, purchase revenue), GA Google Analytics does not include WooCommerce integration. Use Google Tag Manager or a plugin like MonsterInsights Pro or PixelYourSite that includes WooCommerce data layer integration for full ecommerce tracking.
What is the difference between GA Google Analytics and Site Kit by Google?
GA Google Analytics is a minimal snippet-insertion plugin — it adds the GA4 code and nothing else. Site Kit by Google is a full integration that connects multiple Google services (Analytics, Search Console, AdSense, PageSpeed) and displays reports inside WordPress. GA Google Analytics is appropriate when you want reliable tracking with no WordPress dashboard overlap; Site Kit is appropriate when you want a consolidated Google services dashboard inside WordPress at no cost.
Can GA Google Analytics break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing GA Google Analytics?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.