Unfortunately, the code snippet in your example will always result in
this manner, with the race condition if it's done outside of Launch's
rule order controls (for example, if you are doing this within custom
code action blocks). In your example, "
window._satellite.track('commonsPageLoad'); " gets fully executed, but
it is only a direct call that then 'triggers' another, completely
separate process. The separate process does not have any relationship or
callback to this. The direct call gets a...