Open ChristophKind opened 4 months ago
Hi @ChristophKind
You can do so using a custom interceptor.
See Using custom interceptor in README.
Take a look at MySimpleInterceptor
example: you can use the same pattern to call tracker.setCustomUrl(…)
with your own logic.
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