ngx-matomo-client
ngx-matomo-client copied to clipboard
Make tracked url to lowercase
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