Hi Clint -
Thanks for the response. I am trying to prevent a custom event from being assigned to the s.events and s.products variables for specific pages (i.e.: product detail pages, cart pages, etc.). This specific custom event should ONLY fire on a particular page (the Order Confirmation page), but right now it is firing on other pages as well.
For example, if I land on a product detail page, there is a custom event (I will call it eventXX) that is being assigned to the s.products and s.events variables when I don't need it to be.
s.events=eventXX
s.products=;;;;eventXX=;
I am wondering if it is possible to remove or prevent this custom event from firing in the s.events and s.products variables for these specific pages, by creating a 'Custom Javascript' or 'Set Data Value' extension?
I hope that is a bit more specific.