-
Notifications
You must be signed in to change notification settings - Fork 59
Description
from #328
we got another report from a user, which reads:
On our registration page, we have a few steps that we want to track (email, details, password, [optionally] verification). They are each assigned an unique element ID, which we use in the tag manager, but only the first step is seen as visible. If we resize the window the visibility of the current step is triggered, because we do a layout change. But just clicking through the steps do not trigger the visibility triggers, despite the ID of the step existing in the DOM and being visible. Google Tag Manager's visibility triggers works just fine for these steps, where there is an option to enable "Observe DOM changes". An option seemingly missing in Matomo Tag Manager.
Here is what the element visibility trigger looks like in GTM:
Maybe we could introduce a feature "Observe DOM changes" like in GTM?