Greetings.
I have an issue that has been plaguing my co-workers and I for a couple of days. I have a specific page load rule where the page load is firing, I can see in the debug log that it is firing. Additionally the custom code for the page rule fires. Using some console statements I can see that at the point of the custom code execution all of the props and evars have been correctly set, but the beacon is never sent.
I can add an s.t() call to the custom code and then the beacon fires exactly as I would expect it to without the s.t call. I have tried a number of things including triggering at the top and the bottom of the page. My condition does not seem to be an issue as the custom code fires every time, though just for kicks I have changed the condition to "return true" and get the same behavior.
Other page load rules on the site seem to be functioning properly.
Any insight on where I could be going wrong with this page load rule?