Re: expanded text ad update by script

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we handle questions related to the AdWords API. Since your question is related to AdWords Script, could you please post the question on their forum ? Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

expanded text ad update by script

2018-02-23 Thread wayand
Hi, is there any way to modify an expanded_text_ad Ad in an adGroup by script? something like this: function main() { var adGroupIterator = AdWordsApp.adGroups().withCondition('Name = "AD_GROUP_NAME"').get(); if (adGroupIterator.hasNext()) { var adGroup = adGroupIterator.ne