I need to put an analytics dashboard or widget on website I’m developing which shows a logged in user the stats for their home page - a bit like Facebook offer for Pages. The user can only access and see their home page if they are logged into the site.
So if my instance of Piwik is collecting stats for www.somedomain.com I’d like to track the stats for
www.somedomain.com/user1homepage
www.somedomain.com/user2homepage
www.somedomain.com/user3homepage
and put a widget on each page that shows the stats for that page. Is there some way to specify the user*homepage url in the widget url parameters to act as a filter on the main site stats?
Any ideas? I’d rather use something like Piwik that write something from scratch.
Dave