AdWords API Re: Related Keywords by choosing language

2010-02-05 Thread AdWords API Advisor
Hi Huggy, To remove the extra match types you should use the KeywordMatchTypeSearchParameter: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html Best, - Eric Koleda, AdWords API Team On Feb 5, 3:12 pm, "adwo...@seo-news.at" wro

AdWords API Re: Requests per minute limit

2010-02-05 Thread AdWords API Advisor
Hi Pedro, I'll pass this information on to the core engineering team to look into the problem. The requestId you sent is from 2010-02-01, has this problem been happening since then? Best, - Eric On Feb 5, 1:18 pm, Pedro Morales wrote: > > Are there other scripts > > or programs that could be a

AdWords API Re: Authentication token and requests per second

2010-02-05 Thread Peer Jakobsen (AdWords API Guru)
Hi Eric, Nothize, Thanks for your feedback.I will implement handling expired tokens in the proxy layer. I am still a bit worried about having a large number of processes running in parallel sending requests to the API, all getting a token expired exception at the same time and all asking for a fre

AdWords API Re: Adwords API 2009 - Stats.Network

2010-02-05 Thread AdWords API Advisor
Hi Navi, For that information you need to use the CampaignTargetService to get the NetworkTargets for your campaign. Best, - Eric On Feb 5, 1:58 pm, Navi wrote: > Eric, > > Thanks for your response. > But I am confused with your answer. > Sorry but then how do I get which network my campaign is

AdWords API Re: Related Keywords by choosing language

2010-02-05 Thread adwo...@seo-news.at
Hi! I've managed getting the language stuff (Even if it sometimes returns non-german (I'd guess its dutch)) keywords. But it still returns BROAD, PHRASE and Exact - So I'd have to pay three Credits for one keyword... Would you tell me how to solve that? :-) On 5 Feb., 12:51, "adwo...@seo-news.at"

AdWords API Re: Adwords API 2009 - Stats.Network

2010-02-05 Thread Navi
Eric, Thanks for your response. But I am confused with your answer. Sorry but then how do I get which network my campaign is placed on. Literally I need to know how to get equivalent of v13 networkTypes[] value in v2009. Thanks again for your help. Navi On Feb 5, 11:49 am, AdWords API Advisor w

AdWords API Re: Requests per minute limit

2010-02-05 Thread Pedro Morales
> > Are there other scripts > or programs that could be access the account at the same time?   No. Only one program accessing the api using v2009. > Do you > have the requestId from one of these failed requests? > bdd072832a80aa79575238f68c1b3a47 Thanks for your time. > Thanks, > - Eric Koleda

AdWords API Re: keyword matchtype for RelatedToUrlSearchParameter

2010-02-05 Thread AdWords API Advisor
Hi Ajit, I've been able to use that parameter successfully. Do you have the SOAP XML of the failed request? Best, - Eric On Feb 5, 11:33 am, Ajit wrote: > I tried using that.. but then system just hangs up.. I never get > response back from Google. > > On Feb 5, 11:08 am, AdWords API Advisor

AdWords API Re: ngram_group and keyword_category attributes for TargetingIdeaSelector

2010-02-05 Thread AdWords API Advisor
Hi Juan, In regards to the IntegerSetAttribute, it could be that a keyword belongs to more than one category. Best, - Eric On Feb 5, 11:53 am, AdWords API Advisor wrote: > Hi Juan, > > The KEYWORD_CATEGORY is an ID that corresponds to a grouping of > keywords by topic.  These categories are the

AdWords API Re: Proper way to react to a "502 - Bad Gateway" condition

2010-02-05 Thread AdWords API Advisor
Hi Orly, The 502 error is something the core engineering team is aware of and working on. These errors are caused by internal timeouts on the API servers. Reducing the size of your requests may help, 256 is already a pretty low number of operations per request. When you receive this error you s

AdWords API Re: InfoService with API 200909

2010-02-05 Thread AdWords API Advisor
Hi Ralf, When using the v200909 InfoService you need to ensure that you aren't setting the clientEmail or clientCustomerId headers in the request. Also, the MCC user you are using must be the same one that owns the developer token. Do you have the SOAP XML from these requests? I'd like to follow

AdWords API Re: Migrating the KeywordToolService from v13 to v200909

2010-02-05 Thread AdWords API Advisor
Hi Ryan, The equivalent attributes are: advertiserCompetitionScale => COMPETITION lastMonthSearchVolume => TARGETED_MONTHLY_SEARCHES (this is an array of the last 12 months) avgSearchVolume => AVERAGE_TARGETED_MONTHLY_SEARCHES Best, - Eric Koleda, AdWords API Team On Feb 4, 5:30 pm, Ryan wrote

AdWords API Re: ngram_group and keyword_category attributes for TargetingIdeaSelector

2010-02-05 Thread AdWords API Advisor
Hi Juan, The KEYWORD_CATEGORY is an ID that corresponds to a grouping of keywords by topic. These categories are the values presented in the left column of the Search-based Keyword Tool: http://www.google.com/sktool/#keywords?cat=194595&q=cat We are working on adding these categories and thei

AdWords API Re: Adwords API 2009 - Stats.Network

2010-02-05 Thread AdWords API Advisor
Hi Navi, The stats network value indicates the scope of the stats, and since this can't be controlled by the statsSelector it will always be returned as "ALL" for Campaign stats. In your case these stats will only only include data from the search network, since that is the only network your camp

AdWords API Re: keyword matchtype for RelatedToUrlSearchParameter

2010-02-05 Thread Ajit
I tried using that.. but then system just hangs up.. I never get response back from Google. On Feb 5, 11:08 am, AdWords API Advisor wrote: > Hi, > > You'll want to use the KeyworkMatchTypeSearchParameter: > >  http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde... > > Best, >

