I want to implement Google Analytics in my MVC4 ASP.net application. I had gone through so many link but not getting exact starting of it. Please help me for step by step implementation of Google Analytics in MVC4 ASP.net.
Asked
Active
Viewed 327 times
0
-
1See http://stackoverflow.com/questions/21832711/implementing-google-analytics-in-mvc4-c – Dave Nov 04 '14 at 10:48
-
2I want an example which will help me to use google analytics api for tracking complete access and statics of my website. – Archana Nov 04 '14 at 10:58
-
https://developers.google.com/analytics/devguides/collection/protocol/v1/ https://developers.google.com/analytics/devguides/collection/analyticsjs/ – Linda Lawton - DaImTo Nov 04 '14 at 11:37
-
@DaImTo I have install GoogleAnalyticsTracker.MVC4 after that what should i do – Archana Nov 04 '14 at 11:47
-
Contact the person that made the third party tool to access Google Analytics (GoogleAnalyticsTracker.MVC4) or use Google's tools to do it which I linked. – Linda Lawton - DaImTo Nov 04 '14 at 11:49
-
All you really need is: https://developers.google.com/analytics/devguides/collection/analyticsjs/ – Linda Lawton - DaImTo Nov 04 '14 at 11:50