I want to add event tracking to some of the buttons on my site. I use "universal" Analytics.

I have added an extra rectangle to the button and placed it on the MouseDown layer. In the placeholder I placed the following code in the body section

onClick="ga(‘send’, ‘event’, ‘Downloads’, ‘Click’, ‘Shenanigans (BW)’);"

This not working and could definitely use some help in getting this right.