How to use setExcludedQueryParams
-
Hi, if I go to Admin Settings > Websites > Settings (from my Matomo site), there’s a setting there called “Enter URL parameters to exclude from tracking and reports”.
If I enter a parameter there – let’s say “foobar” – then Matomo also adds it to the tracking code it provides at Admin Settings > Websites > Tracking Code. This entry is added to the tracking code there:
_paq.push([“setExcludedQueryParams”, [“foobar”]]);
However, I can’t see any way to add this to the tracking code that the Connect Matomo plugin generates.
Is there any way to add this to the code generated by the plugin? If not, perhaps this could be added to the plugin as a new feature?
You must be logged in to reply to this topic.