Difference between revisions of "Analytics"
(→WikiMedia Foundation Analytics: add some references discussed in EMWCon Spring 2023) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | Analytics in the web context is the subject of tracking website users and deriving insights or value from those data. | |
− | ==Local Tools== | + | == Local Tools == |
− | An excellent program for analytics is | + | An excellent program for analytics is [[AWStats]]. The nice thing about AWStats, aside from it being free open-source software, is that it's locally installed on your system and so there is no third party. You have your stats, and nobody else does. Another excellent tool for analytics is [http://piwik.org/what-is-piwik/ Piwik]. Again, Piwik is hosted on your own infrastructure so nobody else has your data. |
− | + | [[wp:Webtrends]] is a commercial product and is focussed on the SaaS model, but it supposedly is still available as a software product. | |
− | |||
− | + | == Services == | |
− | |||
− | |||
− | |||
− | |||
− | ==Services== | ||
Most Analytics systems today are offered as a service. Chief among those is [https://www.google.com/analytics/ Google Analytics] (or GA for short). However, Google isn't the only game in town. An interesting complement or alternative is [[wikipedia:HubSpot|HubSpot]]. | Most Analytics systems today are offered as a service. Chief among those is [https://www.google.com/analytics/ Google Analytics] (or GA for short). However, Google isn't the only game in town. An interesting complement or alternative is [[wikipedia:HubSpot|HubSpot]]. | ||
− | + | == In-wiki Analytics == | |
− | + | To implement Google Analytics in your wiki, you should not use the googleAnalytics extension or others as they have some shortcomings pointed out by [[mw:User:Dantman/Analytics_integration | Dantman]]. Instead, he offers up a better approach: putting the code right in your [[mw:Manual:LocalSettings.php|LocalSettings]] file. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | ==In-wiki Analytics== | ||
− | To implement | ||
− | ==Analyzing your competitors== | + | == Analyzing your competitors == |
A few sites provide insights to any public website. | A few sites provide insights to any public website. | ||
− | + | * https://www.quantcast.com/ | |
− | *https://www.quantcast.com/ | + | * http://www.semrush.com/ |
− | *http://www.semrush.com/ | ||
− | |||
− | |||
− | |||
[[Category:Services]] | [[Category:Services]] | ||
− | |||
− | |||
− |
Revision as of 09:21, 13 February 2015
Analytics in the web context is the subject of tracking website users and deriving insights or value from those data.
Local Tools[edit | edit source]
An excellent program for analytics is AWStats. The nice thing about AWStats, aside from it being free open-source software, is that it's locally installed on your system and so there is no third party. You have your stats, and nobody else does. Another excellent tool for analytics is Piwik. Again, Piwik is hosted on your own infrastructure so nobody else has your data.
wp:Webtrends is a commercial product and is focussed on the SaaS model, but it supposedly is still available as a software product.
Services[edit | edit source]
Most Analytics systems today are offered as a service. Chief among those is Google Analytics (or GA for short). However, Google isn't the only game in town. An interesting complement or alternative is HubSpot.
In-wiki Analytics[edit | edit source]
To implement Google Analytics in your wiki, you should not use the googleAnalytics extension or others as they have some shortcomings pointed out by Dantman. Instead, he offers up a better approach: putting the code right in your LocalSettings file.
Analyzing your competitors[edit | edit source]
A few sites provide insights to any public website.