


I’m trying to setup an event (button click) based rule for a my site in DTM.
The button has the following;
· Inner HTML - <span class="btn-value">Next</span> <i class="icon--next"></i>
· Outer HTML - <button type="button" name="next" class="btn cta centered-mobile btn--next" id="trigger-step2" data-step="1"><span class="btn-value">Next</span><i class="icon--next"></i></button>
· CSS selector - button.cta:nth-child(1)
I tried creating the rule based on the css selector (button.cta:nth-child(1)) & also without the CSS filter (button#trigger-step2), but neither option worked.
Could someone please provide any guidance on what I’m doing wrong?
Thanks!
Views
Replies
Sign in to like this content
Total Likes
Hi Jay,
I'm not sure why this isn't working but as an alternative, you can try using a data element for implementing this.
Here's some documentation on it.
Regards
Rahul
Views
Replies
Sign in to like this content
Total Likes
Hi Jay,
I'm not sure why this isn't working but as an alternative, you can try using a data element for implementing this.
Here's some documentation on it.
Regards
Rahul
Views
Replies
Sign in to like this content
Total Likes