We came across this issue today: We have a rule that is supposed to be
triggered by the DOM Ready event together with the condition of finding
a specific string in the URL. The only action is 'Set Variables' using
custom code. This is followed by 'Send Beacon' and 'Clear Variables'. If
we set 'Send Beacon' to s.t() all works fine. But since we want to treat
the rule as hit, we would like to use s.tl() instead. However, if we do
that, the rule isn't triggered. It was my understanding that this ch...