Debugging and tracking Hotjar data -


recently, our company started using hotjar collect usage data. first time using service, made mistakes, made me search method debugging. after reading official documentation, forums, stackoverflow, found nothing.

what have do/modify enable debugging in hotjar?

you can enable debugging in tracking script. add following line in h._hjsettings line: hjdebug:true

<!-- hotjar tracking code www.example.com --> <script> (function(h,o,t,j,a,r){     h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};     h._hjsettings={hjid:1,hjsv:5,hjdebug:true};              a=o.getelementsbytagname('head')[0];     r=o.createelement('script');r.async=1;     r.src=t+h._hjsettings.hjid+j+h._hjsettings.hjsv;     a.appendchild(r); })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); </script> 

when use tracking code way, console display happens during process. me, helpful helped me make sure virtual page views registered without errors.

example console output, potentially sensitive informations hidden


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -