jQuery(document).ready(function ($) { $('header .main-menu a[href*="/campeonatos"]').click(function(){ let currentURL = window.location.href gaSendEvent({ category: 'click_brasileirao', hit_type: 'click', page_location: currentURL }) }); })