Plugin Directory

Changeset 1874176


Ignore:
Timestamp:
05/14/2018 06:20:44 PM (8 years ago)
Author:
jonashellmann
Message:

Publish version 1.1

Location:
include-matomo
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • include-matomo/trunk/include-matomo.php

    r1874171 r1874176  
    44Plugin URI: https://github.com/jonashellmann/include-matomo/
    55Description: This plugin includes Matomo into your Wordpress site
    6 Version: 1.0
     6Version: 1.1
    77Author: Jonas Hellmann
    88Author URI: https://jonas-hellmann.de/en/
  • include-matomo/trunk/readme.txt

    r1874171 r1874176  
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111
    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.
     12This 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.
    1513
    1614== Description ==
    1715
    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.
     16Matomo, 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.
    2217
    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.
     18Therefore 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.
    3019
    3120== Installation ==
     
    35241. Upload the plugin files to the `/wp-content/plugins/include-matomo` directory, or install the plugin through the WordPress plugins screen directly.
    36251. 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.
     261. Use the 'Settings' -> 'Include Matomo' screen to configure the plugin. Look in the description to understand the configuration options.
    39271. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
    4028
     
    4331= Why can't I see page views in the Matomo backend? =
    4432
    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.
     33Take 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.
    4834
    4935If it is injected you also should check if the page ID is set correctly.
     
    5137== Screenshots ==
    5238
    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..
     391. Here you can see the settings page of 'Include Matomo'. You can find it under 'Settings' -> 'Include Matomo'.
     402. If you provide a Matomo URL and site ID this code is injected to your Wordpress page..
    5741
    5842== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.