How to create rule using core extension for eddl ?
I have written a eddl . How can I trigger rule using only with Core extensions. Or should I need to write custom code (for example: If the event name is "pageview", then should I need to compare the value for the event key of each object inside dataLayer and when it matches with event values as pageview return true.) or should I need to write separately dispatchEvent for page view?
.Please let me know if my understanding is not clear, so that I can understand.