GA Google Analytics – Connect Google Analytics to WordPress
✨ Connects Google Analytics to WordPress ✨ Easily add Google Analytics 4 to your web pages This plugin enables Google Analytics for your entire WordPress site. Lightweight and fast with plenty of great features. 🔥 Enable Google Analytics 4 Steps to enable Google Analytics 4: Follow this guide to create a GA4 account During account creation, you’ll get a tracking (measurement) ID Add your new tracking ID to the plugin setting, “GA Tracking ID” Select “GA4” for the plugin setting, “Tracking Method” Save changes and done. Wait 24-48 hours before viewing collected data in your GA account. 🔥 GA Tracking Options Here are the tracking methods available with this plugin: GA4 / Google Analytics 4 (default) Universal Analytics (deprecated) Legacy Tracking (deprecated) Note: GA4 is recommended. Google has deprecated/disabled all other tracking options. 🔥 GA Feature Support Supports Google Analytics 4 Supports Display Advertising Supports Enhanced Link Attribution Supports IP Anonymization Supports Force SSL Supports Google Optimize Supports Consent Signals Supports Tracker Objects (Universal Analytics) Supports User Opt-Out (Universal Analytics) Also supports tracking links and conversions via the Custom Code setting. Learn more about Google Analytics. 🔥 General Features Blazing fast performance Does one thing and does it well Drop-dead simple and easy to use Regularly updated and “future proof” Stays current with the latest tracking code Includes tracking code in header or footer Includes tracking code on all WordPress web pages Includes option to add your own custom markup Sleek plugin Settings page with toggling panels Option to disable tracking of admin-level users Option to enable page tracking in the Admin Area Works with or without Gutenberg Block Editor Easy to customize the tracking code More features available in the Pro version » This is a lightweight plugin that inserts the required GA tracking code. To view your site statistics, visit your Google Analytics account. 🔥 Pro Version GA Google Analytics Pro includes the same features as the free version, PLUS the following: Visitor Opt-Out Box (frontend UI) Configure multiple tracking codes Live Preview of all tracking codes Choose location of multiple tracking codes Supports Custom Code in header or footer Disable tracking of all logged-in users Disable Tracking for any Post IDs, User Roles, Post Types Disable Tracking for Search Results and Post Archives Display Opt-Out Box automatically or via shortcode Complete Inline Help/Documentation Priority plugin help and support 🚀 Learn more and get GA Pro » Privacy User Data: This plugin does not collect any user data. Even so, the tracking code added by this plugin is used by Google to collect all sorts of user data. You can learn more about Google Privacy here. Cookies: This plugin uses simple cookies for the visitor Opt-Out Box to remember user preference for opt-in or out of Google Analytics. Services: This plugin does not connect to any third-party locations or services, but it does enable Google to collect all sorts of data. GA Google Analytics is developed and maintained by Jeff Starr, 15-year WordPress developer and book author. Support development I develop and maintain this free plugin with love for the WordPress community. To show support, you can make a donation or purchase one of my books: The Tao of WordPress Digging into WordPress .htaccess made easy WordPress Themes In Depth Wizard’s SQL Recipes for WordPress And/or purchase one of my premium WordPress plugins: BBQ Pro – Blazing fast WordPress firewall Blackhole Pro – Automatically block bad bots Banhammer Pro – Monitor traffic and ban the bad guys GA Google Analytics Pro – Connect WordPress to Google Analytics Head Meta Pro – Ultimate Meta Tags for WordPress REST Pro Tools – Awesome tools for managing the WP REST API Simple Ajax Chat Pro – Unlimited chat rooms USP Pro – Unlimited front-end forms Links, tweets and likes also appreciated. Thank you! 🙂
Top keywords
- tracking23×3.71%
- google19×3.06%
- analytics17×2.74%
- google analytics14×2.26%
- wordpress13×2.10%
- pro12×1.94%
- supports11×1.77%
- ga9×1.45%
- code8×1.29%
- tracking code6×0.97%
- user6×0.97%
- data5×0.81%
NewStatPress
NewStatPress is a new version of StatPress that was the first real-time plugin dedicated to the management of statistics about blog visits. It collects information about visitors, spiders, search keywords, feeds, browsers etc. Once the plugin NewStatPress has been activated it immediately starts to collect statistics information. Using NewStatPress you could spy your visitors while they are surfing your blog or check which are the preferred pages, posts and categories. In the Dashboard menu you will find the NewStatPress page where you could look up the statistics (overview or detailed). NewStatPress also includes a widget one can possibly add to a sidebar (or easy PHP code if you can’t use widgets!). With the new ajax/javascript usage for variables in widget, the plugin is faster for a user being visit your site even with 1GB or more of database to use! (requires the External API be enabled in NewStatPress>Options>API) IMPORTANT: all previous versions from 1.0.4 are subject to XSS and SQL injection from an old Statpress routine. You have to use at least version 1.0.6 to avoid security issue. PLEASE UPDATE always to the latest version available. Support Check at http://newstatpress.altervista.org What’s new? Simple adding index to database and changes some data fields for better database storing (from here http://www.poundbangwhack.com/2010/07/03/improve-the-performance-of-the-wordpress-plugin-statpress-and-your-blog/ where some modification comes from) Ban IP You could ban IP list from stats editing def/banips.dat file. DB Table maintenance NewStatPress can automatically delete older records to allow the insertion of newer records when limited space is present. This features is left as original StatPress but it will be replaced by the history data instead. External API External API are a way to gives the collected informations as a web service using a POST call. With it you can use (for example) your collected data of WordPress inside a Drupal site. The API must be enables by check a flag into the option (by default is disabled) and a private KEY must be entered (you can generate a random one). This KEY is for authenticate the called as a valid allowed client. Even if the API is for external usage, it will be used internally for speed up page generation using AJAX, so at some point you will need to activate it to continue to see overview and Details pages. Actually those are the available commands: Command | Parameters | Description version gives the Newstatpress version in use dashboard gives the Newstatpress dashboard overview table External API is actually used by Multi-NewStatPress (a software than manages data from multiple installation of NewStatPress in different servers). If you want to use the API you need to pass to POST those values: VAR the variable for the query (like ‘Version’) KEY the MD5 of date at minute level plus the key you enter into option (e.g in PHP: md5(gmdate(‘m-d-y H i’).key) ) PAR the parameter associated with the VAR TYP the type of result: JSON (default) of HTML into those url: your_site+”/wp-content/plugins/newstatpress/includes/api/external.php” NewStatPress Widget / NewStatPress_Print function Widget is customizable. These are the available variables: %thistotalvisits% – this page, total visits %alltotalvisits% – all page, total visits %totalpageviews% – total pages view %monthtotalpageviews% – total pages view in the month %todaytotalpageviews% – total pages view today %since% – Date of the first hit %visits% – Today visits %yvisits% – Yesterday visits %mvisits% – Month visits %wvisits% – Week visits %totalvisits% – Total visits %os% – Operative system %browser% – Browser %ip% – IP address %visitorsonline% – Counts all online visitors %usersonline% – Counts logged online visitors %toppost% – The most viewed Post %topbrowser% – The most used Browser %topos% – The most used O.S. %topsearch% – The most used search terms In widget, those are special html contropart: %br% => %ul% => * %/ul% => %li% => %/li% => Now you could add these values everywhere! NewStatPress offers a new PHP function newstatpress_print(). * i.e. newstatpress_print(“%totalvisits% total visits.”); New experimental functions: place this command [NewStatPress: xxx] every were in your WordPress blog pages and you will have the graph about the xxx function. Available functions are: * [NewStatPress: Overview] * [NewStatPress: Top days] * [NewStatPress: O.S.] * [NewStatPress: Browser] * [NewStatPress: Feeds] * [NewStatPress: Search Engine] * [NewStatPress: Search terms] * [NewStatPress: Top referrer] * [NewStatPress: Languages] * [NewStatPress: Spider] * [NewStatPress: Top Pages] * [NewStatPress: Top Days – Unique visitors] * [NewStatPress: Top Days – Pageviews] * [NewStatPress: Top IPs – Pageviews] License GPLv2 or later License URI https://www.gnu.org/licenses/gpl-2.0.html