Solved
Call a rule via Custom code of a rule
I was wondering if someone knew of the syntax that would allow me to fire a rule from within the custom code section of a rule.
thanks
I was wondering if someone knew of the syntax that would allow me to fire a rule from within the custom code section of a rule.
thanks
How about a classic direct _satellite.track call and a rule listening to this direct call event?
_satellite.track('contact_submit', { name: 'John Doe' });
https://experienceleague.adobe.com/en/docs/experience-platform/tags/client-side/satellite-object
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.