[Plugin: Google Analytics for WordPress] Feature request: track comment posting
The topic ‘[Plugin: Google Analytics for WordPress] Feature request: track comment posting’ is closed to new replies.
The topic ‘[Plugin: Google Analytics for WordPress] Feature request: track comment posting’ is closed to new replies.
(@jsruok)
17 years, 4 months ago
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?