Changeset 2316720
- Timestamp:
- 06/02/2020 04:21:32 PM (6 years ago)
- File:
-
- 1 edited
-
quick-easy-analytics/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-easy-analytics/trunk/readme.txt
r1548390 r2316720 3 3 Tags: google, analytics, quick, easy, simple, minimal 4 4 Requires at least: 3.0.1 5 Tested up to: 4.7 5 Tested up to: 5.4 6 Requires PHP: 5.2 6 7 Stable tag: 1.0.2 7 8 License: GPLv2 or later 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 Just enter your UA numberand go.11 Just enter your Tracking ID and go. 11 12 12 13 == Description == 13 14 14 Uses Google's newer Universal Analytics (analytics.js) tracking method, as opposed to the classic ga.js method. Provides standard pageview tracking on all front end content. 15 Provides standard pageview tracking on all front end pages. Has a simple back end settings page where all you need to do is enter your Google Analytics Tracking ID (e.g. `UA-12345678-9`). 16 17 If more control/refinement is needed beyond inserting the same Google Analytics script on every front end page, then this plugin is not going to do what you need. 18 19 Uses Google's Universal Analytics (analytics.js) tracking method, as opposed to the classic ga.js method. 20 21 = Basic Usage = 15 22 16 23 * Once plugin is installed, visit Settings > Google Analytics 17 * Enter the [UA number](https://support.google.com/analytics/answer/1032385) for your Google Analytics property and save.18 * The tracking code will now be added to your site header.19 24 25 * Enter the [Tracking ID (has the form UA-########-#)](https://support.google.com/analytics/answer/1008080#GAID) for your Google Analytics property and save. 26 27 * The tracking code will now be added to your site header on all front end pages. 28 29 = Note = 30 31 If your Tracking ID is not formatted in a way that this plugin recognizes as being a valid Google Analytics Tracking ID, then the value will not be saved. In this case, you will see a message on the settings page indicating the Tracking ID is invalid; and your tracking code will ultimately not be inserted on the front end as expected. 32 33 If you experience the above behavior, please double-check the Tracking ID you have entered, remove additional characters (such as spaces) that may have accidentally been copied/pasted along with the Tracking ID, and try saving the value again. 34 35 If you have confirmed your Tracking ID is valid and has been entered correctly but the plugin is still not saving it, please open up a support ticket so we can look into the issue further. Since Google could theoretically add new types of Tracking ID formats at any point, and since we don't have the ability to constantly stay on the lookout for this, support tickets are one of the few ways that we can make sure the plugin accepts all types of valid Tracking ID's over time. 20 36 21 37 == Installation == … … 23 39 1. Do exactly one of the following: 24 40 25 1. Find, install, and activate the plugin from your backend's built-in plugin browser41 1. Find, install, and activate the plugin from your backend's built-in plugin browser 26 42 27 1. Download `quick-easy-analytics.zip` file and upload the zip file via Plugins > Add New > Upload Plugin43 1. Download `quick-easy-analytics.zip` file and upload the zip file via Plugins > Add New > Upload Plugin 28 44 29 1. Unzip the `quick-easy-analytics` folder and upload to your `/wp-content/plugins/` directory via FTP45 1. Unzip the `quick-easy-analytics.zip` folder and upload to your `/wp-content/plugins/` directory via FTP 30 46 31 47 1. Activate the plugin. … … 48 64 49 65 Initial release 50 51 == Development ==52 53 You can clone this plugin's [GitHub repository](https://github.com/mhull/quick-easy-analytics) as an alternative to the WP repo.
Note: See TracChangeset
for help on using the changeset viewer.