Tagged Questions
0
votes
3answers
107 views
Simple Analytics for a Website [closed]
I have a web site that consists of several Aspx pages to apply for certain products. The visitor starts at Selection.aspx, visit as many pages as the products he selected then ends up with the summary ...
0
votes
3answers
210 views
Is Azure the right choice for hosting my ASP.NET web application to deliver Data Visualization? [closed]
I am starting an Analytics company that analyses my clients data, holds the results of the analysis on a server, and allows my clients to access the results and view charts and graphs using an ASP.NET ...
2
votes
2answers
146 views
Live Analytic Data
I'm planning on creating a live analytics's page for my website - A bit like Google Analytic but will real live data which will change as new users load a page on my site etc.
The main site is/will ...
1
vote
2answers
277 views
Website usage tracking
What are available options of intranet-hosted (e.g. not Google Analytics) usage tracking tools for web application? This application is written in ASP.NET and used in intranet. So ideally if hosted ...
0
votes
1answer
256 views
How to get list of campaigns and goals triggered during Sitecore session?
I am having trouble identifying visitors who contact us through our website's contact form. The form collects basic information, but it would be nice to include some Sitecore Analytics data in the ...
0
votes
5answers
301 views
How do I best identify browsers and operating systems including mobiles and tablets?
We have a scenario where we wish to analyse the visitors to our web site and determine the following:
The operating system
The browser
Whether it is a mobile device
Whether it is a tablet device
...
1
vote
0answers
143 views
Google analytics within lightbox issue
I am attempting to send a custom variable to google analytics with a returned value in a lightbox. As far as I can tell the value is returning appropriately, and even if it weren't I have tested with ...
0
votes
1answer
304 views
Website Statistics Program for IIS Based Websites (.Net)
I am looking for a server-installed website statistics/analytics program that runs using .Net 3.5 or earlier (not CGI). I have found several old packages that run via CGI which will not work for me. I ...
0
votes
1answer
84 views
Points to keep while developing acadamic progress tracking system
Hi I am developing a student progress tracking system, where I need to show the weak points in particular subject as well the strong point in the subject. I need to deliver the analytical data on ...
0
votes
1answer
250 views
Passing server-side object arrays to client on a postback
I'm using Google Analytics to track eCommerce. The checkout page is is dynamic with 3 different views (the final being the confirmation of a successful transaction). At the end of each view, a ...
1
vote
4answers
1k views
track visitor info on every request
Using Asp.net webforms I want to track down visitor info just like Google Analytics does. Of course, I can use Google Analytic for this purpose but I want to know how can I achieve the same thing with ...
2
votes
4answers
628 views
User Activity Profile and Statistics
I am just exploring on what is the best practice/framework for implementing feature for collecting and displaying user activity statistics that is user specific and site relating to login user ...
1
vote
3answers
2k views
Data visualization / analytics / dashboard in ASP.NET (NOT Google analytics integration)
I need to create an ASP.NET site which can display graphs, charts, statistics for a dashboard type application pulling data from a backend data source.
I am trying to locate either:
(a) open-source ...
0
votes
2answers
624 views
Track Hits using Google Analytics and an ASP.NET web handler (ASHX) page
We are using Google Analytics for our site, but since it uses client script in HTML output we are unable to track hits to any of our ASP.NET ASHX handler pages. Does anyone know of a way to do this?
0
votes
2answers
89 views
Any way to track “load abandonment”?
Question: Is there any way to track how many website visitors are leaving your site because it takes too long to load?
Running IIS (not sure the version), ASP.NET 1.1, Proprietary Compiled & ...
1
vote
2answers
367 views
Filter out search engine bot traffic
I'm doing custom-rolled view tracking on my website, and I just realize that I totally forgot about search bots hitting the pages. How do I filter out that traffic from my view tracking?
0
votes
3answers
796 views
How to know the referral source of my website/page
I have a website where I want keep track of the Statistics about the users who came to my page from different sources. I want to identify whether user came from Search engines / other websites / ...
0
votes
3answers
721 views
Track each request to the website using HttpModule
I want to save each request to the website. In general I want to include the following information:
User IP, The web site url, user-if-exist, date-time.
Response time, response success-failed ...
2
votes
5answers
3k views
Show Google Analytics dashboard on my site
I have an ASP.NET website set up, and I'm using Google Analytics for page tracking. The only thing I don't like is that I have to go away from my site (to the Google Analytics site) to see the report.
...
0
votes
3answers
177 views
How long has a user been on a asp.net page (custom analytics)?
I am trying to come up with a way to measure how long a user has been on a page in my ASP.NET application. I am storing the userid, pagename, pageenteredtime and pagelefttime in a database. Each ...
3
votes
2answers
2k views
How to track Google Analytics Events in Server Side asp.net?
Is there a way to track Google Analytics Events from Server Side in ASP.NET, the requirement is the the Event should be tracked on button click after some functionalities are executed on Serverside. ? ...
