Hello -
What is the difference between hits and clicks? If I turn on Hits I see a hits marker. However, it never gets incremented. If I turn on clicks, it gives me an error and says website not found.
Thank you for the explanation @therunnergit. I will close it here for now, don't hesitate to re-open it if you have further questions @jimijon!
Count clicks
is a boolean option (yes / no). If it's enabled, each click on the weblink will be counted; if it's not, no count will happen.Hits
is the current count.In other words:
Count clicks
is set toNo
,Hits
will always be 0Count clicks
is set toYes
,Hits
will be incremented each time one clicks on the weblink.I just tested and everything seems to be working fine: I cannot reproduce the error. We will add an automated test anyway just in case.