How to trigger custom event in adobe launch rules
We have a scenario where a custom event would be triggered. Now I want to fire a tag when the custom event is triggered. What I did is:
- Created a new rule.
- In events section I used Custom Event from the dropdown.
- filled Custom Event Type with email_submit(This is the custom event triggered via $(window).trigger('email_submit')).
- In then section I am triggering one of the extensions(DoubleClick Floodlight).
Note: if the use page top event then everything works fine but not with custom event. Please let me know If I am doing something wrong.