Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Open-Web-Analytics/Open-Web-Analytics
Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project.
https://github.com/Open-Web-Analytics/Open-Web-Analytics
owa php privacy web-analytics website-traffic
Last synced: about 1 month ago
JSON representation
Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project.
- Host: GitHub
- URL: https://github.com/Open-Web-Analytics/Open-Web-Analytics
- Owner: Open-Web-Analytics
- License: gpl-2.0
- Created: 2012-04-01T07:53:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T18:19:30.000Z (9 months ago)
- Last Synced: 2024-07-28T14:34:21.323Z (5 months ago)
- Topics: owa, php, privacy, web-analytics, website-traffic
- Language: PHP
- Homepage: http://www.openwebanalytics.com
- Size: 16.3 MB
- Stars: 2,436
- Watchers: 112
- Forks: 449
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-homelab - Open Web Analytics - Web-Analytics/Open-Web-Analytics?style=flat) ![Open Web Analytics](https://img.shields.io/github/languages/top/Open-Web-Analytics/Open-Web-Analytics?style=flat) | Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project. | (Apps / X)
README
# Open Web Analytics Server
Open Web Analytics is an open source alternative to commercial web analytics tools such as Google Analytics. This software allows you to stay in control of the data you collect about the user of your websites or applications.
This repository installs the OWA Server and Javascript tracking client which can easily be added to web pages.
- To add OWA tracking to a WordPress based website install the [OWA integration plugin](https://wordpress.org/plugins/open-web-analytics/) or see [this repository](https://github.com/Open-Web-Analytics/owa-wordpress-plugin).
- To add OWA tracking to any PHP application use the [OWA PHP SDK](https://github.com/Open-Web-Analytics/owa-php-sdk)## Features
- Track visitors, pageviews, e-commerce transactions, and configurable actions
- Track unlimited number of websites using a single instance of OWA Server
- First party Javascript tracker client
- Reporting Dashboard/Portral
- View and customize all reports
- Generate Heatmaps
- Generate "Domstream" session recordings
- Geolocation of visitors
- REST API for administration and data access
- Multi user reporting interface
- Extensible framework via custom modules## Requirements and Installation
See the [technical requirements](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Technical-Requirements) before you install OWA Server. A step by step [installation](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Installation) guide will walk you through how to install OWA.
## Documentation
See the wiki for documentation about the OWA Server and the Javascript Tracker client.## Issues & Support
Please read the [troubleshooting](https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/Troubleshooting) guide before filing any issue or bug reports. Issue tickets without the necessary debug info will be closed automatically.
## Development
To contribute to the Open Web Analytics for WordPress plugin you need to:
1. Clone the repository
2. Download and install [Composer](https://getcomposer.org/) for managing PHP dependencies.
3. Run `composer install`## Donate to this project
Open Web Analytics is free. However, we ask that you donate to the project if you need support. Your donation helps fund the development of this project.
[Donate to the project here](http://paypal.me/openwebanalytics).
## Copyright and License
This project is licensed under the [GNU GPL](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html), version 2 or later.
© [Peter Adams](http://peteradams.org).