Hi Lennart,
Thank you for reaching out to the Google Ads Scripts support team.
I would like to inform you that the total number accounts or scripts won’t cause this issue also, there is no specific breakdown time for deployed scripts.
Regarding this issue, I have raised your concern with the rest of my team and one of my team members will get back to you with updates on this issue. Meanwhile, your patience is highly appreciated.
![]() |
Google Ads Scripts Team |
Hi Lennart,
We have an update on the issue.
I would suggest that you just use the exportToSheet method on the report to dump the values into a spreadsheet instead of using the ‘setValues’ method.
If you still want to use the 'setValues' method, I would recommend that you try batching up the work -- e.g. stash the rows into an array and then only write to the spreadsheet once every 100 rows or so. It may also make sense to have a console.log report progress every so often.
I hope this helps! Kindly follow the above steps and let us know how it goes on your end.