Thomas Steur

Results 698 comments of Thomas Steur

Great to see our first what's new entry 🎉 That's awesome. Had another quick look. I believe the information box uses a custom color that we maybe usually don't use...

FYI it's actually too easy to give an anonymous user view access by accident. Especially using the multi select. Maybe an anonymous user cannot be enabled in the UI along...

If I remember the problem is that if we added a delete custom dimension button, the previously tracked data for that dimension would still exist in the so called "log"...

> If people "accidentally" delete their custom dimensions, they either need to pay more attention or the UI needs to be improved. Removing the feature isn't a good solution. There...

Yes would definitely not making this the default. And would also possibly trim after 255 characters to avoid errors and rather not fully tracking it instead of failing.

Not sure. Personally would keep things the way they are maybe. Eg `TEXT` can have performance problems creating temporary tables etc. Having an FAQ on how to change this be...

It's not included in Matomo 4 but you can change the type manually in your database if needed.

@luflow there isn't. AFAIK it's only an alter table query to change field to `text` like below: ```sql ALTER TABLE matomo_log_visit MODIFY COLUMN custom_dimension_1 TEXT, MODIFY COLUMN custom_dimension_2 TEXT, MODIFY...

Hi @ashutosh-hs the custom dimension value is hard coded to 250 characters: https://github.com/matomo-org/matomo/blob/4.11.0-rc1/plugins/CustomDimensions/Tracker/CustomDimensionsRequestProcessor.php#L175 It was added in Matomo 3.1.8 https://github.com/matomo-org/plugin-CustomDimensions/commit/823e8e9faab673f16c5964e832f2b926d9cdf7ee#diff-bbc47867ddfd7fe85fe96b6a846a35ca5064315fb8a12ec8615a4ec69adf6fd3R132-R136 meaning the workaround to use TEXT columns doesn't work anymore...

@johnaschroeder be great to learn a bit more about the use cases. When you talk about notifications I understand it's not you who wants to receive those notifications, but you...