Difference between revisions of "Matomo"

From Jon's Wiki
Line 12: Line 12:
  
 
  <nowiki>https://wiki.jon.geek.nz/Something_interesting?pk_campaign=NewsletterApril2018&pk_source=newsletter</nowiki>
 
  <nowiki>https://wiki.jon.geek.nz/Something_interesting?pk_campaign=NewsletterApril2018&pk_source=newsletter</nowiki>
 +
 +
Possible contrib - in funnel, matching on URL - exclude a more specific sub-directory in match, e.g. 1. URL begins with /jobs, 2. URL begins with /jobs/view, 3. URL equals /jobs/apply. We want /jobs/view?jobid=123 to only match 2 (currently matches both 1 and 2).

Revision as of 23:09, 26 April 2018

Matomo (formerly Piwik) for digital analytics. Measurement = improvement.

Continuous improvement: measure, report (easy), analysis, test (less easy), repeat.

Why Matomo and not Google Analytics? Data privacy. Compliance with EU cookie law and new GDPR rules. Not data limits or sampling. Open source, customisable, community plugins.

Start with a goal. Choose the required metric, collect data. Monitor performance over time.

Create and customize multiple Matomo admin dashboards for different user needs. Arrange widgets.

Campaign: e.g. send a newsletter. Links to the site should include a campaign pk_campaign parameter (Matomo will aggregate automatically, no need to define), e.g.

https://wiki.jon.geek.nz/Something_interesting?pk_campaign=NewsletterApril2018&pk_source=newsletter

Possible contrib - in funnel, matching on URL - exclude a more specific sub-directory in match, e.g. 1. URL begins with /jobs, 2. URL begins with /jobs/view, 3. URL equals /jobs/apply. We want /jobs/view?jobid=123 to only match 2 (currently matches both 1 and 2).