I have this website where we market app for IOS and Android. Now I have two botton click events as shown. The source codes for these buttons is <ul> <li><a href="https://itunes.apple.com/us/app/moola-app/id935678762?ls=1&mt=8" onClick="_gaq.push([‘_trackEvent’, ’IOS APP’, ’IOS CLICK’, ’IOS DOWNLOAD’]);"><img src="images/app_1.1.png" alt="Download Moola IOS App"></a></li> <li><a href="https://play.google.com/store/apps/details?id=com.shopperlocal.moola" onClick="_gaq.push([‘_trackEvent’, ’ANDROID APP’, ’ANDROID CLICK’, ’ANDROID DOWNLOAD’]);"><img src="images/app_2.2.png" alt="Download Moola Android App"></a></li> </ul> The goal setting for IOS app in GA is The goal setting for android app in GA is The problem is that i am getting nothing with these goals. See the image below for reference. What am I doing wrong? I have checked online forums for any errors that I might be making with no avail. Is there something that I am missing here?