Hello Michael,
Thank you for reaching out to the Google Ads Script support channel. I’m James, allow me to assist you.
Can you confirm if this AdsApp.AssetIterator is what you are looking for? The said iterator allows you to retrieve all the ad assets in your campaigns. However, this functionality is only available in Google Ads Script beta version and it is not yet supported on the current version of the Google Ads Scripts.
Having said that, could you please try the AdsApp.AssetIterator on your end and let me know how it goes?
On the other hand, since you’re looking to export those data to google sheet, then you may implement the spreadSheet functionality. To know more about the said functionality, you may follow this guide.
Regards,
|
||||||
--
-- 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/2Qa77WagxAs/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/NLqpH000000000000000000000000000000000000000000000R7QYYD00YaqGIel-RkuBXRwsmRrPiw%40sfdc.net.
Hello Mike,
Yes, you need to to enable the beta feature on your Script interface or editor before you can execute the said iterator. For sample code snippet, you may refer here.