DTM Firing Priorities / Sequential execution
Use Case:
I need 2 JS scripts to run in a specific order. 1 script is an API call with a callback which needs to be declared AFTER another script that defines the callback.
I need both of these to run BEFORE s.t() runs or before the app measurement library loads.
Questions:
How do I prioritize page rule tags to fire in a specific order?
How do I ENSURE the adobe s.t() call fires last.
I understand all the JS is asynchronous but what can we do ensure firing order is preserved?