Skip to content Skip to sidebar Skip to footer

Looking For Custom Script In Adobe DTM Data Element?

I am trying to capture HTML text value in DTM. There is a article tag which has the detail of the card. Once the User clicks on the card, the name of card (h1) tag will be reported

Solution 1:

You can do that creating a new "data element" and using the css selector type, the, put the CSS Selector Chain

in this case I will use the following css selector for example.

.mu-item div h1 

Now select "text" in the "get the value of" option, and save changes.

It should work.


Post a Comment for "Looking For Custom Script In Adobe DTM Data Element?"