Expand my Community achievements bar.

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

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

SOLVED

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

Avatar

Level 1

Hello,

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

 

Thanks

Rohit

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.. 

AtulChavan_0-1649219777119.png

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.. 

AtulChavan_0-1649219777119.png

 

 

Avatar

Community Advisor