Hey All,
We're trying to get a single view of a couple of metrics that we're trying to track on our community; specifically visitors, new users (registrations), and new content (threads, messages & documents). I realize that the last two are available from within the tool, but Google Analytics has this nifty "Mail me a report" every week, which would really cut down on the administrative overhead. Additionally the internal reports don't include visitors (for obvious reasons). I've been able to configure GA to track new registrations successfully (/account-success.jspa), however the new content thing is a bit trickier.
I've tried just using what's reported on the URL, but that is really inaccurate (I can see all the attempts to post, but not whether they were completed or not). It occurred to me to use javascript to send a "Post" fake page to GA on form submit. but I'm not sure where in the freemarker templates I could (if I can) put that. Any guidance?