-
Notifications
You must be signed in to change notification settings - Fork 48
Add Piwik stats #493
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
Comments
That also means that we will have to apply the patch on the production server before a release so as to make sure that it works and sends data to Piwik correctly |
Add a |
That's the patch I am doing now :) |
pascalchevrel
added a commit
to pascalchevrel/transvision
that referenced
this issue
Jul 4, 2015
- add piwik_url and piwik_id variables to config.ini - integrate js only in production mode, if the settings exist and are valid
I couldn't find any way to track non-HTML pages |
pascalchevrel
added a commit
that referenced
this issue
Jul 4, 2015
Issue #493: Piwik Template integration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have set up Piwik on the mozfr server, we can activate it for the Transvision subdomain.
That means that we need to add some js in the base template to send hits to Piwik.
For pages without a template (our JSON API calls), I need to investigate if/how those can be counted
We also need to make it an optional setting because we don't want local installs, or non-official installs (on our VPSes or other people's) to send data to our Piwik instance. Similarily, we probably want other installations to send data to a separate Piwik instance or a different profile (for example a separate stats profile for our beta site).
The text was updated successfully, but these errors were encountered: