matomo-org / tag-manager

Free Open Source Matomo Tag Manager - A simple way to manage and maintain all of your (third-party) tags on your website.
https://matomo.org
GNU General Public License v3.0
168 stars 57 forks source link

[Enhancement] Add an option to automatic deleto or replate commas within matomo tag templates #810

Open SW-Vincent opened 1 week ago

SW-Vincent commented 1 week ago

Considering CSV exports are comma separated, comas that could appear within events or page titles would interfere with data exports for this format. As some variables are dynamic, it is not excluded that this issue may happen from times to times (espescially for clicktext variable).

Therefore, an option to automatically delete or replace commas within Matomo tag templates would be useful.

AltamashShaikh commented 1 week ago

@SW-Vincent You can use a "Custom JS function" variable and replace the unwanted values.