Head blueLogoText.gif NCF HelpWiki
Help | StartPage

Difference between revisions of "Website Statistics"

From Support
Jump to navigation Jump to search
m (grammar)
(→‎Matomo statistics: as per email from Theresa)
 
(3 intermediate revisions by 2 users not shown)
Line 15: Line 15:
'''Note''': AWS may take a minute or two to produce your custom statistics page.
'''Note''': AWS may take a minute or two to produce your custom statistics page.


==Piwik statistics==
==Matomo statistics==
Webmasters who need more advanced statistics can request that the open source [https://en.wikipedia.org/wiki/Piwik Piwik] analytics be added to their account.
Webmasters who need more advanced statistics can request that the open source Matomo (formerly called Piwik) analytics be added to their account.


Websites with Piwik activated will have the following javascript code added to their pages at the end, just above the <nowiki><html></nowiki> tag by the NCF webserver when the page is uploaded. You will be able to see the code added, by viewing the web version of the page in your [[browser]] and then selecting Ctrl+U to view the page source code.
Websites with Matomo activated will have the javascript code added to their pages at the end, just above the <nowiki><html></nowiki> tag by the NCF webserver when the page is uploaded. You will be able to see the code added, by viewing the web version of the page in your [[browser]] and then selecting Ctrl+U to view the page source code.


<nowiki><!-- Piwik Tag -->
The javascript code snippet will be provided once your Matomo access has been enabled.
<script type="text/javascript">
var pkBaseURL = "/piwik/";
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 43);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script>
<noscript><p><img src="/piwik/piwik.php?idsite=43" style="border:0" alt=""></p></noscript>
<!-- End Piwik Tag --></nowiki>


Your NCF statistics will then include much more detailed data from Piwik.
Your NCF statistics will then include much more detailed data from Matomo.


===Requesting Piwik===
Matomo users should select "Member log: userID" to view usage statistics and schedule email reports, as the other option does not work.  
Piwik has to be activated manually on your web space. This can be requested with an email to [mailto:office@ncf.ca office@ncf.ca].


===Deactivating Piwik===
===Requesting Matomo===
Piwik has to be deactivated manually, too. This can also be requested with an email to [mailto:office@ncf.ca office@ncf.ca].
Matomo has to be activated manually on your web space. This can be requested with an email to [mailto:office@ncf.ca office@ncf.ca].
 
===Deactivating Matomo===
Matomo has to be deactivated manually, too. This can also be requested with an email to [mailto:office@ncf.ca office@ncf.ca].


==See also==
==See also==
Line 48: Line 37:


==External links==
==External links==
*[https://piwik.org/ Piwik website]
*[https://matomo.org/ Matomo website]


[[Category:Web space]]
[[Category:Web space]]

Latest revision as of 14:53, 22 March 2018

Advanced Web Statistics 6.5 showing data for an NCF member website

This article details how to get Website Statistics for your own website, hosted on web.ncf.ca.

Advanced Web Statistics

By default all websites hosted on web.ncf.ca have Advanced Web Statistics (AWS) enabled. This is a basic package of statistics that gives information about such parameters as:

  • hits per page
  • operating systems and browsers that visit
  • screen resolutions
  • country of origin
  • IP addresses

To access these statistics go to the start page and click on Your Web SpaceYour web page traffic or this link.

Note: AWS may take a minute or two to produce your custom statistics page.

Matomo statistics

Webmasters who need more advanced statistics can request that the open source Matomo (formerly called Piwik) analytics be added to their account.

Websites with Matomo activated will have the javascript code added to their pages at the end, just above the <html> tag by the NCF webserver when the page is uploaded. You will be able to see the code added, by viewing the web version of the page in your browser and then selecting Ctrl+U to view the page source code.

The javascript code snippet will be provided once your Matomo access has been enabled.

Your NCF statistics will then include much more detailed data from Matomo.

Matomo users should select "Member log: userID" to view usage statistics and schedule email reports, as the other option does not work.

Requesting Matomo

Matomo has to be activated manually on your web space. This can be requested with an email to office@ncf.ca.

Deactivating Matomo

Matomo has to be deactivated manually, too. This can also be requested with an email to office@ncf.ca.

See also

External links