Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-16 Thread Dario Guzik
Hi! I don´t have the SOAP request id since I discovered the problem way after it was happenning. I´ll try to generate this in an ad-hoc call to see if I can reproduce in a minimal example. For the time being I´m scanning my DB to check and delete duplicates. El martes, 10 de septiembre de

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Jeremy, That's unexpected, the call should have failed. Could you post a sanitized SOAP request and response xml? As for error recovery, you could retrieve adGroups by given name, and then rename the duplicate adGroup / delete it as applicable. Cheers, Anash On Tuesday, September 10, 2013

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-09 Thread Jeremy Tangney
Hi API team, I'm also experiencing this issue. When creating adGroups with duplicate names, I receive a DUPLICATE_ADGROUP_NAME exception but the duplicate adGroup still gets created. Is this expected behaviour? If so, what are the recommended handling steps when we receive this error? Check

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Darlo, Do you have a requestId for the soap request when you created the adgroup with duplicate names? I'll look into the case. Best, - Takeshi, AdWords API Team On Saturday, August 31, 2013 12:08:40 AM UTC+9, Dario Guzik wrote: Hi! I have encountered the same problem. Knowing the

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Dario, My understanding is that attempt to ensure that adgroup name is unique in mutate.add request is a best effort attempt. You could rarely end up with duplicate adgroup names. However, adgroups will still have distinct ids, you should be able to retrieve them, rename them, etc. Cheers,

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-08-30 Thread Dario Guzik
Hi! I have encountered the same problem. Knowing the duplicate name restriction on adGroups I took no special considerations and in some mutate jobs there might have been duplicates. Now I have 2 copies of the same adGroups in some campaigns. I cand delete them manually, but I' d like to know

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-31 Thread Anash P. Oommen
Hi Marco, It is anash dot p dot oommen at google dot com. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-31 Thread Marco T.
done! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-29 Thread Anash P. Oommen
Hi Marco, If you have the request ids then you can post them online, and I can pull the soap logs. If you wish to send more details, then you can mail me at anash.p.oom...@google.com and then ping this thread. I'll follow up with you over the mail. Cheers, Anash P. Oommen, AdWords API

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-29 Thread Marco T.
Please, could you give me a clear email address? the forum is hiding it. Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-25 Thread Marco T.
Hi, debugging my last problem I'had found my error. Due my error our program had try to ADD many times the same AdGroup. The API don't throw the duplicate adGroup exception and now we have in the same campaign many adgroups with the same name. I could give you more private info if needed. Let