Re: DUPLICATE_ADGROUP_NAME Errors.

2010-05-14 Thread sidd
Advisor wrote: > Hi Sidd, > > Ad group names need to be unique across all ad groups in the campaign, > even deleted ones.  In your case there is a deleted ad group in the > same campaign with that name, which is why you are getting the error. > It is often a best practice to rename you

DUPLICATE_ADGROUP_NAME Errors.

2010-05-13 Thread sidd
I'd appreciate any insight. --Sidd -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdWords API Re: Data Discrepancies between v13 and v200909

2010-04-13 Thread sidd
d="0" xmlns="https://adwords.google.com/api/ adwords/v13">643566b0d961ccb2a25ac824c9060200 On Apr 13, 11:28 am, AdWords API Advisor wrote: > Hi, > > Can you post the requestIds for those v200909 and v13 requests? > > Thanks, > - Eric > > On Apr 13, 1:23

AdWords API Re: Data Discrepancies between v13 and v200909

2010-04-13 Thread sidd
across your account? > > Best, > - Eric Koleda, AdWords API Team > > On Apr 9, 12:43 pm, sidd wrote: > > > Hello: > > > I am migrating our library to v200909 and I've found a discrepancy > > that is occurring throughout our criterion. > > > When I downl

AdWords API Re: Data Discrepancies between v13 and v200909

2010-04-13 Thread sidd
Words API Advisor wrote: > Hi, > > Both of these values are read only, and I think they may not be > provided in campaigns that never ran, are deleted, etc.  Are you > seeing this behavior across your account? > > Best, > - Eric Koleda, AdWords API Team > > On Apr 9,

AdWords API Data Discrepancies between v13 and v200909

2010-04-09 Thread sidd
Hello: I am migrating our library to v200909 and I've found a discrepancy that is occurring throughout our criterion. When I download an ad group's criterion through v13, I see the bid amount for firstPageCpc and a qualityScore. When I download the same data through v200909, firstPageCpc is NULL

AdWords API Re: AdGroupCriterionSelector#setUserStatuses does not work.

2010-03-22 Thread sidd
Any progress on this issue? We're approaching sunset of the v13 API, just wondering if this has been addressed yet. On Feb 18, 10:04 am, AdWords API Advisor wrote: > Hi, > > The issue list you pointed to is for the Java client library, and is > not meant to track generic API issues.  Unfortunate

AdWords API Re: Bulk and Mutate Service Security

2010-02-18 Thread sidd
I've found the problem. When I was building my operation streams I was limiting the operation counts, but then I was inadvertently creating a new operation stream for every 10K operations. Thus, my bulk mutate requests had too many operations as a result. Thanks .. -- You received this message

AdWords API Re: Bulk and Mutate Service Security

2010-02-18 Thread sidd
I've found the problem. When I was building my operation streams I was limiting the operation counts, but then I was inadvertently creating a new operation stream for every 10K operations. Thus, my bulk mutate requests had too many operations as a result. Thanks .. -- You received this message

AdWords API Re: Bulk and Mutate Service Security

2010-02-18 Thread sidd
RT error. I am limiting the number of operations to 10K per bulk mutate request. And I see there is a limit of 100 request parts. Is there a limit to the number of operations within the request part? On Feb 18, 7:44 am, AdWords API Advisor wrote: > Hi Sidd, > > Are you using the .NET

AdWords API Re: Bulk and Mutate Service Security

2010-02-18 Thread sidd
RT error. I am limiting the number of operations to 10K per bulk mutate request. And I see there is a limit of 100 request parts. Is there a limit to the number of operations within the request part? On Feb 18, 7:44 am, AdWords API Advisor wrote: > Hi Sidd, > > Are you using the .NET

AdWords API Bulk and Mutate Service Security

2010-02-17 Thread sidd
that may be due to too many attempts within 5 mins -- I'm unclear on what the limit is .. I just know it goes away after about that long. Any help is greatly appreciated. Thanks Sidd -- You received this message because you are subscribed to the Google Groups "AdWords API For

AdWords API Re: BulkMutateResult for Individual Failures

2010-02-10 Thread sidd
hat causes an error always stay pending? On Feb 10, 7:44 am, AdWords API Advisor wrote: > Hi Sidd, > > The index in the failure result doesn't point to an operation stream, > it points to the operation within a stream.  To determine which > operation stream to look in you need t

AdWords API Re: BulkMutateResult for Individual Failures

2010-02-09 Thread sidd
Hi .. Thanks for your answer. Unfortunately, it's still unclear to me how to extract the actual entity that failed. If I have the index into the operation stream, how do I know which operation within that stream failed? On Feb 9, 7:51 am, AdWords API Advisor wrote: > Hi Sidd,

AdWords API BulkMutateResult for Individual Failures

2010-02-08 Thread sidd
idual batch failure result? Thanks, sidd -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@g

AdWords API Bulk Mutate Jobs Are Always Pending

2010-01-28 Thread sidd
I am having some issues with the Bulk Job service. I am testing against the sandbox. My jobs are always set to PENDING and never seem to complete. I've seen this with my own code, but also am seeing the same problem with the BulkMutateJobServiceTests unit test. My jobs are created but never co