Plugin Pulse
← Pulse

Site Kit by Google – Analytics, Search Console, AdSense, Speed

by Google · Analytics

Also makes 2 other plugins · 5.1M+ installs across the portfolio →

Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.

How scoring works →
90 Health · A
Maintenance 100/100
Rating quality 80/100
Support 87/100

90 health vs 64 average across 1,028 Analytics plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

94 / 100

Excellent listing optimization

Well tuned across the board

Update recency 100/100
WP compatibility 100/100
Rating quality 84/100
Listing tuning 100/100
Support resolution 81/100

Daily downloads

Since 2022-10-05 · 1,421 days · wp.org + Plugin Pulse archive

+1% vs prior 30d
49.9KDownloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

5.9M

now · peak 10.0M

5.92M30d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Site Kit by Google · #7 you GA Google Analytics · #147 AI Powered Marketing · #754 CAOS · #1735

Rating trend

Star average over time · dips mark rough releases

4.2Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

1.2Kper 1k installs · Aug 26

Release cadence

Actively maintained
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

24

releases in the last 12 months

1mo ago

latest release · v1.183.0

187

tagged releases on record

Recent releases

1.183.0 · 1mo ago1.182.0 · 2mo ago1.181.0 · 2mo ago1.180.0 · 3mo ago1.179.0 · 3mo ago1.178.0 · 4mo ago1.177.0 · 4mo ago1.176.0 · 5mo ago1.175.0 · 5mo ago1.174.0 · 6mo ago1.173.0 · 6mo ago1.172.0 · 7mo ago1.171.0 · 7mo ago1.170.0 · 8mo ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v1.183 37%
v1.181 12%
v1.182 10%
Older / other versions 41%

Estimated active installs

The public count shows “5M+”. Our estimate pins where the real number sits.

tracked estimate
5M–6M ≈5.9M

Refined from the date this plugin crossed into its current band.

Install history · since 2019-11-01 · 1,437 observations

5MInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price.

Details

Version
1.186.0
Last updated
yesterday
Added
2019-10-31 · 6 yrs old
Requires WP
5.2
Tested up to
7.1
Requires PHP
7.4

Recent review vibe

read from the latest 12 reviews to 2026-06-30
Mixed PraisePerformanceOnboarding

Most reviewers like having Analytics and Search Console right in the dashboard, but several flag slow load times or laggy syncing, and one agency managing 75+ sites says the plugin has grown more problematic on shared hosting since 2025.

Recent reviews

All reviews on wp.org ↗
  1. crowesam
    2mo ago

    What better way to understand something than reading the manual or seeing posts from the developers and people writingthe manual! This should make things a lot easier.

    Read on wp.org ↗
  2. marvin85
    3mo ago

    makes tracking so easy. i can check analytics n search console right from wp dashboard. rly convenient tbh, load time is a bit slow sometimes but overall pretty good.

    Read on wp.org ↗
  3. Rob Purkis
    3mo ago

    Absolute Kaka This plugin caused endless problems with my websitb and our site was bombarded with adds that bad we could hardly see our website. Turned the plugin off and problems went away.

    Read on wp.org ↗
  4. thyran
    3mo ago

    We manage 75+ WordPress sites for clients and have Site Kit installed on most of them. The plugin’s core value — consolidating tracking code insertion for Analytics, Search Console, Tag Manager, Ads, and PageSpeed Insights into a single managed plugin — is genuinely useful. We rely on it to keep clients’ Google service integrations consistent and centrally managed. That part deserves credit. However, since 2025 the plugin has become increasingly problematic on shared hosting and resource-isolated environments (cPanel/CloudLinux reseller accounts in our case). The Site Kit dashboard widget fires 6+ parallel Google API requests on cold-cache admin loads, with each GA4 Data API call now taking 10-15 seconds (vs sub-second on the old Universal Analytics API). When these requests fire concurrently with other admin widgets (WooCommerce, Yoast, Wordfence), they exhaust CPU, memory, and I/O limits on standard shared hosting accounts, producing 503 errors and 20-40 second dashboard load times. This isn’t a bug — it’s an architectural consequence of how the widget loads data — but it’s also not mentioned anywhere in the plugin’s documented requirements. The current minimum requirements list WordPress version, PHP version, browser support, and REST API availability, but nothing about hosting resources, concurrent connections, or worker capacity. For an agency deploying Site Kit at scale, this gap led to weeks of diagnostic work across multiple sites before identifying the plugin’s resource burst pattern as the cause. Two specific requests: Add a setting to disable the dashboard widget. A toggle in Admin Settings (similar to the existing “Display relevant page stats in the Admin bar” option) would let administrators disable the Summary widget across all users at once. Currently the only options are unchecking it per-user via Screen Options (doesn’t propagate to other admins) or adding custom code to remove the meta box (fragile if the widget ID changes). Document the resource requirements honestly. The plugin should mention that the dashboard widget makes concurrent Google API calls on cold cache, that these calls can take 10+ seconds each, and that shared hosting environments may need to disable the widget or upgrade hosting resources to handle the burst. Workaround for other agencies hitting this: Until a first-class setting exists, this code (placed in a mu-plugin or child theme functions.php) removes the Site Kit dashboard widget for all users: /** * Disable Site Kit Dashboard Widget * * Site Kit's dashboard widget makes 6+ Google API calls on cold-cache * dashboard loads. On resource-constrained hosting these can exhaust * account limits and cause 503 errors. The full Site Kit dashboard * remains accessible via the Site Kit menu item. */add_action('wp_dashboard_setup', function() { remove_meta_box('google_dashboard_widget', 'dashboard', 'normal');}, 99); Note: the widget ID (google_dashboard_widget) is current as of Site Kit at time of writing, but could change in future releases. Detailed diagnostic data, network waterfalls, and the support thread tracking this is at: Wordpres Support Topics unable to add link here just search: Sudden high CPU and 503 errors on Site Kit dashboards across 80+ sites We’ll continue using Site Kit because the consolidated tracking management is genuinely valuable for agency workflows. Better documentation of these characteristics would have saved significant diagnostic time and would help other agencies set hosting expectations correctly when deploying Site Kit at scale.

    Read on wp.org ↗
  5. mikala65
    3mo ago

    tbh it saves sm time having analytics inside wp. u dont need extra tabs open. gave 4 stars cz setup was kinda annoying rn, but its running gud now. ty

    Read on wp.org ↗
  6. tickastudios
    3mo ago

    A little complicated to use, but very very powerful

    Read on wp.org ↗
  7. luana345
    3mo ago

    Analytics, Search Console, AdSense all in 1 dashboard?? Game changer fr!! Setup took like 2 mins n its literally by Google so u kno its legit. Cnt imagine managing w/o it

    Read on wp.org ↗
  8. DashKitten
    4mo ago

    Repeatedly asks me to reset the plugin in spite of having my Analytics details and being part of the Yoast setup I use. I don’t have time to play detective and guess what might be wrong where.

    Read on wp.org ↗

