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 clicksis 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.Hitsis the current count.In other words:
Count clicksis set toNo,Hitswill always be 0Count clicksis set toYes,Hitswill 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.