Hi,
i need a solution for the following problem:
- Lets say i'm employing a "branch" website, where some shops can publish their data, like addresses, openinghours etc.
- I want every shop to have a login where he can lookup some statistical data, such like unique visitors for example...
My question now: Can you think of the easiest way to do this ( the part with the gathering and viewing of the statisitcs) ?
What i was thinking about:
- Use google analytics for tracing
- Use the "export as xml" function of google analytics
- Parse the result / Assign it to the customer ( e.g. if the address of the shop was http://mysite.com/customer023 )
- Write it to DB
- Use OpenFLashChart to show the statistics
This seems like a very high amount of work to me and iam trying to figure out a better solution ( even if its not for free )...
Any ideas?