a1an
a1an

Reputation: 61

Google Analytics Info on ASP.NET Page

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?

Upvotes: 2

Views: 736

Answers (1)

zey
zey

Reputation: 6105

Displaying Google Analytics Data in ASP.NET may be the good approach for your requirement !
And another link , Google Analytics API integration with ASP.Net !

Upvotes: 2

Related Questions