Changeset 1874176
- Timestamp:
- 05/14/2018 06:20:44 PM (8 years ago)
- Location:
- include-matomo
- Files:
-
- 4 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/include-matomo.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/include-matomo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
include-matomo/trunk/include-matomo.php
r1874171 r1874176 4 4 Plugin URI: https://github.com/jonashellmann/include-matomo/ 5 5 Description: This plugin includes Matomo into your Wordpress site 6 Version: 1. 06 Version: 1.1 7 7 Author: Jonas Hellmann 8 8 Author URI: https://jonas-hellmann.de/en/ -
include-matomo/trunk/readme.txt
r1874171 r1874176 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 This plugin includes Matomo into your Wordpress site. Therefore it adds the 13 Matomo tracking to your site and it's capable of adding a Matomo campaign to 14 your RSS feeds. 12 This plugin includes Matomo into your Wordpress site. Therefore it adds the Matomo tracking to your site and it's capable of adding a Matomo campaign to your RSS feeds. 15 13 16 14 == Description == 17 15 18 Matomo, formerly called Piwik, is an self-hosted open-source tool to analyze 19 your pages. It needs a tracking code to be included in the pages that should be 20 monitored. Also campaigns can be created by using specific parameters in the 21 URL. 16 Matomo, formerly called Piwik, is an self-hosted open-source tool to analyze your pages. It needs a tracking code to be included in the pages that should be monitored. Also campaigns can be created by using specific parameters in the URL. 22 17 23 Therefore in this plugin You can configure the URL where Matomo is hosted and 24 the site ID for tracking your Wordpress page. You can find it in the tracking 25 code. You only need to fill in these both information. The rest of the tracking 26 code is standartized and automatically inserted in the page. 27 Also you can set a campaign name (pk_campaign) and source (pk_source) which 28 will be adds to the links in your RSS feed. This helps you to analyze how many 29 users enter your pages by using your RSS feed. 18 Therefore in this plugin You can configure the URL where Matomo is hosted and the site ID for tracking your Wordpress page. You can find it in the tracking code. You only need to fill in these both information. The rest of the tracking code is standartized and automatically inserted in the page. Also you can set a campaign name (pk_campaign) and source (pk_source) which will be adds to the links in your RSS feed. This helps you to analyze how many users enter your pages by using your RSS feed. 30 19 31 20 == Installation == … … 35 24 1. Upload the plugin files to the `/wp-content/plugins/include-matomo` directory, or install the plugin through the WordPress plugins screen directly. 36 25 1. Activate the plugin through the 'Plugins' screen in WordPress. 37 1. Use the 'Settings' -> 'Include Matomo' screen to configure the plugin. Look 38 in the description to understand the configuration options. 26 1. Use the 'Settings' -> 'Include Matomo' screen to configure the plugin. Look in the description to understand the configuration options. 39 27 1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes) 40 28 … … 43 31 = Why can't I see page views in the Matomo backend? = 44 32 45 Take a look at the source code of your Wordpress page and make sure that the 46 Matomo code is actually included. It will only be injected if the URL to the 47 Matomo installation AND the page ID are set. 33 Take a look at the source code of your Wordpress page and make sure that the Matomo code is actually included. It will only be injected if the URL to the Matomo installation AND the page ID are set. 48 34 49 35 If it is injected you also should check if the page ID is set correctly. … … 51 37 == Screenshots == 52 38 53 1. Here you can see the settings page of 'Include Matomo'. You can find it 54 under 'Settings' -> 'Include Matomo'. 55 2. If you provide a Matomo URL and site ID this code is injected to your 56 Wordpress page.. 39 1. Here you can see the settings page of 'Include Matomo'. You can find it under 'Settings' -> 'Include Matomo'. 40 2. If you provide a Matomo URL and site ID this code is injected to your Wordpress page.. 57 41 58 42 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.