Closed fredvd closed 3 weeks ago
@avoinea, @nileshgulia1 this is quite important to the Plone Foundation :-) Could you prioritize it, please?
Alin is on holiday. I will look into this.
@nileshgulia1 Thank you! It would help us a lot if you are able to fix this
Should have been fixed in PR #35 last year already. Closing this issue
Filing this issue also on behalf of @ericof because I chatted with him about this.
We've been trying to run some campaigns on the plone.org website, where we link from a twitter/mastodon post to an article on plone.org with url parameters. A link for example would be like this:
https://plone.org/news-and-events/news/2023/plone-6-0-6-released?mtm_campaign=releases&mtm_medium=social
The idea is that matomo picks up the url parameters and counts one hit to the releases campaign for the social media medium. However: Matomo never records this 'hit' . We suspect that volto-matomo in the AppExtra component that gets configured only pushes the href but strips of any url params here:
https://github.com/eea/volto-matomo/blob/4a62439b4a1aaf6287b4ce0475ab259916edcdee/src/MatomoAppExtra.jsx#L12-L25