Peter Boehlke

Results 19 issues of Peter Boehlke

If "disableBrowserFeatureDetection" is enabled and remember(Cookie)ConsentGiven is called, a new visitor is recognized ## Expected Behavior After calling remember(Cookie)ConsentGiven, the same visitor should be recognized and no new (unique) visitor...

Bug
Regression

Oftentimes, there are different event names, that basically should do the same thing. For example consent management. On pageload, the event "consent_initialised" is triggered by consent services. On consent change,...

Enhancement

In an SPA, I'm tracking a pageView with a configuration using a bunch of custom dimensions. (Virtual) PageViews are triggered by a custom event, that is pushed into the dataLayer...

Bug

For tracking with the legacy tracking code, there is `_paq.push(['deleteCustomDimension', 1]);` - that doesn't work with the Tag Manager. That results in custom dimensions being tracked for pageviews and actions...

Enhancement

Even with minor or no changes to the TagManager / Container configuration, the deployment mechanism creates different containers with sometimes most of the business logic missing (Matomo 4.2.0). The example...

If we think of a Tag Manager more like a data pipeline and less of a javascript library container, it would make sense to support serverside tracking. The goal is...

Events triggered (and fired) by the Matomo TagManager "native" event tag doesn't seem to include the pageView correlation, when a different "Matomo Configuration" Variable is used. We're using different "Matomo...

Enhancement

In my use case, I have a Regex running against the PageUrl ((en|fr|pt|cz|ru|jp|es)(?:\/)?(?:\/index\.jsp)?$). This won't work, if the PageURL contains the mtmPreviewMode=xxx parameter. So I had to change the Regex...

Bug

An option to filter by a Site-ID while importing (with replay-tracking) would be a handy feature. In most cases, Webserverlogfiles contain many Site-IDs. At the moment, it's not possible to...

Loading the CustomOptOut settings is not possible if you have hundrets or even thousands of websites in Piwik. Similar to the new website administration in Piwik, the plugin settings should...

enhancement