I have the requirement to add paid media tag on submit of a form. I have created an event based rule on submit. If i try to test event based rule using
1. localStorage.setItem(‘sdsat_stagingLibrary’,true);
2._satellite.setDebug(true);
It doesn't work. When i try this i get undefined in console. But it shows all the page level rule. I don't see only the event based rule. Now i am not sure how to test the event based rule. Is there any other way can we test this?