Web analytics solution for website creator

I have a site that is the creator of small sites, and I would like to have separate analytics for each user.

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

As far as I can see, there are no such parameters in the Google API.

Any other alternatives? Can this be done with Piwik?

+5
source share
3 answers

With Piwik, you can use the Analytics API: http://piwik.org/docs/analytics-api/ to automatically create websites, then automatically get javascript code and add it to your websites. Then you can automatically create a user with access to this website, and your users will be able to log in and enjoy the statistics of their sites in the Piwik user interface. You will need to call the API several times and need a little knowledge about development (at least you know how to call the REST API, etc.).

+3
source

, . . , "".

. , (CMS) "". , embeddedanalytics.com ( : ). , Google , API. , CMS, . , , CMS, .

+1

Infunl (disclaimer: I am a co-founder), which is currently in private beta, will provide the API with flexibility to provide the basis for microsite-based interactive analytics dashboards. This can be done using the attributes backend , grouping, or segmentation . I would like to hear if this can solve your problem.

0
source

All Articles