fnogatz / magento2-matomo

Matomo Analytics Module for Magento 2
GNU Affero General Public License v3.0
50 stars 37 forks source link

Excluding parameters #63

Open zigojacko opened 1 year ago

zigojacko commented 1 year ago

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.