Adobe DTM - Purpose of pageBottom code
Hi everyone,
What's the purpose of firing _satellite.pageBottom() code right before closing </body> tag? I debugged the satellite library and found out that it's fired automatically just before DOMReady event.
D.domReady(function () {D.domReadyFired = !0, D.pageBottomFired || D.pageBottom(), D.firePageLoadEvent("domready") })
Can someone clarify why the code is so important?
Thank you!