Hi Mohanrao,
If I wanted to confirm this in console.log, is it possible?
I've created a rule where the Event is a Direct Call to load my Launch library, No conditions [so it should fire on page load] and an Action where I tried:
console.log("Console.log fired"); - It didn't show in Console
_satellite.notify("Console.log fired",1) - It didn't show in Console
This is strange because my Adobe Launch script is loading and I can see the variables being populated in Cloud Debugger.
How can I verify if an action took place within my rule?
Thanks