AdWords API Re: Is there something to retrieve some suggestion keywords from a word or phrase ?

2009-06-18 Thread qme...@gmail.com
Hi Jeff, thanks for your reply, I just found my problem. I was using the sandbox instead of the production environnement with the adwords.properties file. useSandbox=true instead of false developerToken=sandboxToken instead of my real developerToken for the production clientId=sandboxClientId in

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-18 Thread crosby
Seems to be fixed? I've just successfully downloaded all of the reports in my MCC with zero errors. That's the first time I've been able to do that in about a week and a half. ...awaiting official word that this is fixed ;-) --~--~-~--~~~---~--~~ You received this

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-18 Thread AdWords API Advisor
Hello All, I wanted to reiterate that if you're still seeing issues with HTTPS POSTs failing while making SOAP requests (like the issue at the very start of this thread), we're very interested to hear about it and gather their relevant debugging information (write to adwordsapiadvi...@google.com

AdWords API Re: getUnitCountForMethod return value not changing

2009-06-18 Thread AdWords API Advisor
Hello Carl, So I just double-checked with the engineer responsible for the InfoService methods, and apparently as of right now the stats look like they're in good shape--again, you shouldn't expect them to be in real time, but there shouldn't be multi-day delays in seeing usage reflected. If y

AdWords API Re: Is there something to retrieve some suggestion keywords from a word or phrase ?

2009-06-18 Thread AdWords API Advisor
Hello, I don't think you're properly parsing the SOAP response. The 'ms0', 'ms1', 'ac0', 'ac1' should not be returned from our SOAP server, and looks like something that you're adding in to your display output. If you really are getting those strings as part of your SOAP response, could you plea

AdWords API Re: SiteSuggestionService returning odd sites

2009-06-18 Thread AdWords API Advisor
Hello Carl, No, I don't think you're going to find that the methods of the SiteSuggestionService act in a similar way to Google search results. One criterion for getting a site back in the results is that the site accepts AdWords ads on the Content network, and the purpose of the service is to h

AdWords API Re: getUnitCountForMethod return value not changing

2009-06-18 Thread AdWords API Advisor
Hello Carl, There is usually a day or so's worth of lag on the data return from the InfoService--it's definitely not realtime. That being said, our engineering team has noticed that usage statistics have been more delayed than you'd normally expect over the past few days, and they're actively in

AdWords API Re: Ad a customer campaign with adword

2009-06-18 Thread AdWords API Advisor
Hello, If you're distributing software that users will install on their desktops then the common use case would be to prompt them for their AdWords login email and password information. You can use this for the "email" and "password" SOAP request headers, and you would not need to populate the "

AdWords API Re: api xml upload

2009-06-18 Thread linux
Thanks now we have another problem, we have about 1600 adgroups with 8000 keywords online, if we use getAllCriteria it is always a single request, so we need 1600 requests to update our keyword list. this take a long time about 30 min. how could we speed up this request? thanks christian On 16

AdWords API Re: how to add "clientAccounts" to my google developer masteraccount

2009-06-18 Thread AdWords API Advisor
Hello Rico, That sounds about right. Are you sure that your requests are going to the Production environment rather than the Sandbox environment? Take a look at http://google-apility.sourceforge.net/#Sandbox Assuming you are sending your requests to the Production environment, could you turn

AdWords API Re: Can I access Sandbox data via https://adwords-sandbox.google.com?

2009-06-18 Thread AdWords API Advisor
Hello Alex, The most straightforward way of visualizing Sandbox data is to use APIlity Agua: http://google-apility.sourceforge.net/agua.html It's written against AdWords API v13, but v13 and v2009 share a common backend datastore, so you can see all your v2009 Sandbox objects using it. Chee

AdWords API Re: Geotargeting: Metros overlapping Cities, list of target codes

2009-06-18 Thread AdWords API Advisor
Hello, This restriction does apply to US metros assuming the entirety of the US metro is already enclosed by a larger geo target. For example, you can't create a campaign with the following geotargeting: 502 US-NY

AdWords API Re: Logging in for v2009 version

2009-06-18 Thread AdWords API Advisor
Hello, The only method we support at the moment for v2009 credentials is the ClientLogin token. AuthSub/OAuth makes sense for the web application use case, but I don't have any specific information about whether we'll add support for that flavor of credential token in a future release of v2009.

AdWords API Re: I can not run any sample PHP code

2009-06-18 Thread AdWords API Advisor
Hello Deniz, That error would also imply that you're not setting the proper credentials in your SOAP request header. If you're going against the Production adwords.google.com environment, please refer to http://code.google.com/apis/adwords/docs/developer/index.html#adwords_api_intro_request

AdWords API Re: Separate metrics for Google and search partners

2009-06-18 Thread Laurent
Pfff that was the first line... Sorry for that, I'll change my glasses ;) Thanks On 18 juin, 16:05, Luiz Yamada wrote: > There is a column on API to this > > AdDistributionWithSearchPartners > > http://code.google.com/intl/en-US/apis/adwords/docs/developer/adwords... > > On Thu, Jun 18, 2009 at

AdWords API Re: Separate metrics for Google and search partners

2009-06-18 Thread Luiz Yamada
There is a column on API to this AdDistributionWithSearchPartners http://code.google.com/intl/en-US/apis/adwords/docs/developer/adwords_api_report_keyword.html On Thu, Jun 18, 2009 at 10:59 AM, Laurent wrote: > > Hi all > > In Adwords interface you can separate metrics for Google search and >

AdWords API Separate metrics for Google and search partners

2009-06-18 Thread Laurent
Hi all In Adwords interface you can separate metrics for Google search and Search partners, I was wondering if it was possible to do that with the API ? It cannot be done with the valuetrack tags (only difference between search and content), and I don't see any column in the Keyword Report I can

AdWords API Re: Is there something to retrieve some suggestion keywords from a word or phrase ?

2009-06-18 Thread qme...@gmail.com
Hi Jeff, I just use the KeywordToolService from the Java client. However I don't get some good values for me. It doesn't match with the KeywordTool from your website. Here are my results for the word "dog" with English and Australia : ---