tracking

Web Analytics & Stats

Hi Guys, We want to add tracking statistics to a web application we are building but are pretty unsure of how to go about it. (i.e. clicks, pageviews, unique visits etc) Does anyone have any articles on the best way to go about incorporating tracking data into an application ? i.e. javascript tracking or IIS etc ? We want to add track...

TextAttribute.TRACKING and LineBreakMeasurer

has anyone ever successfully used the java.awt.font.LineBreakMeasurer to draw word-wrapping text that has java.awt.font.TextAttribute.TRACKING (also known as letter spacing) set on the font? i create the font by: Map<TextAttribute, Object> map = new HashMap<TextAttribute, Object> (); map.put(TextAttribute.SIZE, 18); map.put(TextAttribu...

Google Analytics on Flex IFrames

So I would like to include pageTracker code in the iFrames that is being called. However the iFrames in this case are called from Flex. We are building a pop up and calling the iframes within the pop up. In this scenario, what is the best way to include the pageTracker code to track and trasnfer the visitor and campaign cookies from on...

Sub-id, tracking-id or site-id within http://cj.com buyUrl

Hi, someone knows about the possibility to add a request parameter indicating a tracking-id within cj.com affiliate program I receive the following link: http://www.jdoqocy.com/click-3631586-10557180?url=http%3A%2F%2Fsearch.someshop.com I want to put a subid between the parameters, for a future report track. i.e.: http://www.jdoqo...

Track where users come from in PHP?

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)? ...

How to write an efficient hit counter for websites

I want to write a hit counter script to keep track of hits on images on a website and the originating IPs. Impressions are upwards of hundreds of thousands per day, so the counters will be incremented many times a second. I'm looking for a simple, self-hosted method (php, python scripts, etc.). I was thinking of using MySQL to keep tra...

Is there any table changes tracking tool for mysql which will log all changes into other table?

Hi, I am working on a Project management system on PHP (CodeIgniter framework), Mysql, AJAX, XAMPP, JQUERY. I need a customizable table changes tracking tool which will log all changes into another table in same database for mysql. Basically I need to have a table which will have log details of updates, inserts and deletes on a database...

How can I do email tracking from my website?

Our company delivers leads via email to our customers from our website. So we store those leads in our database. I want to be able to track if the email is received by the destination, opened, or if its bounced back or considered spam. I then want to update the database entry so I can quickly see if the lead made it through. A buddy ...

Fetching rendered JavaScript from a page (Omniture pixel)?

I have some code (incidentally, it is for Omniture SiteCatalyst) that renders a 1x1 pixel based on some JavaScript object variables I set in the page's source code. The JavaScript eventually creates an img based on the scripting code, but the img src isn't hard-coded into the HTML. How can I figure out what the img src is, given the URL ...

Switching hosts in New Relic

Hi, I currently have 2 rails environments: production and beta_production. New Relic was previously tracking production but now I want it to track beta_production. I have already updated the New Relic config file to enable for just beta_production and restarted both services, but it's been more than an hour and New Relic seems to be s...

How do you do real time document tracking?

I was considering diff Document Tracking options and came across DocTracking.com. DocTracking.com allows you to upload documents (PDF Word etc) and adds some kind of invisible tracking to it and returns the document to you which can then be used just like you would use the document otherwise. This tracking tells you when your documents w...

Project Tracking Workspace + Multiple projects SharePoint

I am using SharePoint templates, and I had gotten great results using the Tracking Multiple project Template. The problem is that I would like to keep each project separately, but still have the status overlook of all projects. I can create Project Tracking workspaces templates for each individual project, but I have not been able to ...

C# - How do I access the WLAN signal strength and others?

Many scientists have published papers documenting how devices connected via WLAN can be tracked by measuring its Signal Strength, Time Of Arrival, Round Trip Time, etc. Any idea how I can access these values in Windows using any .NET API? Or do you know of software SDKs already available for location tracking? ...

Associating related emails (import from Exchange into ticket system)

I'm developing a customer service application. When customers submit requests via email, I import the email messages into my SQL Server tickets table (reading the mail messages in MS Exchange using ColdFusion). My application allows reps to send reply emails to these "tickets". I'm looking for the best way to track which emails are rel...

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

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 extra...

MS CRM - Duplicate tracking tokens when sending emails from workflows

Hi, I have recently helped some of our users set up several workflows to send emails. Now that these have been in use for a couple of weeks we have noticed that each time the workflow runs, emails to different recipients are sometimes given the same email Tracking Token. This has resulted a number of emails tracking to the wrong Lead wh...

Minimalistic visitor stats based on PHP?

Does anybody know a minimalistic, nice-looking visitor statistics suite based on PHP that displays visitor stats in a end-user friendly way. I know Google Analytics, and the big names in PHP and Perl based traffic analysis; they are all too complicated and feature-rich for what I need. I am looking for something that is already totally ...

enable remote connection, laptop tracking

Hi, Today i was searching for some software which can track my lost laptop. There, i found a software which provides the following feature : • Geo-location is determined by wi-fi signal • Remotely delete files from the stolen laptop • Remotely retrieve files from the stolen laptop • Monitor and control everything the thief does ...

Implementing rental store in Rails: how to track an inventory state over time?

Let's say you're implementing rails app for a snowboard rental store. A given snowboard can be in one of 3 states: away for maintenance available at store X on loan to customer Y The company needs to be able to view a rental history for a particular snowboard a particular customer The rental history needs to include temporal dat...

Track Improvement Requests

We receive 5-10 improvement requests each day from our customers. Some of them are good, and some not so good. I can easily pick out the ones that I agree with, but I'd like a good way to organize the rest, so if we get a lot of similar requests we can prioritize those appropriately. We have a large backlog of good ideas, so a reque...