I am wrting an ASP.NET Application.
I've already added javascript on master page that sends client visits to Google Analytics.
So I can view the statistics from Web interface of Google Analytics.
Now I need to show on the footer of Main Page the count of active (online) users and count of visits for today from Google Analytics.
Is there any advice? How can i achieve these goals?