Hacker News new | past | comments | ask | show | jobs | submit login

Hi,

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;
        }
This method doesn't seem to be working as intended on firefox.



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: