Are there performance implications for using Library Loaded?
Title says it all -
I want to try and figure out how to best organize things like:
Base Tag
Event Tag (that is dependent on Base Tag)
In an async implementation.
My thought is to put all base tags in a single library loaded rule to guarantee it finishes in time for events which are closer to window load.
having the "order" option doesn't do anything, because it doesn't guarantee completion before firing the next item. You could chain actions, but then 100% of all events would have to have a base pixel in them too, which is not scalable