Hacker News new | ask | show | jobs
by donohoe 2483 days ago
Looks very promising. Might I also suggest a few other useful metrics:

Bounce Rate: The percentage of visitors to a particular website who navigate away from the site after viewing only one page.

Aside form that one it would be useful to track Page Views per Session, PVs per Page Type (homepage versus article page), and even Page Depth (per Page Type)

Just a thought. Still really nice.

2 comments

> Bounce Rate

This requires tracking sessions.

> Page Views per Session

This requires cookies or some other mechanism for stringing individual page hits into a single stream. While you can, sort of, kind of, do that based on the source IP combined with the user-agent (like this project does), it's not terribly accurate and it can't track longer sessions.

I would argue that very few people object to being tracked by the site they are actually visiting. Most object to being tracked by 3rd parties, and across multiple unrelated sites. So a simple 1st party cookie is quite acceptable, but you can certainly go an extra mile and ask even if it can be set.

Thanks for the suggestions! There's still a lot missing, but the base is ready and I can't wait to add new features.