Hi Suresh, In the AdWords API, you should be able to update the fields of the ImageAd using the AdService.mutate() method. You need only to pass the Id of the said ad and the fields you wish to modify. After the request, the Id should remain the same.
For retrieving the ImageAd details, you can use either the AdGroupAdService.get() or the AdService.get() methods. Please also note that the AdGroupAdService is only for ADD operations and for updating the Status field, while the AdService serves as the one used for updating the other fields of the supported ads of the AdWords API. Let me know if this helps. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UEJTrl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/Npmoz000000000000000000000000000000000000000000000PWHAV200j7ave04aQfWjxfodoKFJSQ%40sfdc.net.
