Get mtm.clickElement Breakdown

Hi I face a problem in retrieving the mtm.clickElement Breakdown

This is what i get in preview mode and console

The question is, why I got an empty set in preview mode ?(as well as in Matomo Tag manager)

At the same time, I tried to retrieve the data through tag custom variable, what should i input for get the mtm.clickElement details ? (i.e. src, href)

Thanks in advance

Hi there,

Sorry we don’t really understand what you’re trying to achieve. Could you maybe list the steps to reproduce and what you expected VS what you got?

What I want to do is to extract the details within the mtm.clickElement

For example, offsetparents & imgsrc etc…

So my question will be how to capture the clickElement details in matomo tag manager, seems it is empty in preview mode.

In addition attached the preview mode for your reference
You can see the mtm.clickElement is empty

@matthieu can you help on this, thanks

It may show as empty but actually the element may work. Could you check whether the element is really empty or not, in the datalayer by calling MatomoTagManager.dataLayer.get('mtm.clickElement') in JavaScript?

@matthieu please find the screen cap below

Trigger:

Variable:

image

Output:

Hi!
Any news on this ??
The inbuilt variable “ClickElement” shows up empty, and so does the Data Layer variable I’ve created.
And so does the javascript I’ve created!!

The fact that the ClickElement is not being populated effectively negates any interesting tracking possibilities with Matomo…

Please help !

Hi @tiw
What kind of trigger did you use?
On which kind of element? Is it a link (<a href='...'>...</a>)?