as we know google analytics can help us to view data that how many times the pages be visited and more detail. and usually we use urchin.
js or ga.
js to implement the code.
I just want to know how to use these to track a element on page, e.g. a div or a image. becuase sometimes we would like to know how many times the images had been clicked. for sure we can write functions to show this but now anybody know if google analytics can do this?
Thanks,