click-tracking

How Systems like AdSense and Webstats Work?

Hi Dears! I am thinking about working with remote data and receive or send data actually in external web sites. exists a large amount of examples in World Wide Web are working. For example: free online web tools like web stats OR Google's AdSense .... .you know in such web services some code will generate for publishers and the publisher...

jQuery: Click tracking with PHP

Yes, I KNOW about Google Analytics. We use it for our overall site metrics, and I know we can track individual links. However, we needed a tracking solution for very specific links and we need that tracking data available to our web application in real time, so I wrote my own solution: jQuery: $.fn.track = function () { var sour...

Detect Click into Iframe using JavaScript

I understand that it is not possible to tell what the user is doing inside an iframe if it is cross domain. What I would like to do is track if the user clicked at all in the iframe. I imagine a scenario where there is an invisible div on top of the iframe and the the div will just then pass the click event to the iframe. Is somethi...

Techniques to Trigger Google Analytics Tracking from PDF Links

Here's the scenario: I have a mailing list that contains a PDF download link. The PDF contains ads with clickable links. I need to get analytic data on the link clicks - preferably via Google Analytics (due to the richness of information available). The solution I have in mind is for the link to go to a web page that I host with some s...

Click tracking on telephone links for BlackBerry Devices

I'm trying to add click tracking to a telephone link on one of my pages. These links are in the form of <a href="tel:5555555555">call me</a> So my click tracking happens normally by sending the user to an intermediate page that tracks their click and sends them on to there intended url. This works beautifully on the iPhone and Android ...