Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Vues
Réponses
Nombre de J’aime
@Luca_Lattarini - If you're looking to track clicks on the <a> tags that are found in your list, you can do this with a Launch rule. Your rule, with CSS selector, may look something like this:
Using "div#dashboard-deals li a" will pick up any/every <a> tag that falls under a <li> inside your div. This assumes the following page structure (from your image):
...
...
<div class="collapse" id="dashboard-deals">
<ul>
<li><a href="/someLink1.html">some text 1</a></li>
<li><a href="/someLink2.html">some text 2</a></li>
<li><a href="/someLink3.html">some text 3</a></li>
<li><a href="/someLink4.html">some text 4</a></li>
</ul>
</div>
...
...
From there, you'd set up the rest of your rule as you normally would.
Vues
Réponses
Nombre de J’aime
Are you saying that inside the <li>, there is no <a> element?
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
Can you add an event listener to it?
Vues
Réponses
Nombre de J’aime
@Luca_Lattarini - If you're looking to track clicks on the <a> tags that are found in your list, you can do this with a Launch rule. Your rule, with CSS selector, may look something like this:
Using "div#dashboard-deals li a" will pick up any/every <a> tag that falls under a <li> inside your div. This assumes the following page structure (from your image):
...
...
<div class="collapse" id="dashboard-deals">
<ul>
<li><a href="/someLink1.html">some text 1</a></li>
<li><a href="/someLink2.html">some text 2</a></li>
<li><a href="/someLink3.html">some text 3</a></li>
<li><a href="/someLink4.html">some text 4</a></li>
</ul>
</div>
...
...
From there, you'd set up the rest of your rule as you normally would.
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses
Vues
Like
Réponses