AdWords API Re: Deleting a text ad in order to change a field

2009-12-21 Thread AdWords API Advisor
Hi Hanhs, The v2009 behavior of not being able to undelete an ad is consistent with the AdWords interface, which also prohibits that action. Josip provides some good advice here, which is that you can put off deleting an ad until after the new ad was successfully created, or perhaps perform the A

AdWords API Re: Deleting a text ad in order to change a field

2009-12-21 Thread HK
Josip, Thanks, that's an interesting approach with combining the addition and deletion in one call. I will look into that. We typically edit a number of ads in an ad group at a time, and setting an ad to paused first, won't work if you run up against the maximum number of ads allowed in ad ad gro

AdWords API Re: Deleting a text ad in order to change a field

2009-12-21 Thread JosipK
I have forgotten one thing... In one API call you can add new AdGroupAd and delete the old one. API call (for example AdGroupAdService.mutate method) would complete pass, or would complete fail. So, if you need to change headline text, then the best thing is that in one call you add new and delete

AdWords API Re: Deleting a text ad in order to change a field

2009-12-21 Thread JosipK
Hi, Setting AdGroupAd.Status property to Disable is equal as deleting it (using remove operator). Yes, if you delete/disable AdGroupAd then you can't change it anymore. When I try it, I get AdGroupAdError -> CANNOT_OPERATE_ON_DELETED_ADGROUPAD (Deleted ads may not be modified). Instead of settin

AdWords API Re: Deleting a text ad in order to change a field

2009-12-18 Thread HK
I have a related follow-up question to this thread. In v13, you could change the status of a disabled ad back to let's say active. However, in v200909, it seems that this is no longer allowed. Can someone confirm this please as it unfortunately will require a lot of changes in our software which wa

AdWords API Re: Deleting a text ad in order to change a field

2009-12-17 Thread AdWords API Advisor
Hi Ven, For AdGroupAds, setting the status to DISABLED or using the REMOVE operator has the same effect. AdGroupAds can never be fully deleted, and they will always exist in your account with the status DISABLED. There is no name uniqueness requirement for ads so there should never be a problem c

AdWords API Re: Deleting a text ad in order to change a field

2009-12-16 Thread sem...@proventactics.com
I am struggling with the same issue here. I think using the REMOVE operator might work even I haven't tried it yet. It might let you create a new ad but I think you'll probably loose all the stats and related data. In AdWords Interface, if you click on editing an ad, a popup notification says: You

AdWords API Re: Deleting a text ad in order to change a field

2009-12-16 Thread ComputerPsi
Bounce. Would anybody like to answer my post? :) On Dec 15, 12:20 pm, ComputerPsi wrote: > From what I understand, in order to change a text ad, you must delete > the original, and then create a new text ad. > > I have the whole v200909 code > fromhttp://code.google.com/p/google-api-adwords-php/