Open-Web-Analytics
Open-Web-Analytics copied to clipboard
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 ap...
**Description** I having the following problem when activate the plugin in my Wordpress installation. How can I fix that? **Example** The default time zone is not valid. PHP’s default time...
Ì use OWA, but my client cannot speak english well, I would like to translate it to germen, if that not exists yet. Is there any way to make a...
**I'm opening this PR as a draft to invite comments, as it's one you're going to either love or hate :-)** If you hate the direction then it would be...
I've just installed OWA (standalone) and I'm pretty impressed, *thank you*, everyone for making an awesome thing! One thing I struggle with though is the layout. It seems to require...
**Description** Currently the clickstream is sorted youngest/last pagecall on top. Actually i find that hard to read... more logical to me would be first click on top so you can...
**Description** As a OWA dashboard user, while seeing the table for Content -> "Top Pages", I want to be able to customize the columns in the table. This will enable...
https://github.com/Open-Web-Analytics/Open-Web-Analytics/blob/973e9bf4b6e9fc21ea5a869df0b16fa3c630de4e/modules/base/js/owa.tracker.js#L1239 Shouldn't this be: ```js var htmlElRect = document.getElementsByTagName('html')[0].getBoundingClientRect(); click.set("page_height", htmlElRect.height); ``` This will track the entire page height instead of just the window height. --- This is a possible...
Can we get LDAP/AD authentication added to the road map please? This tool would be really handy for orgs and naturally central auth is important to properly structured orgs/biz's. Please?
Let’s re-implement the date picker using the moment.js lib. This would let us strip out the server side “period” logic and only support yyyymmdd start and end dates in the...
I can't assess the purpose of this in the broader context of OWA but during install, if I select postgresql (I'm experimenting with that branch on my repo) then owa_settings.__construct...