Hi,
I created a header element with a link. And I set up a Javascript goal so my analytics software (Clicky) records clicks.
But the goal doesn’t seem to get triggered.
So my question is: do I need to do anything special for javascript to be running insider a header element?
This is the code I put in the header element:
<p>This lesson is brought to you by <a onclick="clicky.goal('31428');" href="https://frenchtogether.com/course/">French Together</a>, the course that teaches you the 20% of French you need to know to understand 80% of everyday conversations and speak with confidence.</p>
Thanks