Using direct call rule to call direct call rule | Community
Skip to main content
New Participant
January 4, 2018
Solved

Using direct call rule to call direct call rule

  • January 4, 2018
  • 2 replies
  • 2052 views

Hello,

I have setup a new direct call rule.I want to call another direct call rule using a direct call rule. That means if I call one direct call rule then the another one should be automatically get called. Is it possible to call a direct call rule using another direct call rule?

Thank you.

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 jdonley

In a 3rd party script tag you can add a _satellite.track('dc_rule_condition_string') call to your 2nd dc rule but I echo Jantzen.Belliston  sentiment.. I'm skeptical about why you want to do this; good chance there could be a better way to do what you ultimately want out of all this..

2 replies

jdonleyAccepted solution
New Participant
January 4, 2018

In a 3rd party script tag you can add a _satellite.track('dc_rule_condition_string') call to your 2nd dc rule but I echo Jantzen.Belliston  sentiment.. I'm skeptical about why you want to do this; good chance there could be a better way to do what you ultimately want out of all this..

jantzen_b
Employee
January 4, 2018

Can I ask why you would try to do this rather than just calling the second direct call rule from the start? Is the first direct call rule performing some other tasks in addition to calling the second direct call rule? Is there any reason you couldn't just call both direct call rules from the page rather than nesting them?