4 messages in com.googlegroups.adwords-apiRe: AdWords API Update Ads
FromSent OnAttachments
Ben Vincent12 Sep 2007 09:29 
Vladimir Kornea12 Sep 2007 09:47 
AdWords API Advisor12 Sep 2007 10:07 
Bil...@ Work28 Sep 2007 06:19 
Subject:Re: AdWords API Update Ads
From:AdWords API Advisor (adwo@google.com)
Date:09/12/2007 10:07:44 AM
List:com.googlegroups.adwords-api

That's correct. Using the API, there is no way to update any part of an ad other than its status.

In order to change the headline text, you'll need to delete the old ad by setting its status to Disabled and then create a new one.

-Aaron Karp AdWords API Team

On Sep 12, 12:47 pm, "Vladimir Kornea" <vkor@delivery.com> wrote:

APIlity's setHeadline method claims:

// setting the headline is not provided by the api so emulating this by // deleting and then re-creating the ad

Since there is no delete command, the method uses the updateAds command to set the status to Disabled. Presumably the author knew what he was doing and the API hasn't changed since.

-----Original Message----- From: adwo@googlegroups.com [mailto:adwo@googlegroups.com] On

Behalf Of Ben Vincent Sent: Wednesday, September 12, 2007 12:30 PM To: AdWords API Forum Subject: AdWords API Update Ads

Hi All,

I need to be able to edit the Headlines for my TextAds via the AdService. Unfortunatley there does not seem to be any way of doing this? The AdService API only appears to let you update the Ads status?

Any ideas how to edit the headlines for a bunch of Ads? I cant even delete them and add new ones since there is no delete command! :( and anyway this would be expensive in Quota :(

Thanks