Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web analytics solution for website creator

I have site which is a creator of smaller websites, and I'd like to have separate analytics for each user.

Is there a way do automate adding the Google Analytics to the website?

As far as I can see, there's no such options in Google API.

Any other alternatives? Can this be done with Piwik?

like image 728
Sfisioza Avatar asked Oct 11 '22 02:10

Sfisioza


1 Answers

With Piwik, you can use the Analytics API: http://piwik.org/docs/analytics-api/ to create websites automatically, then fetch the javascript code automatically and add it into your websites. You can then create a user automatically with access to this website and your users will be able to login and enjoy their websites stats in the Piwik UI. You will need to call the API a few times and will need a bit of development knowledge (at least know how to call REST API etc.)

like image 74
NickT Avatar answered Oct 14 '22 02:10

NickT