I have a site that provides images for the internet, and I have Google analytics implemented, but is only tracing the pages access and not the link access, like this example:
You can access an image o http://doamin.com/aa and it shows an html page with a template and the image implemented.
And A want, if possible, to Google analytics track the http://doamin.com/aa.png, and the image when open on other sites.
I am from Brazil, so if you are too, answer in Portuguese please.
Analytics works from some javascript loaded into the page to call back to google with "here I am, I'm on a page doing the following...". Since the script isn't in an image, it can't do the same. You'll have to just analyse your web logs. There are plenty of tools for doing so, or you can grep the logs, write a custom app that finds the info you need, etc. It won't be as rich or user-friendly as analytics, but there's still a goodly amount you can find out.