tracking

tracking visitors after they have left my site

Just wondering if it is possible to track what the user does on other sites. Say for example a user comes to my site and I track his actions with a cookie. Now is there any way that I can track this user's activities after they have left my site? ...

Track mass email campaigns

Litmus released an email analytics service last month (may 2010). See here: http://litmusapp.com/email-analytics They boast a very cool "read rate" tracking: they can track normal reads, Skims, and Glanced/Deleted. How can they track skims and glanced/deleted? This to me seems impossible :) They also track forwards and prints. Prints...

How to draw a square on a video and track the object enclosed by the square ?

I am doing a Final Year Project to track an object(human) by drawing a square around a human in a video. I am doing this project in C#.NET. I asked in a forum about this and they said to use GDI+ and mouse handling (which I have no clue about). Do I have to do segmentation and then identify the region where the square was drawn ? split...

Do I need to hide my Flurry API key in my open source app?

I have an open source Android app which I am planning on adding Flurry tracking to. Flurry creates a unique API key for your app's tracking. Do I need to try and hide this API key in my source code (i.e. not include it and I would add it every time I build for release) or just not worry about it? ...

How to do Google Analytics for ajax call in Facebook?

I have a FBML game and need to track all ajax calls. At the bottom of the page, I have this: and in the javascript functions, I put this: Facebook.urchinTracker("/ajaxcallname/"); However, it doesn't work.. and what I found out is that the utmac (the google account id) is empty!!! _uacct is empty! even I set it in the FBML, i...

Right tool for tracking DB structure changes

Right now i have a PHP project and i track all changes in code by SVN. I would also like to track changes made in database structure. Which is the right tool to use ? ...

git: setting a single tracking remote from a public repo.

I am confused with remote branches. My local repo: (local) ---A---B---C-master My remote repo (called int): (int) ---A---B---C---D---E-master What I want to do is to setup the local repo's master branch to follow that of int. Local repo: (local) ---A---B---C---D---E-master-remotes/int/master So that when int changes to: (int) ...

Tracking impressions/visits per web page

Hi, I have a site with several pages for each company and I want to show how their page is performing in terms of number of people coming to this profile. We have already made sure that bots are excluded. Currently, we are recording each hit in a DB with either insert (for the first request in a day to a profile) or update (for the f...

php error tracking

hi to all experts, i am using php and mysql for my projects with pear package. i want to track bugs in my programs . is there any way to track a bug in pear package or php5. suppose in my program any error or warning is generate then i want to track this error and store into database. any one have idea about it. thanks in advance...

Tracking Google Code Issues

(Other than manually bookmarking and manually keeping track) how do you track issues over various (third party) google code projects? ...

Is there a way to send tracking info to Google Analytics from PHP ?

I have a PHP code that will return a image. the link is given to 3rd party. so, i need to keep track where the php request coming from. Because the PHP only return the image, I cannot use the Javascript code for Google analytics. I know that I can get the information from the access.log, but i think I can't dump the access.log to GA f...

Blob ID matching over multiple frames in C++ (image analysis)

Dear reader, I'm working on a blob matching and tracking library in C++. Currently I'm using openCV to detect blobs and try to match blobs in a new frame by checking the position, velocity and size of the blob. This works quite okay and I'm receiving a high blob match rate (95% or higher). Sometimes blobs fall out of the image or new b...

How to track how many times an iPhone app is opened?

I am building an iphone app and would like to keep track of how many times it has been opened so that I can prompt the user to do certain actions after it has been opened X number of times. I have thought about storing a variable in Core Data which I update every time it is opened, but this seems like a waste since it is a singleton data...

How to draw an unfilled square on top of a stream video using a mouse and track the object enclosed in the square automatically in C# ?

Hi, I am making an object tracking application. I have used Emgucv 2.1.0.0 to load a video file to a picturebox. I have also taken the video stream from a web camera. Now, I want to draw an unfilled square on the video stream using a mouse and then track the object enclosed by the unfilled square as the video continues to stream. T...

Google Analytics External Link Tracking

Hi Guys, I'm using event tracking to monitor external links, but I'm wondering if the tracking will be done before the link is fired. I'm using the onclick: onclick="_gaq.push(['_trackEvent', 'Banners', 'Clicks', 'Banner Name (ID: 101)']);" Any ideas, or better ones if that's a bad way?! Thanks! Darren. ...

When to track an interaction on a page as a page impression, when as an event, etc.?

The usual track of a page impression is fairly clear and simply: put the code at the end of the page. But with the growing use of in-page changes to layout and content, when is it OK to log a new page impression and when would it considered to by just an record of an event? My understanding is that page impression have a strong relatio...

how to track sells you make by visitors reffered by another website ?

Hello, In my future website, i'll have parteners and i want them to receive a certain percentage of money according to how much the visitors they sent me bought items. So this is a simple question : How to know where the visitor comes from when he decide to purchase a thing on my website so i give the correct amount to the partener wh...

How do I convert TLE information to longitude latitude and altitude to display on a Bing Map?

I am using the OrbitTools library to develop a satellite tracking system using the Bing Maps Silverlight control similar to http://karhukoti.com. I am not knowledgeable in this domain and lack a lot of the information related to satellite tracking but have started teaching myself as this particular project was chosen by my supervisor as...

How can I track my site video clicking

i Want to track my website video clickings, i use google event tracking code but my developer told me it is not html form, the video is in embed form.. can anyone tell how i can track my website tracking in embed video coding ...

Referral tracking with Google Analytics for Android apps - where to start?

As questioned elsewhere (http://bit.ly/9Wt3zG) but remains unanswered, the Google Analytics for Android README notes: (NOTE: do not start the GoogleAnalyticsTracker in your Application onCreate() method if using referral tracking). Does anyone know why? Is there a particularly good place to do it? Start it in onResume() and simpl...