Could it be possible to track comment posting?
Maybe this could be achieved by using comment_form hook and inserting something like this pseudo javascript code:
document.commentform.onsubmit = "pageTracker._trackPageview('/comment_posted/' + article_name);";
What do you think?