I have added an event to track the number of downloads for my application. This is the code I have used:
<div class="downloadiphone" style="top: 319px; left: 463px;">
<a class="blocklink" title="Download for your iPhone"
href="http://itunes.apple.com/se/app/mikz/id477146876?mt=8"
onClick="_gaq.push(['_trackEvent', 'Iphone', 'Download', 'HomepageB2C']);”
target="_blank">x</a>
</div>
When I check on Google analytics it says that 60 of my visits sent events. 0 total events Is there something wrong in the code? I have installed it some weeks ago, so it should definitely report the events properly.