sandywp / plugins / wp-analytify
Analytify
Google Analytics Dashboard For WordPress (GA4 analytics tracking)
Analytify is the must-have Plugin for Google Analytics 4 Integration, Tracking, & Reporting in WordPress. Enhanced eCommerce, Events, & Call Analytics
Ready in seconds.
v9.1.2 20,000+ installs WP 4.0+

What you get inside
8 screens-
Google Analytics by Analytify - Real Time Stats
-
Google Analytics by Analytify - Top Countries
-
Google Analytics by Analytify - Top Referrers/Browsers
-
Google Analytics by Analytify - Enhanced eCommerce Google Analytics Tracking for WooCommerce
-
Google Analytics Dashboard By Analytify - Settings Screen
-
Google Analytics by Analytify - Automated Email Reports
-
Google Analytics by Analytify - Shopping Behavior funnel for WooCommerce Google Analytics
-
Google Analytics by Analytify - UTM Campaigns Dashboard
About this plugin
Homepage | Documentation | Support | Demo | Premium Version
Google Analytics Dashboard
Google Analytics Dashboard Plugin for WordPress – by Analytify makes Google Analytics simple for everyone using WordPress. We know how important it is to keep track of website analytics.
Analytify allows you to present the statistics from Google Analytics in a beautiful and useful manner. The integration is super simple and does not require the help of a developer to set up the integration. Once you integrate Google Analytics in WordPress using Analytify, you will be able to view the dashboard both at the front end and the backend.
Unlike other WordPress analytics plugins, Analytify brings a lot of actionable data in a single view at the dashboard. The Free version will let you view statistics like Visitors, Page views, New vs Returning Visitors, Top Pages, Geographic data, and much more.
The best part about Analytify is that it lets you view page-level statistics like views, users, bounce rate, average time on the page while being logged in the Admin panel of your WordPress website.
The premium version of this WordPress plugin is built to leverage the power of website analytics to let you know how people find and use your website.
Now you can get Google Analytics Dashboard inside your WordPress Dashboard with just a few clicks. Our goal at Analytify is pretty simple, to make data Analytics fun In WordPress.
Analytify is one of the few WordPress analytics plugins, which is the Google Analytics Technology Partner. This means our plugin is carefully tested and vetted to make sure you get the kind of support you need to be successful.
Analytify 4.0 is here! Discover Google Analytics Like Never Before! Must check those stunning Screenshots!
ANALYTIFY PRO VERSION:
This is the free version of Analytify, there is a Premium version that comes with basic plus advanced features to help you get Google Analytics in WordPress. The Pro version is more easy to install, and shows Real-Time Stats, Campaign Stats, ShortCodes, Front-end Stats and more reports in backend and front-end. Also the premium version has better ecommerce tracking (Buy Add-ons with premium), and campaigns management. Get the affordable Premium Version from analytify.io . Bundle price is also available with Addons.
ANALYTIFY IS A MULTILINGUAL PLUGIN, AVAILABLE IN THE FOLLOWING LANGUAGES
The plugin is fully available in French, Turkish and Hungarian languages. However Dutch, German and Russian are just about to be fully translated. We are working hard to make sure the plugin is fully available in all the mentioned languages.
- French 100%
- Turkish 100%
- Hungarian 100%
- Dutch 96%
- German 96%
- Russian 82%
- Norwegian 79%
- Spanish 50%
100% Multilingual, Translatable and WPML Compatible
INSTALLATION PROCESS OF ANALYTIFY WORDPRESS ANALYTICS PLUGIN
Connect your WordPress site with Google Analytics with 1-Click Authentication process and It add Google Analytics tracking code to your WordPress website without the help of a developer.
It is highly recommended by Google Analytics Team to use your own Custom API keys. You need to create a Project in Google Console.
Here is a short Video guide to get your own ClientID, Client Secret and Redirect URL. Add these API Keys in Advanced Tab before connecting Analytify with Google Analytics.
TOP FEATURES OF THIS GOOGLE ANALYTICS PLUGIN FOR WORDPRESS
Enhanced eCommerce Google analytics Tracking Add-ons for WooCommerce
Ecommerce tracking is a tricky process and requires the time and help of a developer to properly set up events and tracking. Analytify allows solid integration with WooCommerce to ensure you do not miss out on important eCommerce data of your business. It allows you to track product clicks, impressions, add to cart clicks, product performance, and much more right in your WordPress dashboard. The report also generates key insights on following factors:
- Average Order Value
- Transaction Revenues
- Total Transactions
- Products removed from the cart
Enhanced eCommerce Tracking for Easy Digital Downloads
Analytify’s addon for Easy Digital Downloads, lets you track digital sales, transactions, and revenue. We have made sure to sync the addon with Google Analytics for Easy Digital Downloads so that you can keep a close eye on the entire shopping behavior funnel of your website.
Geographical Data
The geographic data in the analytics report presents a beautiful visualization with the list of every country and city bringing traffic to your website. The low to high scale on the map makes it easy to identify the top traffic countries. You can easily identify those countries by hovering the mouse over the map.
Social Media Statistics in WordPress
Social media is a powerful source of traffic, and our plugin lets you know the effectiveness of your social media efforts inside your WordPress dashboard.
Real-Time Reporting
You must have seen real-time data in Google Analytics. But that nifty feature can be shown in your WordPress dashboard by connecting your WordPress site with Analytify.
Helps with Search Engine Optimization
Analytify lets you see traffic data for individual blog posts and pages, this keeps you aware of your top-performing content and allows you to take actionable steps.
Automated Email Reports
If you are an agency, or a business owner with multiple websites then our automated email reporting will come very handy for you. You can send individual post stats directly to your client by simply clicking “Send Email” within the dashboard.
Google Analytics System Stats Report
In the Analytify plugin, users can also view System stats report that includes how many visitors are coming from which platforms which include Operating systems, Browsers, and Mobile devices statistics.
Google Analytics Report for Goals
In the Analytify dashboard, you can also view your goals report that includes Goal Completions, Goals Value, Goals Conversion rate, Page per session, and Pages. The dashboard is further extended to show traffic sources and the goal completion from those sources.
Frontend Tracking Reports ShortCodes
If you want to show your stats to your user on the frontend side of your website or any post, you can easily do that. As Analytify provides you this amazing option by using shortcodes you can integrate tracking on your post or page for your users of visitors by adding shortcodes.
GDPR Compatible Plugins
- CookieYes (script blocking via plugin integration).
- Cookie Notice & Compliance (Hu-manity.co) — head tracking blocked in PHP until cookies are accepted.
- Any custom or third-party consent tool — use the hooks below (no core code changes required).
Consent integration hooks (custom / third-party cookie plugins)
analytify_consent_server_blocks_tracking— returntruewhen your plugin knows the visitor has not consented (PHP), so Analytify does not print gtag in the head. Example: read your consent cookie in the filter callback.analytify_consent_defer_gtag— returntrueto load GA4 gtag only after consent in the browser (opt-in; default off for all sites).analytify_consent_ready_dom_events— array ofdocumentevent names that trigger deferred gtag (defaults toanalytifyConsentGrantedonly). Add your CMP’s event names (e.g. after the user accepts cookies).analytify_consent_deferred_js_loader_name— name of the global function (defaultanalytifyLoadGtagAfterConsent) your front-end can call to load gtag immediately after consent.analytify_consent_deferred_expose_global_loader— returnfalseto stop registering the global loader (events only).- Legacy:
analytify_ccv_consent_event_name— merge one extra event name (string) into the deferred event list.
After consent, custom scripts may run: document.dispatchEvent(new Event('analytifyConsentGranted')); or window.analytifyLoadGtagAfterConsent() when the global loader is enabled.
When CookieYes is active, Analytify outputs Google Consent Mode v2 defaults (denied until the CMP updates consent) before loading gtag.js. Turn off with analytify_gtag_consent_defaults_enabled or analytify_output_gtag_consent_defaults if your CMP already prints the same defaults.
OTHER FEATURES YOU CAN GET BY CONNECTING YOUR SITE WITH GOOGLE ANALYTICS PLUGIN FOR WORDPRESS
- List of top Referrers Browsers
- List of top Referrers
- Mobile device Statistics
- See What’s happening when users come to your site (Bounce rate of top pages)
- It can be easily customizable with CSS, you can give it any shape you want.
- You can extend it to any level. Usage of API’s are very easy to work with.
- General Statistics (Sessions, Users, Bounce rate, Average time on site, Average pages, Pageviews, New/Returning Visitors)
- How people are finding you (TOP KEYWORDS)
- [New] Dashboard dropdown menu now remembers your last selection of time period.
PREMIUM FEATURES
- Campaigns Statistics
- Events Tracking
- Google AMP
- Google Optimize
- Forms Tracking
- Custom Dimensions
- Use ShortCodes in Widgets
- Google Analytics Stats (Full) under the single posts,pages & Custom Post Types as a block in wp-admin
- ShortCodes (Simple and Advanced) for Custom Statistics of your own choice
WooCommerce Enhanced eCommerce tracking and report dashboard right inside your WordPress is now available. Take a look.
Following are the important add-ons which empower you to set up Google Analytics like a boss. It really helps your clients, online stores, etc.
- Google Analytics Goals Dashboard
- Google Analytics eCommerce Tracking for WooCommerce
- Google Analytics eCommerce Tracking for Easy Digital Downloads
- Google Analytics Automated Email Notifications
- Google Analytics Campaigns Tracking
- [Free] Google Analytics Dashboard Widget
FOLLOWING IS A COMPLETE HIERARCHY STRUCTURE OF ANALYTIFY PRODUCTS SUITE
- Analytify Core (Free and Required for all add-ons)
- Dashboard widget (Free) Google Analytics Widget in your WordPress Dashboard.
- Analytify Pro (Paid)
- Campaign Tracking (Paid)
- Email Notifications (Paid)
- Google Analytics Goals Tracking and Dashboard (Paid)
- Google Analytics Forms Tracking and Dashboard (Paid)
- Google Analytics Authors Tracking and Dashboard (Paid)
- Enhanced Ecommerce Google Analytics Tracking for WooCommerce (Paid)
- Enhanced Ecommerce Google Analytics Tracking for Easy Digital Downloads (Paid)
It is highly recommended by Google Analytics Team to use your own Custom API keys. You need to create a Project in Google Console.
Here is a short Video guide or a tutorial to get your own ClientID, Client Secret and Redirect URL. Add these API Keys in Advanced Tab before connecting Analytify with Google Analytics.
This Google analytics plugin is also available on github and ready to take bugs and pull requests. For Support, you can buy the PRO version, this will give access to premium updates, support and features.
Notes
Analytify is the best Google Analytics plugin for WordPress. We make Google Analytics look EASY. You know all about Google Analytics and love the data it provides, but wouldn’t it be nice if there is a tool to make managing all of that complex information simpler?
You’re in luck.
Google Analytics Was Never This Fun In WordPress before.
Following is a list of Testimonials you must read them once.
Testimonial # 1
Great way to understand your audience
I’ve been using the Pro version for quite a while. I really love how it gives me in-depth information about each individual post. That kind of info is hard to navigate to in Google Analytics even if you’re relatively familiar with it already. I discovered all kinds of new things about how people land on my site and how they engage with it just by activating the plugin and looking at the information it provides in the Dashboard and on individual posts.
The author is also an official Google analytics Partner, which I think speaks volumes. Well done all around, highly recommended!
Testimonial # 2
Best Google Analytics Plugin
This is something that clients really love as they of course want to see traffic to their site. However many do not want to log into google analytics and work their way through its rather complicated reporting modules. This gives all the headline stuff and more. What’s really neat is that it does it for every single page as well. So you can really see what’s going on for a particular post. So a google search for X led to this page. It also has great realtime reporting for the paid version. I had one small issue and the developer responded and addressed it immediately. Very impressed. It’s become a default plugin.
Testimonial # 3
Excellent Integrations with Google Analytics
Many of my clients don’t want to view analytics outside their dashboard. This plugin integrates GA beautifully within the WordPress admin panel. I suggest you give it a spin. The developers are also very nice and dedicated to the plugin, which goes a long way.
Testimonial # 4
Outstanding support and product
Besides thinking the plugin is wonderful, I am equally impressed with the support team. I had issues and they emailed back and forth to resolve my issues and even update the plugin for me. I highly recommend this plugin which has been very beneficial to my analytics, but just as important, I appreciate the support in resolving my issue in a very timely manner.
Questions
- What is Google Analytics4 or GA4?
A new upgraded version of Google Analytics introduced 4 key features: Smarter Insights, Deep integration with Google Ads, Customer-Centric data measurement, and Data controls. GA4 tracking id looks like G-XXXXXXXXXX.
- Does this plugin support Google Analytics4?
Yes, you can track data in GA4, but you must need Universal Analytics for reports to be visible in WordPress. So, We wrote an article to create both properties in Google Analytics and connect each other. i.e., Universal Analytics UA and Google Analytics GA4 property.
- Should I use the old Google Analytics UA script (analytics.js) or the new Global Site Tag (gtags.js) in 2021?
We recommend using gtag.js as the Google Analytics team also advises this. If you have written custom tracking scripts in Universal Analytics, you need to use UA analytics.js, and it is better to rewrite them in gtag.js as old UA analytics.js will obsolete. That’s how we moved our tracking codes from analytics.js to gtag.js
- Does your plugin support the new Global Site Tag (gtag.js)?
Yes, Analytify started inserting new gtag.js by default on the plugin installation. But we have an analytics.js option as well for backward compatibility.
- Should I install a Google Analytics plugin, or can I insert Google analytics tracking JS code in my WordPress theme?
You can add Google Analytics JS code in your theme, but We recommend using Analytify; you connect your Google Analytics account with Analytify. It will insert the Google Analytics tracking code after selecting your website profile from the plugin settings, profile tab. Analytify pulls your website analytics from Google Analytics and flaunts it in WordPress Dashboard.
- Google Analytics says tracking code is not detected
If you check the source code of your pages and don’t see the Google Analytics tracking code, check the following:
- Check that your theme includes the hooks,
wp_headandwp_footer - Double check the “Install Google Analytics tracking code” option is ON.
- If you are using a caching plugin, try clearing the cache.
- You might be logged in as an administrator, and that user is excluded from tracking.
If the GA tracking code is still not displayed, there is likely interference from another plugin. Please submit a support request on our site or here.
- Check that your theme includes the hooks,
- Do I need to have an account on Google Analytics to start tracking my website?
Yes, a Google Analytics account is necessary to track your website. We wrote a detailed guide on How to set up a Google Analytics account. It will help in understanding Google Analytics in particular.
- How to Authenticate and Connect my Google Analytics Account with Analytify?
Go to plugin Analytify->settings page and see the Authentication tab. Click the “Log in with Google Analytics Account” button, connect and give Analytify app access to your Google Analytics account.
sandywp / also on the shelf
Try another plugin
Site Kit by Google – Analytics, Search Console, AdSense, Speed
4.2 · 5M+ installs
Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.
-
The best free Google Analytics plugin for WordPress. See how visitors find and use your website so you can grow your business…
WP Statistics – Simple, privacy-friendly Google Analytics alternative
4.1 · 600K+ installs
Get website traffic insights with GDPR/CCPA compliant, privacy-friendly analytics. Includes visitor data, stunning graphs, and no…
Spin up a real WordPress site in seconds.
Test plugins, build a demo, hand a client a link — then squash it and start again. No local setup, no Docker.