magento2-matomo
magento2-matomo copied to clipboard
Excluding parameters
Please can someone advise how we are meant to exclude URL query parameters as I can't see anything for this in the configuration...?
For example, if we want to exclude the parameter fbclid, then this line is added in the tracking code:
_paq.push(["setExcludedQueryParams", ["fbclid"]]);
Thanks for any pointers.