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.
我已经成功使用了 piwik,我想知道 piwik 当前跟踪的 url 是否有长度限制。我问这个是因为我有一些需要跟踪的下载链接,它们可以达到相当长的长度。他们似乎没有被 piwik 跟踪。
任何帮助是极大的赞赏。
取决于浏览器,有一些url 长度限制- 另外,请检查可以存储在 DB 中的 URL 的最大长度是多少。
长 URL 仍应被跟踪,但默认情况下会在 1024 个字符后被截断。这可以自定义:https ://matomo.org/faq/troubleshooting/faq_21239/ 但即使 URL 超过长度,它们仍然应该被跟踪(截断)。