I'm trying to use the Joomla plugin (not the module) with Google Analytics. I have added the tracking code via "Google Analytics tracking object" in the advanced options but (after waiting a few days) I'm not seeing any custom events. I'd like to get at least get the event tracking working (but I'd also love social tracking), any suggestions?
This is what the plugin is outputting (is it my imagination, or is there a missing closing bracket?):
<div class='joomla_add_this'><!-- AddThis Button BEGIN -->
<script type='text/javascript'>
var addthis_product = 'jlp-1.2';
var addthis_config =
{pubid:'pubid#',
ui_cobrand:'U-M News Service',
ui_header_background:'#B8C2D2',
services_compact:'facebook, twitter, newsvine, reddit, stumbleupon, tumblr, digg, more',
services_exclude:'print, favorites, amazon, copy link',
ui_hover_direction:0,
data_track_clickback:true,
ui_language:'en',
ui_use_css:true,
data_ga_tracker:GA#}</script>
<div class="addthis_toolbox addthis_default_style" addthis:url="url" addthis:title="title">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_newsvine"></a>
<a class="addthis_button_reddit"></a>
<a class="addthis_button_stumbleupon"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
<!-- AddThis Button END -->