Hi,<p>I had trouble with url redirection. So I checked and found this method<p><pre><code> 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;
}
</code></pre>
This method doesn't seem to be working as intended on firefox.