web-analytics
Here are 89 public repositories matching this topic...
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
-
Updated
Jul 14, 2020 - JavaScript
Was interested in different deployments, but the link simply goes back to the wiki.
https://github.com/Open-Web-Analytics/Open-Web-Analytics/wiki/File%3Aowa_deployment_drcqcp.svg
redirects back to the wiki home. Can we see the documentation for different deployments?
This project looks really great and I'm interested in running it for my personal websites. I'm wondering if Shynet can be deployed as a service on a Debian/Ubuntu instance (e.g. using LXC) instead of using Docker. Do you have any plans to add documentation for this?
-
Updated
Jul 14, 2020 - TypeScript
-
Updated
Jun 18, 2019
-
Updated
Jun 10, 2020 - PHP
-
Updated
May 10, 2020 - PHP
-
Updated
Jul 9, 2020 - Python
-
Updated
May 22, 2020 - JavaScript
-
Updated
Sep 15, 2018 - JavaScript
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
May 21, 2019 - HTML
-
Updated
May 26, 2020
-
Updated
Jan 5, 2019
eg
https://keen.io/docs/api/?javascript#inspect-all-collections
client
.get({
url: client.url('events'),
api_key: client.readKey(),
include_schema: false
})
.then(res => {
// Handle response
})
.catch(err => {
// Handle error
});the code above doesn't work as expected -include_schema is not included in the request.
-
Updated
Jul 8, 2019 - JavaScript
Document plugin API
I'm guessing the main reason people aren't making plugins is because I never wrote a documentation on how to write plugins for BlueStats
Although nginx is my default choice, the world is not limited just to it. Other servers, such as haproxy, also support exporting access logs via the syslog protocol, so they might be already supported, too.
Query string parsing
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jan 29, 2018 - HTML
-
Updated
Aug 5, 2017 - CoffeeScript
-
Updated
Oct 8, 2019
I configured initial setup as README.md but it isn't working.
So I added code in below and it is working.
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.-
Updated
Jul 11, 2020 - JavaScript
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Jun 4, 2019 - Go
-
Updated
Apr 12, 2020 - VCL
Improve this page
Add a description, image, and links to the web-analytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-analytics topic, visit your repo's landing page and select "manage topics."
I learned this by digging through the code base for a while, and uncovered:
https://github.com/matomo-org/matomo/blob/a345c2f22b8356dd3300d66f5ade3df24f69d900/core/Config.php#L149-L151
From which I deduce that in the same directory where I might have a
config/config.ini.phpfile, I can also have aconfig/blog.example.org.config.ini.phpfile - which, if it exists will be used instead.