vince
vince copied to clipboard
vince is a High Performance , API only , distributed, in-memory alternative to Google Analytics
Hi, it's me again! It's more of a question than a problem. My goal is to develop a mobile application, which I've already started developing, that's similar to my website,...
Hello, me again... I notice that when I retrieve data via Postman, I have dates that are duplicated, without having the same data... I don't know how this happens, maybe...
Is it possible to retrieve the time series from the sources? It might be cool to see how many people come each day by source, in addition to the total....
Hi there! I've just seen that the docker container has crashed. Here is the error I got when I do a docker logs : ``` {"time":"2024-06-27T03:43:28.210460272Z","level":"INFO","msg":"creating new snapshot","component":"snapshot","path":"/app/data/snapshots/snapshots/13-9206-1719459808210.tmp"} 2024-06-27T03:43:28.404Z [ERROR]...
It's me again! When I make the query to retrieve the timeseries: `{{ANALYTICS_URL}}/api/v1/stats/timeseries?site_id={{ANALYTICS_SITE_ID}}&period=6mo&metrics=visitors,visits,pageviews,views_per_visit,bounce_rate,visit_duration&property=source` I have the requested results: ```json { "results": [ ..., { "timestamp": "2024-06-25T00:00:00Z", "values": { "bounce_rate": 1,...
# Configuration Files ### Dockerfile ``` FROM ghcr.io/vinceanalytics/vince CMD ["serve"] ``` ### docker-compose.yml ``` services: vince: container_name: vince build: context: . environment: - VINCE_LISTEN="8080" - VINCE_ADMIN_NAME="acme" - VINCE_ADMIN_PASSWORD="1234" ports: -...
address many shortcomings of the previous version.
I have set up vince with an apache-based reverse proxy running on cloudflare and that records no pageviews at all, I assume it validates the url hits and somehow decided...
Right after I set up a custom event and return to the site dashboard, an error occurs.  
https://www.vinceanalytics.com/blog/website-script-extensions/ https://www.vinceanalytics.com/blog/goals-404/ According to the documentation [here](https://www.vinceanalytics.com/blog/website-script-extensions/) and [here](https://www.vinceanalytics.com/blog/goals-404/), I have to set up my local function **vince** and then I will be able to track any pageviews and custom...