-
-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Matomo Analytics #411
Comments
@mrimann Thanks for your suggestion. Unfortunately, I do not have a test instance of Matomo/Piwik and therefore can't properly implement this feature. If you got it working, feel free to send an PR and I'll merge it. |
@lxndrblz hmm - if it helps, I could organize an installation of Matomo to test-drive the new feature. May be you could also use https://matomo.org/start-free-analytics-trial/ got get a test installation without hassle. Code-wise I first thought of "the same way as with Google Analytics" -> e.g. just enter the
As an example, the full tracking-code to be inserted in the HTML-output will look like this (anonymized):
So the question is how to tackle this. I see two variants:
I personally prefer variant A as it's the smaller change - but if there's a need for a more generic solution and others are asking for something like variant B, that should absolutely do it, too. For variant A I might prepare a PR, for variant B I don't know how to implement that properly. |
Great - thanks @lxndrblz ! |
Is your feature request related to a problem? Please describe.
The docs mention several analytics solutions, but not Matomo (formerly Piwik, an open-source solution to replace Google Analytics and similar).
Describe the solution you'd like
If Matomo would be supported "out of the box" (= same as the other existing ones, where one just has to config the tracking-id / URL), that would be great.
Describe alternatives you've considered
As an alternative, it would be cool if adding a custom block of tracking-code would be documented instead, then one could use that way (and the template would not need to be extended for a dozen other solutions).
The text was updated successfully, but these errors were encountered: