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

2012-04-05 Thread Vijayraj Chauhan
Hi Kevin, Any update on this??? Does the Java client library support any other authentication other than ClientLogin? TIA, Vijayraj On Monday, 7 November 2011 21:04:06 UTC+5:30, Kevin Winter wrote: > > Hi Vijayraj, > No, the Java client library does not support AuthSub (it's an older > prot

Re: API Signup Page is broken!!

2012-04-05 Thread Ewan Heming
If I remember correctly you're supposed to sign up by navigating to the "My Account > AdWords API Center" screen from within an MCC account; if you don't have an MCC account, then you'll need to create one first. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: adGroupCriteriaService() Problem retrieving Keywords / no unique elements in Response Array

2012-04-05 Thread scrat
Hi Eric, thanks for the answer. So every time i want to use field-names in a selection i have to use the String from the type-Column which i can find in the docs (e.g. http://code.google.com/intl/de-DE/apis/adwords/docs/reference/latest/AdGroupCriterionService.Keyword.html) ? Best Regards An

Re: adGroupCriteriaService() Problem retrieving Keywords / no unique elements in Response Array

2012-04-05 Thread scrat
Update: I just see that it's described in the description-column, what field-name should be used ;-) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~

Re: AgeRange & Gender undetermined Id

2012-04-05 Thread u...@taykey.com
any suggestions ? On Tuesday, April 3, 2012 2:53:53 PM UTC+3, u...@taykey.com wrote: > > Hi, > > When trying to add negative campaign criterion to exclude AgeRange with id > 503999 (Undetermined) OR > trying to add negative campaign criterion to exclude Gender with id 20 > (Undetermined) result

Only get active keywords

2012-04-05 Thread Neil Kirk
Hi, I am setting paramaters for my keywords using the Perl API. When I get the keywords for a particular ad group, it retrieves all the keywords and so it trying to set parameters for a lot of keywords that it doesn't need to/is returning a lot of keywords that it doesn't need to. Is there any

Re: Only get active keywords

2012-04-05 Thread Neil Kirk
For example, here is a parameter that I tried to set: http://www.w3.org/2001/XMLSchema-instance"; xsi:type="BiddableAdGroupCriterion"> 715289155 BIDDABLE 16494201 KEYWORD Keyword bulk sms BROAD BiddableAdGroupCriterion SEARCH Stats but it returns an error: http://schemas.xmlsoap.org/soap/en

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

2012-04-05 Thread Kevin Winter
Hi Vijayraj, We just released the stable version of the new java library: http://code.google.com/p/google-api-ads-java/ This rewritten library works with maven and supports OAuth 1.0a as an authentication mechanism. We're committing to full support of the new library at this time - it is no

TrafficEstimatorService: UNEXPECTED_INTERNAL_API_ERROR when using a metro code instead of country code

2012-04-05 Thread Dan Madoni
The TrafficEstimatorService get() method works fine if you use a country code for a Location criteria. However, if you use a metro code, the method returns an UNEXPECTED_INTERNAL_API_ERROR. *This is easy to reproduce by using the example included with the .NET API GetTrafficEstimates example.*

Re: TargetingIdeaService not returning keyword

2012-04-05 Thread KBW
This worked, thank you Evgeniy. On Wednesday, April 13, 2011 3:43:53 PM UTC-7, Evgeniy Bogdanov wrote: > > Hi. > > In v201101 you should use CRITERION instead of KEYWORD. > > Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:/

Re: Exception occured on report validation / generation! The operation has timed out

2012-04-05 Thread Eric Koleda
Hi Marius, You may want to check to see if there is a timeout defined somewhere that you can increase. If the report is timing out server side then you will need to limit the number of results in your report, perhaps sharding the data by campaign. Best, - Eric Koleda, AdWords API Team On Tue

Re: Error : - AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2012-04-05 Thread Eric Koleda
Hi Pramod, This error is thrown if the value passed in the header is not a valid number. It is allowed to contain dashed however. Best, - Eric Koleda, AdWords API Team On Tuesday, April 3, 2012 7:08:34 AM UTC-4, Pramod Patil wrote: > > Hi > > I have valid credentials still I am getting below

Re: TrafficEstimatorService: UNEXPECTED_INTERNAL_API_ERROR when using a metro code instead of country code

2012-04-05 Thread Dan Madoni
This turns out to be my error: I was confusing the Metro identifier with the specific criterion ID. This is resolved, thank you. On Thursday, April 5, 2012 10:25:48 AM UTC-5, Dan Madoni wrote: > The TrafficEstimatorService get() method works fine if you use a country > code for a Location cri

Re: CPC estimates - TrafficEstimatorService

2012-04-05 Thread Eric Koleda
Hi, Divide a micro amount by one million to get the whole currency amount. For an account configured with EUR as the currency this will be in euros. Best, - Eric Koleda, AdWords API Team On Tuesday, April 3, 2012 9:06:02 AM UTC-4, Арман Мкртчян wrote: > > I have question about "microAmount". H

Re: LocationCriterionService Selector returns bogus values

2012-04-05 Thread Eric Koleda
Hi Aaron, The CSV I linked you to is new, and is up-to-date as of two weeks ago. We plan to update this CSV much more frequently than the older ones. We apologize for the mixed message thus far regarding looking up location criteria IDs. Best, - Eric On Tuesday, April 3, 2012 1:56:47 PM UTC

Re: Information on selector and how to fetch certain values

2012-04-05 Thread Eric Koleda
Hi, You might find the following migration guide useful: http://code.google.com/apis/adwords/docs/reportguide.html Best, - Eric Koleda, AdWords API Team On Tuesday, April 3, 2012 2:37:21 PM UTC-4, p3llin0r3 wrote: > > > I was recently orphaned by the new version of the software. We were >