tracking

Track where users come from in PHP?

走远了吗. 提交于 2019-11-27 03:36:17
问题 Is it possible to find out where the users come from? For example, I give a client a banner, and the link. The client may put the banner/link to any website, lets say to a site called www.domain.com. When the user click the banner, is it possible to know where he coming from(www.domain.com)? 回答1: Have a look at the HTTP_REFERER variable. It will tell you what site the user was on before he came to your site. 回答2: Yes. You give the client a unique URL, like www.yourdomain.com/in

OpenCV tracking using optical flow

江枫思渺然 提交于 2019-11-27 03:12:32
I use this to functions as a base of my tracking algorithm. //1. detect the features cv::goodFeaturesToTrack(gray_prev, // the image features, // the output detected features max_count, // the maximum number of features qlevel, // quality level minDist); // min distance between two features // 2. track features cv::calcOpticalFlowPyrLK( gray_prev, gray, // 2 consecutive images points_prev, // input point positions in first im points_cur, // output point positions in the 2nd status, // tracking success err); // tracking error cv::calcOpticalFlowPyrLK takes vector of points from the previous

Track mass email campaigns

∥☆過路亽.° 提交于 2019-11-27 02:37:02
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 are easy (they include a css @media print query with a bg image). But forwards? I think this might be a combo between subsequent opens and different IPs/reffering URLs. However, this means that if I open my mail and re-read it from another computer, it counts as a

How can we track hashtags with the new facebook hashtag implementation

爷,独闯天下 提交于 2019-11-27 00:50:57
Since Facebook introduced hashtags, I've been interested in finding out more about them. Can someone point me in the direction of possibly tracking the hashtags similar to how twitter allows us access to pull hashtag data via their API. I can count mentions, get usernames, and the tweets. Has Facebook launched anything similar? I can't find any documentation online. Igy There is currently no API for the hashtags feature on Facebook edit : there was however a public posts search function which will return some public posts with a certain hashtag if you use that hashtag as the search string in

What is the most reliable way to hide / spoof the referrer in JavaScript?

可紊 提交于 2019-11-26 21:33:09
Normally, the referrer is traceable through: JavaScript's document.referrer The request headers, e.g. PHP's $_SERVER['HTTP_REFERER'] I have set up a Codepad demo which shows these properties, for testing purposes. Requirements: The original referrer should effectively be hidden, at least for all mouse events. Cross-browser support (at least Chrome and Firefox). Stand-alone, without any external content (plugins, libraries, redirection pages, ...). No side-effects: Links should not be rewritten, history entries should be preserved . The solution will be used to hide the referrer when following

Is version control (ie. Subversion) applicable in document tracking? [closed]

雨燕双飞 提交于 2019-11-26 21:24:09
I am in charge of about 100+ documents (word document, not source code) that needs revision by different people in my department. Currently all the documents are in a shared folder where they will retrieve, revise and save back into the folder. What I am doing now is looking up the "date modified" in the shared folder, opened up recent modified documents and use the "Track Change" function in MS Word to apply the changes. I find this a bit tedious. So will it be better and easier if I commit this in a version control database? Basically I want to keep different version of a file. What have I

Google Analytics GIF request not sent

我的未来我决定 提交于 2019-11-26 17:46:19
问题 I'm having some troubles setting up Google Analytics. I downloaded the Google Analytics Debugging extension for Chrome and if I take a look at the console, the __utm.gif request is never sent. I triple-checked my code, and everything is fine. The debugging version of ga.js is downloaded properly. In fact, I have the exact same problem as this guy that never got an answer... For the sake of it, here is my tracking code (with UA-########-# properly replaced in my original code, of course) var

How do I dynamically load Google Analytics JavaScript?

非 Y 不嫁゛ 提交于 2019-11-26 15:58:25
问题 Without using any other JS frameworks (dojo, jquery, etc), how would I dynamically load Google Analytic's javascript to be used on a web page for web-tracking? The typical appropriate to dynamically loading JS is to do the following: var gaJs = document.createElement("script"); gaJs.type = "text/javascript"; gaJs.src = "http://www.google-analytics.com/ga.js"; document.body.appendChild(gaJs); var pageTracker = _gat._getTracker("UA-XXXXXXXXX"); pageTracker._initData(); pageTracker.

ga or _gaq.push for Google Analytics event tracking?

拥有回忆 提交于 2019-11-26 15:18:23
问题 I would like to track an onclick of a button on a page on a site, after a condition is passed checking if a cookie is present. Very simple but which syntax would work best? I have researched the ga and gaq_push prefix of the GA event tracking syntax and (forgive me if I'm wrong) but they seem pretty similar? _gaq.push <script type="text/javascript"> jQuery(document).ready(function () { if (jQuery.cookie('entry_winagrand_cookie') !== null) { jQuery('notregisterbtn').on('click', function () {

How to track a Google Adwords conversion onclick?

依然范特西╮ 提交于 2019-11-26 15:02:12
问题 Google Adwords offers no code to add to your page to count a conversion if somebody clicks on a link. But as it's Javascript, I am sure there is a way to do this. Here's the code (unaltered) Google gives you to include in the page, that should count as a conversion (most of the time a thank you page): <!-- Google Code for Klick Conversion Page --> <script type="text/javascript"> <!-- var google_conversion_id = 1062751462; var google_conversion_language = "de"; var google_conversion_format =