I've got two scripts now working perfectly, one that updates prices on my ads and another one that actually does bid management.
Now I wanted to have a script that automatically creates new ads when a new product of a certain kind arrives that I have ad templates for.
The product feed as SKUs which the AdGroups have as well and that's how I match them.
Is "Xml" still not available in AdWords Scripts and do you know when it'll be available?
AFAIK its in Apps Scripts already:
I keep getting:
ReferenceError: "Xml" is not defined. (line 24)
This is really annoying as I thought Apps Script and AdWords scripts are more or less the same :-(
I don't want to build a workaround and it would be worth waiting for me if Xml comes in soon.
Any ideas?