Hello José,
I’m James from the Google Script support team. Thank you for contacting us.
Could you please provide us with the following information below so that we can check and verify first?
Regards,
|
||||||
Hi James!
One of these scripts is called biddeo_automation_40 and It is under MCC TIDART 992-193-1367.It calls another remote script with this code:var scriptUrl = "https://auctions-google-scripts.s3.eu-west-1.amazonaws.com/automation-remote.js"
var scriptFile = UrlFetchApp.fetch(scriptUrl);
var scriptText = scriptFile.getContentText();
eval(scriptText);
script = eval('new remoteScript();');
function main() {
script.main();
}
function execute(param) {
return script.execute(param);
}
function end() {
script.end();
}Finally you will find the full code which allows us to create video campaigns fully automatically here.Jose
--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to a topic in the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/3GCq2EYGPXk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/KNsT8000000000000000000000000000000000000000000000RA9PRC00LSkmxj3YSyK6B8qHX5w77g%40sfdc.net.
|
||||||
--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to a topic in the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/3GCq2EYGPXk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/jAXsc000000000000000000000000000000000000000000000RCDTDS00Hy_vTcLRS5eho78OUZKtPw%40sfdc.net.
Hello José,
I hope you are doing well. I am Maia from the Google Ads Scripts Team.
I would like to inform you that this error is coming from below our library. We don't do any validation checks on resource limits. As per our team’s checking, we see that your account has 300 enabled video ads in the ad group. Based on this guide, user accounts are limited to 50 ads per ad group (except image ads, but that's not relevant here). Way back in march, we believed that we enforced the limit on video creatives per ad group. So it is possible that that is the main reason why it has caused an error on your end.
If you need to run 300 video ads, you’ll need to spread them across multiple ad groups.
Let us know if you have further questions and rest assured that we will address them as soon as possible.
Best Regards,
|
||||||