0

我有需要使用 piwik 的反应应用程序。在 jquery 中,事件被推送到这条线上,_paq.push(['trackEvent', 'Event category', 'event type']); 但在反应中我需要使用一个单独的包https://github.com/joernroeder/piwik-react-router我尝试像在文档中一样配置它

  piwik = PiwikReactRouter({
    url: this.props.piwikUrl,
    siteId: this.props.piwikSiteId,
  });

但是当我发送这样的事件时,this.piwik.push(['trackEvent', 'Event category', type]); 我得到 400 错误。也许我错过了一些配置?

4

0 回答 0