DTM | Event Based Rule | Community
Skip to main content
New Participant
October 16, 2015
Solved

DTM | Event Based Rule

  • October 16, 2015
  • 1 reply
  • 1118 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rahsing

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

1 reply

Rahsing
RahsingAccepted solution
New Participant
October 16, 2015

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