How do you implement an 'on click' function on menu item?
We are testing a third-party backend analytics program. Our site is a single page, so the results of the demo analytics don't show if anyone is scrolling our site. It appears as though someone clicks on our site then just leaves after a minute or so (no engagement). The third-party company has provided HTML code that we've added to the site. But, they are also asking us to set up an 'on click' function to each of our manual menu items.
Here is the sample they provided: An example for your site would be: onClick="track_load('http://sandbox-creative.com/#contact', 'Contact')
They also mention that other website builders implement the o'clock code using a <href>.
We are not coders or developers. Does anyone know how to do this?
