I had trouble with url redirection. So I checked and found this method
var onTalkClick = function(url, vhost, vid, rindex) { gtag('event', 'view_item', { 'event_category': vhost, 'event_label': vid, 'value': rindex, 'transport_type': 'beacon', 'event_callback': function(){document.location = url;} }); return false; }
I had trouble with url redirection. So I checked and found this method
This method doesn't seem to be working as intended on firefox.