AdWords API Re: Authentication token and requests per second

2010-02-05 Thread AdWords API Advisor
Hi Peer, In regards to the error, I just ran some tests and GOOGLE_ACCOUNT_COOKIE_INVALID is the reason you would get for an expired token as well. Also, the token was invalidated immediately after changing the password. Best, - Eric On Feb 5, 11:25 am, AdWords API Advisor wrote: > Hi Peer, >

AdWords API Re: Authentication token and requests per second

2010-02-05 Thread AdWords API Advisor
Hi Peer, To expand on nothize's points, the password change is the only way to manually expire an authToken, but I'm not sure that you would really need to worry about expiring them. While I can understand the idea of proactively regenerating your authTokens before they expire, there is no harm i

AdWords API Re: Returning predicted CPCs for keywords

2010-02-05 Thread AdWords API Advisor
Hi Charles, The v200909 TargetingIdeaService does not return estimated data, such as CPC. This information is planned to be exposed in another service, although I don't have a timeline as to when that service will be released. Best, - Eric Koleda, AdWords API Team On Feb 4, 12:22 pm, Charles Pi

AdWords API Re: keyword matchtype for RelatedToUrlSearchParameter

2010-02-05 Thread AdWords API Advisor
Hi, You'll want to use the KeyworkMatchTypeSearchParameter: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html Best, - Eric Koleda, AdWords API Team On Feb 4, 12:24 pm, Ajit wrote: > Hello team > > I am trying to get suggested

AdWords API Re: RelatedToKeywordSearchParameter - Related to all keywords in list or related to a given keyword in list?

2010-02-05 Thread AdWords API Advisor
Hi Shane, The KeywordMatchTypeSearchParameter only controls the matchType field of the returned keywords, it too doesn't affect the actual keyword texts that are returned. I think this is simply a case where adding a variety of variations of your source keyword generated better suggestions. Best

AdWords API Re: Error - Not agreed to latest AdWords Api terms and conditions

2010-02-05 Thread AdWords API Advisor
Hi Pedro, This error normally appears when you haven't yet set up billing information on the MCC account that you registered to use with the API. Part of setting up billing information is approving the AdWords API Terms and Conditions. Let me know if you run into any further issues. Best, - Eri

AdWords API Re: Requests per minute limit

2010-02-05 Thread AdWords API Advisor
Hi Pedro, Unfortunately I can't get into detail about the exact limits around requests per minute or similar rate limits, but you should be able to make many more requests than two per minute. Are there other scripts or programs that could be access the account at the same time? Do you have the

AdWords API Re: Placement Performance report bug

2010-02-05 Thread AdWords API Advisor
Hi Harut, Do you have the SOAP XML request and response for this error? Best, - Eric Koleda, AdWords API Team On Feb 4, 9:08 am, harroot wrote: > Hi all > > I'm using .net api v13, amd try to create placement performance report > with this selected columns > ["PlacementDomain","PlacementSpecial

AdWords API Related Keywords by choosing language

2010-02-05 Thread adwo...@seo-news.at
Hi there! I'm new to the Adwords API but I'm trying to get related keywords (as well as the monthly search volume) for german language , searches from Austria. I'm using your basic code mixed with snippets found at the Adwords API Forum. When I run the code I do only get english results...Do you

AdWords API How to get keywordsuggetion in my application

2010-02-05 Thread nathenastle astle
please send the source code to use the google addwords,my requirement is to genrate keywords as same as google addwords tool how can i get into my app please tell me thanks in advance -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To po

AdWords API v200909 headers w/o using a config file

2010-02-05 Thread ADM
I am having trouble creating a Dictionary header for constructing a new AdWordsUser. This is how I am currently constructing the headers: AuthToken authToken = new AuthToken(Email, Password); authToken_str = authToken.GetToken(); clientEmail_str = p_clientEmail

AdWords API Re: network types of v200909

2010-02-05 Thread AdWords API Advisor
Hi Ashkan, Please see the following thread: http://groups.google.com/group/adwords-api/browse_thread/thread/cff28bfa0df5e8d1/ Best, - Eric Koleda, AdWords API Team On Feb 2, 11:45 pm, PHP Developer wrote: > Could someone explain the following network types in more depth: > > CONTENT_CONTEXTUALI

AdWords API Re: ngram_group and keyword_category attributes for TargetingIdeaSelector

2010-02-05 Thread Juan
Moreover, why does KEYWORD_CATEGORY return a set of ints (IntegerSetAttribute)? From the description I understood it would return only one int. Thanks again, Juan On Feb 4, 7:18 pm, Juan wrote: > I been searching some stuff at the docs/forum with no luck. > > At the TargetIdeaService docs it is

AdWords API Re: Authentication token and requests per second

2010-02-05 Thread nothize
>Is there anyway to force a token to expire? Not to my knowledge, should be a good alternative but that might not be so viable because even a password change needs about 10 minutes to expire the token. The Auth Token is meant to be used by all Google services, thus there may be issues with real-ti

AdWords API Proper way to react to a "502 - Bad Gateway" condition

2010-02-05 Thread Orly Junior
Hi, Everyday we make about 45000 keyword (bid) changes through the API, in batches of aproximetly 256 at a time. Rigorously, some of these calls fail with error 502 - Bad Gateway. I have a few questions about how to recover and proceed from this condition: - Should I retry immediately after I get

AdWords API Re: InfoService with API 200909

2010-02-05 Thread ralf.s
Hi Eric, we always use the MCC-user to get the auth-token and we use the email of the specific account in the soap-header of the services. we tried the InfoService also with the MCC-user in the soap-header - but both variants do not work. Thanks Ralf On Feb 3, 8:25 pm, AdWords API Advisor wrote