How to send the name of the triggered rule into an eVar? | Community
Skip to main content
New Participant
April 5, 2022
Solved

How to send the name of the triggered rule into an eVar?

  • April 5, 2022
  • 2 replies
  • 849 views

Hello,

Is there any way to identify which rule was triggered and pass that rule name to an eVar/prop?

 

Thanks

Rohit

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 AtulChavan

Hi Rohit. 
Enabling _satellite.setDebug(true), will give you detail on rule that has been fired in browser console.
You can find a way to read console outputs using some script & pass it to data element which subsequently you can use it to map evar/prop.. 

 

 

2 replies

Stewart_Schilling
New Participant
April 6, 2022
AtulChavan
AtulChavanAccepted solution
New Participant
April 6, 2022

Hi Rohit. 
Enabling _satellite.setDebug(true), will give you detail on rule that has been fired in browser console.
You can find a way to read console outputs using some script & pass it to data element which subsequently you can use it to map evar/prop..