My question:
Can you enter in Web Designer a script that will be executed only when a specific button is clicked.

Purpose:
I have some download buttons and I like to known how many times they are used to download the related file.
It must be possible with a litte script that sends the information to Google Analytics. Google analytics is already included in my website.
That's what I would try to do.

Script:
_gaq.push([‘_trackEvent’, ‘button’, ‘clicked’]);

If someone has another idee to get the same result please let me known.

Thanks
Frank