adding google event tracking to links in posts

Have a look at this article -> http://www.optimum7.com/internet-marketing/web-development/dynamic-google-analytics-event-tracking-for-wordpress.html

Also to get the post title of the particular page. You could use the following jQuery ( Assuming you post title is wrapped in tag ).

outbound_post_name = jQuery('h1').html();