Possible bug in AdGroupCriterionService

2012-04-06 Thread robert.johans...@adwire.se
When adding a new criterion, the response contain a field called "criterionUse". This field suppose to be set to "BIDDABLE" or "NEGATIVE", but instead it is empty. Is there any other way to retrieve this information? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Only get active keywords

2012-04-06 Thread Eric Koleda
Hi Neil, You can filter for just the active keywords by including a predicate for Status EQUALS ACTIVE. Best, - Eric Koleda, AdWords API Team On Thursday, April 5, 2012 9:16:15 AM UTC-4, Neil Kirk wrote: > > For example, here is a parameter that I tried to set: > http://www.w3.org/2001/XMLSchem

Re: AgeRange & Gender undetermined Id

2012-04-06 Thread Eric Koleda
Hi Udy, I was able to exclude the undertermined age range (503999) without any errors. Is this a request against production or the sandbox? Best, - Eric Koleda, AdWords API Team On Thursday, April 5, 2012 8:18:50 AM UTC-4, u...@taykey.com wrote: > > any suggestions ? > > On Tuesday, April 3, 2

Re: Help with keyword ideas

2012-04-06 Thread Angelo Santoro
Il giorno mercoledì 4 aprile 2012 19:42:15 UTC+2, Angelo Santoro ha scritto: > > No help for me? :( > Il giorno mercoledì 4 aprile 2012 19:42:15 UTC+2, Angelo Santoro ha scritto: > > No help for me? :( > Il giorno mercoledì 4 aprile 2012 19:42:15 UTC+2, Angelo Santoro ha scritto: > > No help fo

Is "partial failure" supported for AdGroupAdService in v201109?

2012-04-06 Thread Jim McCabe
I would like to use the "partial failure" feature in v201109 AdGroupAdService. I see that AdGroupAdReturnValue has a "partialFailureErrors" attribute, which makes me suspect it is supported. However I am having trouble finding documentation to indicate if "partial failure" is really working fo

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-06 Thread Kevin Winter
Hi Ewan, In theory (and for very simple usage), yes. However, we're still troubleshooting this issue: http://code.google.com/p/google-api-ads-java/issues/detail?id=3 We've narrowed it down to some interaction with the Jax-ws generated classes and production appengine - we've been able to rep

Re: Downloading keyword performance report for a particular day

2012-04-06 Thread Ewan Heming
I don't know much Python so I can't help with the code itself, but you need to set the dateRangeTypefield of your report definition to 'CUSTOM_DATE', then add set the dateRange

Re: Getting Error The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extensi

2012-04-06 Thread David Torres
Hi, Make sure you have this line in your App.config or Web.config Did you just migrated to version >= 14.0.0? Best, -David Torres - AdWords API Team On Tuesday, April 3, 2012 1:09:49 AM UTC-4, Pramod Patil wrote: > > Hi > > I am using newer version of Google.Api.Ads.AdWords.v201109. but I

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-06 Thread Ewan Heming
You shouldn't need to link an account to a your MCC to use ClientLogin or oAuth: Just use the account ClientLogin/oAuth tokens with your developer token. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-06 Thread Kevin Winter
Hi Vijayraj, We've published an example showing how to do OAuth 1.0a with the new java library here: http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109/misc/OAuthExample.java It depends on how you set it up. You can either auth

Re: Suppressing SOAP messages from API calls

2012-04-06 Thread Kevin Winter
Hi, The Python Client Library has two flags that control logging. The first is the xml_log option, which causes SOAP messages to be logged to file, and the debug option, which increases the log level of everything by two. They can be specified when you instantiate your AdWordsClient, like he

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-06 Thread Vijayraj Chauhan
Hi Kevin, Thanks for the update.It will be great if you can help me with code example for using OAuth 1.0a with Adwords I also wanted to know will it still require to link the customer account to our MCC account after migrating to OAuth authentication?? TIA, Vijayraj On Thursday, 5 Apr

Re: Creating an Account in the Sandbox

2012-04-06 Thread Danial Klimkin
Hello Simon, The CreateAccountService is currently not supported in the sandbox. Please use one of the 5 generated accounts for your testing. -Danial, AdWords API Team. On Wednesday, April 4, 2012 4:52:31 PM UTC+4, baynezy wrote: > > I have initialised my sandbox OK and I have 5 auto genera