Please send a raw request (look at the pic how to get it). We’ll take a look.
By the way, we have an idea how to improve these messages and plan to deliver it relatively quickly.
I am seeing a number of those broken events for the ‘t_fs’ parameter: Error message: Tracking parameter t_fs has invalid value. number too large to fit in target type at line 1 column …
I have checked the raw request for one of these and I have for example “t_fs”: “621801”
According to the API documentation this parameter is: https://developers.piwik.pro/en/15.7/tracker/http_api.html
Fetch Start - one of the Page Performance Metrics. Designed for the value of PerformanceTiming.fetchStart
integer <= 65535
Example: t_fs=7
It appears then that its value is indeed larger than the maximum allowed: is this something I should worry about? Thanks.