Re: How to use ProximityTargets ?

2010-04-19 Thread dagr8anil
How do u get the existing GeoTargetList? On Feb 24, 5:38 pm, AdWords API Advisor wrote: > Hi Tang, > > Thank you for posting the complete code, I can see the problem now. > The operand of a CampaignTargetOperation is a TargetList, not an > individual target.  In this case the operand should be a

Re: bulk mutate with asociated MCC

2010-04-19 Thread AdWords API Advisor
Hi, What is the jobId of a BulkMutateJob that demonstrates this error? Best, - Eric On Apr 19, 5:57 am, glownet wrote: > when i use the same code with a premiun account it work. > (i got the code from structure report and if i use it without > bulkmutate ,i can change all with api, i only have

Re: Unexpected internal API error

2010-04-19 Thread AdWords API Advisor
Hi Magnus, This error appears to be caused by a temporary issue on the AdWords API servers and was not likely not due to any action on your part. If you continue to receive these errors please let us know. Best, - Eric Koleda, AdWords API Team On Apr 19, 5:02 am, Magnus wrote: > Hello, > > We

Re: Keyword Categories

2010-04-19 Thread AdWords API Advisor
Hi, I'll follow up with the core engineering team and let you know when I have more information. Best, - Eric On Apr 18, 9:46 pm, Crawl About wrote: > Great! thanks for releasing this information. > > There appears to be some missing categories =>  197150, 198472, > 197169  (TV shows and movies

How to access a specific campaign's GeoTargetList targets

2010-04-19 Thread dagr8anil
is their anyway to get a specific campaign's GeoTargetList targets. ? Basically i access all the campaigns and use a selector to access the particular campaign's targets. But from there, i am having trouble accessing the geotarget list. is their any examples to access that data? Code Below -

For AdWordsAPIAdvisor: Can AdWords API be used to get volume data for non-AdWords tools

2010-04-19 Thread Garry
We noticed this posting http://blog.authoritylabs.com/seo-keyword-suggestions-with-the-adwords-api/ and we would like to fetch Keyword and Volume data as well but, an in the link above, it's not for AdWords or AdWords-related applications. Before we start development, I would like to get clearan

How to access a specific campaign's GeoTargetList targets

2010-04-19 Thread dagr8anil
is their anyway to get a specific campaign's GeoTargetList targets. ? Basically i access all the campaigns and use a selector to access the particular campaign's targets. But from there, i am having trouble accessing the geotarget list. is their any examples to access that data? Code Below

Either this object does not exist, or this user does not have permission to access it

2010-04-19 Thread Yacov
I am trying the demo Java programs for the first time. I am using the GetKeywordVariations example. The login information is provided in the class my the members email, password, clientEmail, useragent, developerToken, applicationToken, and namespace However, I keep getting the following error: "Ei

Re: BiddingError.BID_TOO_MANY_FRACTIONAL_DIGITS error for a specific bidding value

2010-04-19 Thread AdWords API Advisor
Hi Rizwan, This problem has to do with the precision of floats in PHP. More information is available here: http://code.google.com/p/google-api-adwords-php/issues/detail?id=18&can=1 The recommended solution is to use the round() function on the CPC value after you multiply it. Best, - Eric Ko

Re: AdWords API v2009 Namespace

2010-04-19 Thread Juan Lagostena
Hi Eric I was just looking the set of allowed values to Ad.Type, and the other "types" that are strings (not enums), so you answered my question Thanks! Juan On Apr 19, 1:07 pm, AdWords API Advisor wrote: > Hi Juan, > > What do you mean by "namespace definitions"?  The values in Ad.Type is >

Re: AdWords API Re: AdExtensionOverrideService Set operation not supported

2010-04-19 Thread AdWords API Advisor
Hi, You can determine if an ad has had an override in the past by selecting all AdExtensionsOverrides with the adId: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ v200909"> ...

Re: RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-19 Thread AdWords API Advisor
Hi Maxim, Some of the elements in your request have xmlns="". This is removing the elements from the AdWords cm namespace, so they aren't being seen in the request, resulting in very large responses. Please ensure you namespaces are set correctly. Best, - Eric Koleda, AdWords API Team On Apr 1

Re: USER_PERMISSION_DENIED

2010-04-19 Thread AdWords API Advisor
Hi, Can you post the requestId of a recent request that demonstrates this error? Best, - Eric On Apr 18, 5:02 am, cviorel wrote: > Hi! > > I'm using v200909 version. > > = > > On Apr 16, 9:35 pm, cviorel wrote: > > > > > > > Hi, > > > Thank you for your

Re: getBulkKeywordIdeas Problem

2010-04-19 Thread AdWords API Advisor
Hi Brandon, As for the getBulkKeywordIdeas() problem, that method requires a RelatedToUrlSearchParameter in the request: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html#getBulkKeywordIdeas In regards to the match type of returned keywords, that can be contro

Re: Any Subsitution for geoTargeting.targetAll

2010-04-19 Thread AdWords API Advisor
Hi, The v13 GeoTarget.targetAll indicated whether or not all countries were targeted. In v2009 this is represented by an empty target list: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.GeoTargetList.html Best, - Eric Koleda, AdWords API Team On Apr 16, 12:2

Re: AdWords API A question about quotes

2010-04-19 Thread AdWords API Advisor
Hi Sheila, The API unit costs for each request are listed here: http://code.google.com/apis/adwords/v2009/docs/ratesheet.html Best, - Eric Koleda, AdWords API Team On Apr 16, 9:31 am, Sheila Nara wrote: > I'd like to know if there is an average about consumed quotes when I > use GetCampaignS

Re: AdWords API Re: Email/Password refused by authentication service, but allowed in v13

2010-04-19 Thread AdWords API Advisor
Hi, The ClientLogin API may return a CAPTCHA challenge when it detects strange behavior, such as excessive requests for authTokens. You can handle these errors by either presenting the CAPTCHA to the user or by waiting for about 5 minutes, at which point the CAPTCHA challenges should no longer be

Re: AdWords API v2009 Namespace

2010-04-19 Thread AdWords API Advisor
Hi Juan, What do you mean by "namespace definitions"? The values in Ad.Type is the same as the xsi:type, like TextAd, etc. We currently don't have much documentation on the date format, but it takes the form of YYYMMDD. Best, - Eric Koleda, AdWords API Team On Apr 16, 8:44 am, Juan Lagostena

Re: bulk mutate with asociated MCC

2010-04-19 Thread glownet
when i use the same code with a premiun account it work. (i got the code from structure report and if i use it without bulkmutate ,i can change all with api, i only have this error with bulkmutate, with adgroudservice i had not this problem) On Apr 15, 4:16 pm, AdWords API Advisor wrote: > Hi, >

Unexpected internal API error

2010-04-19 Thread Magnus
Hello, We got an unexpected internal API error in response to a request which tried to update 141 campaign targets. The request header looked like this: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/20 01/XMLSchema-instance"

Re: category booking in v2009

2010-04-19 Thread rp
With v13 api sunset we will loose the possibility to manage category placements, so two questions about this: 1) When v2009 api will support category placements ? 2) Will you turn off v13 CriterionService at April 22 ? On Feb 22, 7:35 pm, AdWords API Advisor wrote: > Hi, > > Currently the only w