Latest updates

via GitHub releases

Recent releases and news for this plugin

  1. 2026-08-24 1.186.0 Enhanced Add new "content events" event provider in conversion event tracking to all sites. See #13281 . Add the initial datastore for the Feature Discovery Hub. See #13245 . Add the featureDiscoveryH 1.186.0
  2. 2026-08-10 1.185.0 Enhanced Launch the Setup Flow Refresh Phase 4 feature by force-enabling the feature flag in the plugin. See #13159 . Show the correct number of segments in the progress indicator on the service scree 1.185.0
  3. 2026-07-27 1.184.0 Enhanced Update notice text for Site Goals. See #13153 . Add Site Goals Survey Triggers. See #13040 . Add the steps query parameter to the proxy's setup URL to specify the number of progress indicator 1.184.0
  4. 2026-07-13 1.183.0 Enhanced Add GA event tracking for the notices displayed when the Key Metrics and Audience Segmentation widgets are re-shown. See #12972 . Launch the Setup Flow Refresh feature by force-enabling the f 1.183.0
  5. 2026-06-29 1.182.0 Added Allow existing users to link their Google accounts with their WordPress user profile using Sign in with Google. See #9994 . Enhanced Show error notices inline on the Key Metrics setup screen whe 1.182.0
  6. 2026-06-15 1.181.0 Enhanced Add custom dimension breakdown notice message to Site Goals widgets/side panel settings. See #12800 . Add an auto-updates opt-in checkbox to the plugin activation banner, allowing users to en 1.181.0

Known vulnerabilities

via Wordfence Intelligence

2 disclosed vulnerabilities on record for this plugin, all fixed in the current version. Sites on older versions stay exposed until they update.

  1. 2026-06-25 CVE-2026-10753 Missing Authorization Affects < 1.176.0 Patched in 1.176.0
  2. 2020-05-21 CVE-2020-8934 Exposure of Sensitive Information to an Unauthorized Actor Affects <= 1.7.1 Patched in 1.8.0

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 43 languages, 13 at 90% or more

Dutch 100%
Dutch (Formal) 100%
English (UK) 100%
Spanish (Argentina) 100%
Spanish (Chile) 100%
Spanish (Mexico) 100%
Spanish (Spain) 100%
Turkish 100%
Ukrainian 100%
Czech 98%
Portuguese (Brazil) 97%
Arabic 96%
German 91%
Italian 89%
Japanese 89%
Indonesian 88%
Korean 87%
Hungarian 86%
French (France) 85%
Polish 78%
Russian 72%
Vietnamese 72%
Swedish 60%
German (Formal) 53%

Plus 19 more locales with partial translations.

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2025-04-05 4M+ → 5M+ up after 427 days in tier
  2. 2024-02-03 3M+ → 4M+ up after 351 days in tier
  3. 2023-02-17 2M+ → 3M+ up

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Site Kit by Google – Analytics, Search Console, AdSense, Speed into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/google-site-kit" width="480" height="300" style="border:0" loading="lazy" title="Site Kit by Google – Analytics, Search Console, AdSense, Speed — Plugin Pulse"></iframe>
Preview card ↗

Site Kit by Google – Analytics, Search Console, AdSense, Speed: 5M+ active installs, 4.2★ (1,009 reviews). Plugin Pulse (WP Mayor), as of 2026-08-25. https://plugins.wpmayor.com/plugin/google-site-kit