We'll create fresh WordPress site with WP Global Site Tag installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Global Site Tag (gtag.js) is a new Google Analytics replacement. WP Global Site Tag provides a framework for streamlined web page tagging – giving you better control while making implementation easier. Using gtag.js lets you benefit from the latest tracking features and integrations as they become available. This is the WordPress version.
To use gtag.js to track your site, install the plugin and activate.
To use gtag.js to track your site, install the plugin. Replace GA_TRACKING_ID with the tracking ID of the Google Analytics property you want to send data to.
Global Site Tag streamlines tracking across all Google products, including their measurement, conversion tracking, and remarketing products. Global Site Tag is the new replacement for old Google Analytics script.
There are few differences you need to know before thinking of migrating to Global Site Tag.
Install:
Universal Analytics(analytics.js) is only used for installing Google Analytics, and global tag can be used to install multiple tools like, GA and GTM.
Tracking:
Universal Analytics uses trackers(ga(‘create’, ‘G-XXXXX-Y’, ‘auto’);) to send pageviews to Google Analytics while gtag send pageviews to GA property identified by the GA_Tracking_ID(gtag(‘config’,’GA_Tracking_ID’)).
Use:
Global Site Tag can be used for conversion tracking and remarketing while universal analytics can’t.