Peter Boehlke

Results 68 comments of Peter Boehlke
trafficstars

Great idea - also a notice like "tag manager library is out out sync / needs to be updated manually" would be great if it was implemented from external (e.g....

The Click Element of the trigger should work in this case with the CSS selector -> a[name="specific_element_name"]

Hey @tsteur - https://github.com/matomo-org/tag-manager/pull/201 would definitely help to get rid of tons of workarounds. But in this case, it would not solve the problem. As an example, the following use-case:...

I tried to execute `_paq.push(['deleteCustomDimension', 1]);` in a custom HTML tag, but this had no effect. Sorry, I should have explained that a bit better. >I would have suggested to...

Hi @tsteur, I stumbled upon this problem as well. The use case is to set the Cookie Lifetime using: ``` var _paq = window._paq = window._paq || []; _paq.push(['setVisitorCookieTimeout', 604800]);...

@tsteur sorry, I forgot that we already came up with a solution for that. The "Initialise tracker, don't track anything" Matomo-Tag was introduced to solve this. I'm keeping the last...

Hey @tsteur, > I guess it's mainly about the first request after opting in so Matomo can find the correct visit using the config_id to set the correct visitorId. The...

It's an old thread, but as I'm experiencing this still from time to time, I have another idea. Do you by chance have `enable_segments_subquery_cache` enabled?

Duplicate of https://github.com/matomo-org/tag-manager/issues/509

Hey @tsteur, sorry, I somehow forgot about this ticket and answer. > And the main benefit would be that if for example no consent is given then you can guarantee...