내 커뮤니티 업적 표시줄을 확대합니다.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Multiple CSS element selectors

Avatar

Level 1

Hi, how is it possible to setup an event based rule which is fired off two button clicks? E.g. conversion page which has save order button and continue order, I want to fire the same tag on both buttons. I'm not sure if I can have two element selections in the Element Tag or Selector field.

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi Alex,

You'd want to create an event-based rule with a click event type. For the tag, you'd want to use a selector that was generic enough to match both buttons. Finally, you'll use conditions to ensure it only fires when appropriate. You could use something like the path condition to ensure it only fires on the pages where the button is located. If the buttons are on different pages, you can add multiple path conditions and they will function like "or" operators.

 

Cheers,
Jantzen

 

EDIT: Marking as correct as this answer best answers the general question. Additional responses are specific to this use case.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi Alex,

You'd want to create an event-based rule with a click event type. For the tag, you'd want to use a selector that was generic enough to match both buttons. Finally, you'll use conditions to ensure it only fires when appropriate. You could use something like the path condition to ensure it only fires on the pages where the button is located. If the buttons are on different pages, you can add multiple path conditions and they will function like "or" operators.

 

Cheers,
Jantzen

 

EDIT: Marking as correct as this answer best answers the general question. Additional responses are specific to this use case.

Avatar

Level 1

Thanks Jantzen, the problem I'm having is that it's an angular.js site, there aren't actually any unique pages in this process. Can you have any and/or operators in the CSS element selector?

Avatar

Employee

I don't believe the CSS selector field supports any kind of logic. The condition fields do support regex and I see there is a condition for hash so that might work for your single page app.

Additionally, there is a custom condition element that will allow you to write your own script that returns true when you'd like the rule to fire.