Re: Cannot get any campaigns for one particular account

2010-08-13 Thread Peter Niederwieser
a, AdWords API Team > > On Aug 12, 8:55 am, Peter Niederwieser wrote: > > > > > For one of our customer accounts, the AdWords API always returns an > > empty list of campaigns, although the AdWords UI clearly shows that > > the account has multiple active campaigns

Cannot get any campaigns for one particular account

2010-08-12 Thread Peter Niederwieser
For one of our customer accounts, the AdWords API always returns an empty list of campaigns, although the AdWords UI clearly shows that the account has multiple active campaigns. We have never seen this problem before with any other account. I can't find any anomalies in the SOAP message exchange.

Java API: How to get API cost for a particular get/mutate service operation?

2010-05-06 Thread Peter Niederwieser
We'd like to know the API cost (units) for a particular business operation, which is composed of multiple get/mutate service operations. It seems that the AdWords web service(s) returns the API cost in the response header. However, I can't find a way to get to this information (or at least the resp

AdWords API Re: What is the difference between using the 'REMOVE' operand and setting an status as 'DELETED'?

2010-03-01 Thread Peter Niederwieser
My guess is that the remove operand is for negative keywords (negative keywords don't have a userStatus). But I haven't verified this yet. Cheers, Peter On Feb 26, 9:01 pm, T L wrote: > For example, you can either use the 'REMOVE' operand on the > BiddableAdGroupCriterion object or change the us

AdWords API Inconsistent error behavior on upload?

2010-02-19 Thread Peter Niederwieser
I'm testing the error behavior when uploading new campaigns/ad groups/ text ads/keywords, and it seems it's not consistent. When I upload two campaigns or ad groups in one operation, and one of the campaigns/ad groups is invalid, both of them aren't added. However, when I do the same for text ads o

AdWords API Re: Memory Leak in Java Client Library from ServiceAccountantManager.serviceUsers

2010-02-19 Thread Peter Niederwieser
We had the same problem, always had to patch the library. But the latest release (7.0) claims to *really* fix this issue. Cheers, Peter On Feb 18, 10:11 pm, joel wrote: > If you have code structured like the following, > ServiceAccountantManager leaks memory due to retaining the Service in > its

AdWords API Re: Public Maven repo with the adwords API?

2010-01-11 Thread Peter Niederwieser
I don't think the Adwords Java API is available from a Maven repo. Therefore we download the Jar and deploy it to our Maven repository manager (Artifactory). Cheers, Peter On Jan 8, 12:21 am, Brian Gadoury wrote: > Is there a public Maven repo that contains the adwords API anywhere? > > For peop

AdWords API Re: BulkMutateJobService extremely slow

2009-11-30 Thread Peter Niederwieser
m > > On Nov 24, 5:09 am, Peter Niederwieser wrote: > > > > > We've been trying to use the new BulkMutateJobService, but it appears > > to be extremely slow. Adding 400 text ads in one job consisting of 4 > > parts took 70 minutes. What could be going wrong here?

AdWords API BulkMutateJobService extremely slow

2009-11-24 Thread Peter Niederwieser
We've been trying to use the new BulkMutateJobService, but it appears to be extremely slow. Adding 400 text ads in one job consisting of 4 parts took 70 minutes. What could be going wrong here? Cheers, Peter -- You received this message because you are subscribed to the Google Groups "AdWords A

AdWords API How can I create a whole campaign with one bulk job?

2009-11-13 Thread Peter Niederwieser
How can I create a whole campaign (including ad groups, text ads and keywords) with one bulk job? My current understanding is that the only way to associate child elements (e.g. text ads) with parent elements (e.g. ad groups) is through Google-assigned IDs, and that I can only retrieve those IDs on