Hi man,
I need track clicks in my banners, for example, i have this code from Google Analytics:
onClick="ga('send','event','banners','clicou','grande');"
In this case i need insert this code in one HTML Block Text together the image.
How use this code??
Thanks
Comments
try to add this attribute to the link element ,
see this:
https://www.w3schools.com/jsref/event_onclick.asp
thanks
Step 2:
CODE: