tracking

ASP.NET Tracking Code & Unique Visitors

情到浓时终转凉″ 提交于 2019-11-29 08:00:49
I am trying to find a way to track and produce reports for my site (out of interest). Does anyone know of any articles/projects etc that you can Track pages / unique visitors etc Tracking 1) relative to timestamp etc in asp.net mvc or just asp.net ? P.S - I know google analytics etc is available but looking to create some basic stats for myself out of interest about how web analytics work ? There are a couple of good ways to try and determine unique visitors, none of them are exact (which is why different analytics will report different numbers). The first is to use a cookie. Create a cookie

Best way to keep track of current online users

谁说我不能喝 提交于 2019-11-29 07:34:04
I have a requirement that my site always display the number of users currently online. For example, "35741 Users Currently Online". This is not based on a log in, simply how many users are currently on my site. I have tried using Session Start/Session End for this, however session end is not reliable. Therefore I get inflated numbers, as my session start adds numbers but session end doesn't remove them because it doesn't fire. There is no additional information to be gathered from this (reporting, etc), it's simply requested that the number show up. Very simple request that's turning into a

Kinect SDK for finger detection?

孤人 提交于 2019-11-29 04:38:16
问题 I'm a student from Nanyang Technological University (NTU), Singapore. And currently developing a project using Kinect SDK. And my question is, anyone know how to develop a program to detect a finger (or fingertip) using Kinect SDK, or maybe even some possible reference codes. Anyway, I also tried to search on google, but the only reference I got is using Open NI, instead of Kinect SDK. Thanks and Regards 回答1: I was looking into that myself, although haven't gone deep into it. OpenNI has some

Question on tracking a moving ball using Kalman filter

≯℡__Kan透↙ 提交于 2019-11-29 04:25:23
I want to learn to track a moving ball using Kalman filter. Although many tutorial are available, I still have some questions. If we can extract the ball in each frame of the video sequence, we will know the position of the ball. Then, why do we need to use Kalman fiter anymore? What is the job of Kalman filter here? Kalman filter: x(k+1) = A.x(k) + B.u(k) + noise y(k) = C.x(k) + noise Then, how do we define A, B, C ? suppose we want to track the moving ball? 3 . If we know the previous state x(k-1) and the measurement of the current state y(k), we can compute the estimated state. What is the

Tracking changes in a SQL server 2005 database

不羁的心 提交于 2019-11-29 01:01:30
问题 I have been tasked with developing a solution that tracks changes to a database. For updates I need to capture: date of update old value new value field affected person doing change record id table record is in For deletes: date of delete person doing delete The title/description/id of record deleted. The tables I am tracking changes on all have a title or description field. I'd like to capture this before the record is deleted. table record was in For inserts: date of insert person doing

How to trigger Google Analytics events from Python?

谁都会走 提交于 2019-11-28 22:56:06
I'm developing a site that has a REST API and I'd like to track the API usage using Google Analytics events. Is there a straightforward way to trigger GA events from Python that doesn't involve loading up an entire webbrowser component just to send a javascript request? There is an open source implementation of Google-Analytics for Mobile in python available here: http://github.com/b1tr0t/Google-Analytics-for-Mobile--python- You can probably integrate this into your own setup by importing 'track_page_view' and providing it with the appropriate WSGI request environment. This project called PyGA

How do I extract Google Analytics campaign data from their cookie with Javascript?

拈花ヽ惹草 提交于 2019-11-28 21:31:11
问题 I'd like to be able to pull out the data stored in the Google Analytics tracking cookie with all the campaign tracking information using Javascript. It needs to work with the newer version of GA using ga.js, not urchin.js. I found a method that works with urchin.js but we don't use that for our tracking. Does anybody know how to extract the Campaign , Source , Medium , Content and Term from the cookie Google uses? 回答1: I ended up figuring this out on my own. I just dug into what the cookie

How Do Internet Advertisers Use Third-Party Cookies?

两盒软妹~` 提交于 2019-11-28 18:27:31
If a given web server can only read cookies from those set within its own domain, how do Internet advertisers track user's web traffic from websites outside of their network? Is there some kind of " supercookie " global advertising system that allows advertisers to retrieve upper-level domain cookies and then query some server (from an affiliate) that houses information about where that user has been? Update: To clarify my question, is it possible for an advertiser that publishes ads on "example2.com" to ascertain that I visited a particular site "example1.com" if they had never served an ad

Find out if resource is used

别来无恙 提交于 2019-11-28 17:03:20
I am looking for an efficient way to find out if a resource (mostly a drawable) is used in Java or in an XML file. The problem is, that on my current project the drawables are changed often and now I have some drawables, which might never be used. Is there a tool/way to find those unused drawables without search each filename in the whole project? I wrote a tool based on python to solve this problem. As this is not the place to share it directly, I created a project page which is now offline. UPDATE: The development has stopped since Lint can do the same and is already included in the Android

How does google analytics collect its data?

隐身守侯 提交于 2019-11-28 16:24:34
Yes, I know you have to embed the google analytics javascript into your page. But how is the collected information submitted to the google analytics server? For example an AJAX request will not be possible because of the browsers security settings (cross domain scripting). Maybe someone had already a look at the confusing google javascript code? Thinker When html page makes a request for a ga.js file the http protocol sends big amount of data, about IP, refer, browers, language, system. There is no need to use ajax. But still some data cant be achieved this way, so GA script puts image into