I am trying to track the number of clicks to one of my linked images. I have inserted the following code into the link: <a href="http://www.myURL.com" onClick=”_gaq.push([‘_trackEvent’, ‘Internal Link’, ‘My recipe’, ‘Slider’]);”> I then tested it by clicking it several times. Isn't it supposed to show up in real-time events or does it take a while? I thought now events would show up in real-time. Or do I have the code wrong? Thank you in advance.