ngx-matomo-client icon indicating copy to clipboard operation
ngx-matomo-client copied to clipboard

Make tracked url to lowercase

Open ChristophKind opened this issue 7 months ago • 1 comments

How can i configure that the tracked urls should all be converted to lowercase?

In native js I can. do this via _paq.push(['setCustomUrl', location.href.toLowerCase()]);

Regards Chris

ChristophKind avatar Jul 10 '24 05:07 ChristophKind