jQuery(window).load(function(){ /* ga イベントトラッキング */ set_ga_send_event_mousedown('#globalnav')//id set_ga_send_event_mousedown('.header_inner_')//id set_ga_send_event_mousedown('.leftmenuframe_')//id set_ga_send_event_mousedown('#bread-crumb-list')//id set_ga_send_event_mousedown('#block_of_itemhistory')//id set_ga_send_event_mousedown('#footer')//id set_ga_send_event_mousedown('#guide_nav')//id }); var EC_host = location.href; function set_ga_send_event_mousedown(id){ jQuery(id+" a").mousedown(function(){ var category = 'pc_common_'+id; var label = jQuery(this).attr('href'); ga('send', 'event', category, EC_host, label); }); }