I'm running into an issue where some of my code in a third party script
is running before the AppMeasurement library is loaded. I'm trying to
figure out what the best solution to solve this issue. Here is the
setup:- Adobe Analytics tool configured to load at page bottom- Global
rule that is set to load on DOM ready. This rule has a non-sequential
third party script that watches for custom JS events and fires custom
link tracking- A page rule that loads on DOM ready that tracks the
normal page l...