To gather data via server side script Only

Hi All

I want to know what tables to update and what data to collect to enable the piwik GUI to analyse the data for me without using the js or html script.

I fairly sharp with asp.net/vb.net and know how to collect stuff like the server variables,

I’d be happy to share the script once I am done

you can use the Tracking Rest API: Tracking API - Analytics Platform - Matomo

Reading the api, it strikes me that I could collect all the data locally on say a mysql table ,
then generate a json containing a days data and send it to my piwik end point page /piwik/piwik.php

Will that work ?

If it works, Temp solution, but I am thinking, that id prefer to get my vps to run faster :slight_smile:

Cheers