Installed Piwik 1.1.1, and got up and running fairly quick. I’ve searched and checked the FAQs for my question, but no joy.
I have a site where users can register and then get their own sub-URL (not subdomain). I wish to use the same installation for tracking all visitors on all URLs, as well as tracking users on just specific sub-URLs for displaying to the registered users.
I’ve figured out that I can setup multiple “sites” in Piwik then use the CMS to selectively include javascript to only track sites when I want it to, so I’ve ended up with something like;
This would be for when someone is browsing www.example.com/user1 - I want to track all visitors (into Piwik’s site #1), as well as visitors to a specific user (into Piwik’s site #2).
Is this the best way to go about it?
Is there any issues that could come up due to doing this (such as the cookie set for piwikTracker2 overwritting that of piwikTracker, etc)?
Thanks for any and all assistance you can provide!
No problems, but I’m afraid of the ones I haven’t seen yet.
As I said in the original post;
“Is this the best way to go about it?
Is there any issues that could come up due to doing this (such as the cookie set for piwikTracker2 overwritting that of piwikTracker, etc)?”
i wanted to generate the user account in the piwik database and tracking script for each language by each user if user wants to publish his website. the same user can login and can view the statistics of all its created website only.
how i can fulfill this task, as i am new to piwik.