I am looking for a way to load an external Javascript library into my IDE for JavaScript Adwords. I can not find anything about this in the docs or execute JS through the URLFetchApp API ( https://developers.google.com/apps-script/reference/url-fetch/ ). Has anyone tried this or had any ideas?
I know that this can be done, for example, in jQuery, but from what I see in the source code, the way to implement them is to add HTML script-tag and allows the browser to load it. Since I am not in the browser in this environment, it will be impossible .. I assume that I am in some environment with a V8 engine.
source
share