First of all: I love your service! However, there's one thing I'd like to do (or know how to do, if it's already possible): I'm using
gaug.es to track the product page of my iPhone app. Works great. However, I'd like to count how many people hit the "Available on the App Store" button. Right now I'm doing this by href'ing to a server-side script which tracks the click by adding an entry to a very simple table in my database. It would be great if I could use
gaug.es to track this as well, but JavaScript isn't really suitable in this case since I'm HTTP-redirecting immediately without returning any content. Is there any way I can use your service for this as well?