I'm trying to capture route changes as page views for a react SPA. I have the Adobe Analytics extension installed, and
1. Added custom code in my app that dispatches an event named `analytics` every time the route changes. It's set on the window object. I've verified this works.
2. Set up Rules w...