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

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

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

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 jmberru...@gmail.com wrote: I been searching some stuff at the docs/forum with no luck. At the

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 arahi...@networksolutions.com wrote: Could someone explain the following network types in more

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

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

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 harr...@gmail.com wrote: Hi all I'm using .net api v13, amd try to create placement performance report with this selected columns

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: 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, -

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.

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

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

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

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

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=194595q=cat We are working on adding these categories and

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

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

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 adwordsapiadvi...@google.com wrote: Hi Juan, The KEYWORD_CATEGORY is an ID that corresponds to a grouping of keywords by topic.  

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 ajitscor...@gmail.com 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 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: 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

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 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 knavd...@gmail.com wrote: Eric, Thanks for your response. But I am confused with your answer. Sorry but then how do I get which network

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

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 pedra...@gmail.com wrote:  Are there other scripts or programs

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