Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Supress a direct call rule

Avatar

Level 4

Hi Team,

 

I have a Query that I have two rules :

1) Rule created on click

2) Direct call rule

 

I'm could see two rules firing on a click along with DCR and I want to suppress the DCR firing on click without pausing the DCR in Adobe Launch. Can someone help me how to accomplish this.

 

Thanks,

Balakrishna

1 Accepted Solution

Avatar

Correct answer by
Employee

You could create another direct call rule that uses custom JS, and in that customJS add the conditional logic that you'd like to test for before firing the "FINAL" direct call rule.  Does that make sense?

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

You could create another direct call rule that uses custom JS, and in that customJS add the conditional logic that you'd like to test for before firing the "FINAL" direct call rule.  Does that make sense?

Avatar

Community Advisor

Can you elaborate a bit more around the 2 rules?

 

Is DCR used for a page load, then a click rule enabled on click?