Hi all, I have questions regarding the execution of _satellite.track
calls in conjunction with 's.useBeacon = true' in Adobe Launch. Could
someone please validate my assumptions for Adobe Launch? Scenario 1: I
trigger a _satelitte.track('xxx') via an onbeforeunload listener. The
associated rule has a custom code action block where I interacting
directly with the s object via s.tl(..). 's.useBeacon' is set to true.
Assumption: It's not given that tracking call is executed successfully,
because cu...