The google ad manager help site is pretty prescriptive about how the calls to their Javascript API need to be made and how combining blocks of javascript calls could cause code to break.
(http://www.google.com/admanager/help/en_US/tips/tagging.html)
I don't really like the idea of inserting so much JS in the head of my pages. I would prefer it to be inserted at the bottom of the page and wrapped in a document.ready()
call.
Have others had any success moving away from the very specific way that Google prescribes?
TIA
Pat