Supress a direct call rule | Community
Skip to main content
balakrishnad200
New Participant
January 16, 2020
Solved

Supress a direct call rule

  • January 16, 2020
  • 2 replies
  • 4290 views

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

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 kewilson

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?

2 replies

Pablo_Childe
New Participant
January 21, 2020

Can you elaborate a bit more around the 2 rules?

 

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

kewilsonAccepted solution
Employee
January 16, 2020

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?