@keeTee- I think that's a great approach. I've had a few scenarios where
firing custom DOM events was the preferred approach, and I've found it
to be both easy to work with and great at providing the information I
needed, when I needed it. It's also nice because it's not
analytics-specific - any system/service can subscribe to the same
events.An alternate approach would be to implement an event-driven data
layer. This is another great option, and probably more of a standard. I
won't go into deta...