Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Matomo跟踪页面视图。我有一个要求,在完成跟踪页面视图的 XHR 请求时,我需要执行一些涉及访问xhr( XmlHttpRequest) 对象的操作。我发现有了这里trackPageView()描述的我们可以通过 。我能够将回调函数作为参数传递,但我无法在回调中访问。 有什么方法可以在回调函数中访问吗?customTitle, customData, callbackxhrxhr
xhr
XmlHttpRequest
trackPageView()
customTitle, customData, callback
提前致谢!
由于最近的拉取请求,我认为现在已经解决了这个问题:
https://github.com/matomo-org/matomo/pull/13665