Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is besides the point.


Is it though? It seems they spent a lot of time throwing more and more javascript at the problem until they realized they couldn't figure out what was happening. If they had real logging from the beginning, it would have unconfused them much sooner.


They were taking orthogonal measurements to see if the pattern would appear over and over. Also it sounds like each successive measurement technique was at a lower level than the previous technique. Sounds pretty thorough. I'd love to see some actual data though.


How would you use the access log to determine if client-side javascript was being executed?


For the page in question, count total hits in the server access log and subtract total hits reported by the Javascript analytics software.


Check if it's even being fetched for a start. Assuming it's not inline.


Browser-cache my friend. You'll need to poll the server on page load (or even better in this case, after you load the ad)


Use a javascript function to poll the server for something.


thanks for coining the word "unconfused"




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: