As I work on creating a Backoffice for my website, I am looking to provide a mobile version for all users uniformly.
To enhance user experience, I plan to introduce a "Report" tab in the back office interface. This tab will display analytics information generated through the AddThis service, enabling each user to track their mobile website statistics.
My current understanding suggests that I must incorporate the AddThis javascript analytics code, along with a unique pubid number, into each customer's mobile website. How can I automatically assign a new pubid number to every new user who registers?
I believe there must be a simpler way to achieve this functionality.
Being relatively new to development, I am using C# for the back office and implementing the mobile website using jQuery Mobile and Javascript.