AdWords API Re: No such operation 'getActiveAds' and 'getAllAds'

2009-10-26 Thread kolok
Hi Eric This is an extract from my code : use Google::Adwords::AdService; use SOAP::Lite +trace = [qw/ debug method fault /]; #global debug for SOAP calls # # charge config for connect to web services # $main::_CONFIG-{root}= '' if ( !defined $main::_CONFIG-{root}); my $rh_ad_service =

AdWords API How can I increase maximum amount of campaigns in my account?

2009-10-26 Thread allvin
Hello I want add more 20 campaigns in my account. Is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-api@googlegroups.com To

AdWords API Re: v2009: DotNet ClientLibrary Authentication

2009-10-26 Thread alal
I have just switched over to v200909 and have the same issue as I store my credentials in web.config. Previously, the AdWordsUser class had a constructor to pass in headers created from data in web.config (or anywhere other than App.config). There does not appear to be an option to do this and we

AdWords API AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2009-10-26 Thread Ivo.bathke
hi there, i use the AdWords API PHP Client Library and try to get a campaign list like in the examples but i get that error: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED with v13 the client worked the php code is like in the examples any help appreciated here is the log: [Oct 26 2009

AdWords API Re: v2009: DotNet ClientLibrary Authentication

2009-10-26 Thread AdWords API Advisor
Hi, Thank you for bringing this to our attention. Please create a bug for this issue on the AdWords API .NET Client Library issue tracker: http://code.google.com/p/adwords-api-dotnet-samples/issues/list. The maintainers of that library will follow up with you there. Best, - Eric Koleda,

AdWords API Re: v200909 now available!

2009-10-26 Thread Zweitze
Eric, Thanks for your response, but I think you misread my concern. Although there is not yet full feature parity between v13 and v2009, keep in mind that you can use the two versions simultaneously, and our client libraries make it easy to do so. Hmmm, then what is the meaning of 'Sunset

AdWords API Re: soapenv:Server.userException String: Login with this username/password failed

2009-10-26 Thread AdWords API Advisor
Hi, This appears to be simply a case of wrong username and password. Can you successfully log into GMail with those credentials? On a side note, it looks like you are using the APIlity PHP Client Library. This library, and the version of the AdWords API it interfaces with (v13), are scheduled

AdWords API Re: No such operation 'getActiveAds' and 'getAllAds'

2009-10-26 Thread AdWords API Advisor
Hi Nicolas, It looks like the problem is that you are using the type int for the ad group ID, when the API calls for a long: http://code.google.com/apis/adwords/docs/developer/AdService.html#getAllAds. This type mismatch is causing the method signatures not to match. On another note, I see that

AdWords API Re: How can I increase maximum amount of campaigns in my account?

2009-10-26 Thread AdWords API Advisor
Hi Allvin, Unfortunately it is not possible to have more than 20 campaigns per account. Can you consolidate your campaigns at all? If not you can create more AdWords accounts and link them to your same MCC account. Best, - Eric Koleda, AdWords API Team On Oct 26, 7:38 am, allvin

AdWords API Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2009-10-26 Thread AdWords API Advisor
Hi, Thanks for bringing this to our attention. At the moment the AdWords API PHP Client Library is only compatible with PHP version 5.2.7 or higher. We are working on enabling support for older versions of PHP, and you can follow the progress here:

AdWords API The request failed with HTTP status 405: Method Not Allowed

2009-10-26 Thread DanielB
Hi all, Now I am trying to make a connection to the v200909 version instead of the v13 version. The connection works but when I request data I get an error The request failed with HTTP status 405: Method Not Allowed At System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse

Can I use AdWords API to export list of ads?

2009-10-26 Thread tarest
Can AdWords API be used to export (download) list of adds to file in CSV or other format? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to

AdWords API Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2009-10-26 Thread Ivo.bathke
ah i see im currently on 5.2.0-8+etch11 since that is debian etch max. thanks for the info ill upgrade my dev-server (should have done weeks ago ;)) On 26 Okt., 16:29, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, Thanks for bringing this to our attention.  At the moment the

AdWords API Re: getKeywordVariations method doesn't return all seeds keword

2009-10-26 Thread damian.irigaray
Thanks Eric, I will try me question in that forum. :) On Oct 26, 10:40 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Damian, There have been reports of this problem in the past, and in my experience the results from the AdWords API always match those of the Keyword Tool web

AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2009-10-26 Thread DanielB
I was trying the enclosed (.Net) code example, which gave me the exact same error. So maybe it is a problem in the .Net api. public void Run(AdWordsUser user) { InfoService infoService = (InfoService)user.GetService (AdWordsService.v200909.InfoService);

Re: Can I use AdWords API to export list of ads?

2009-10-26 Thread DanielB
Yes you can, by use of the AdGroupAdService (v200909). If you are looking for an export as an report, you could use the previous version. On Oct 26, 4:39 pm, tarest tar...@interia.pl wrote: Can AdWords API be used to export (download) list of adds to file in CSV or other format?

AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2009-10-26 Thread AdWords API Advisor
Hi Daniel, Do you have the SOAP XML logs from such a request? This may provide more information about the source of the issue. Best, - Eric Koleda, AdWords API Team On Oct 26, 11:51 am, DanielB d...@coolblue.nl wrote: I was trying the enclosed (.Net) code example, which gave me the exact

Re: Can I use AdWords API to export list of ads?

2009-10-26 Thread AdWords API Advisor
Hi, As Daniel mentioned, there are ways to get Ad data using the AdWords API. The only format currently supported is XML, but it is possible to convert this to CSV, etc. If you are OK with a manual process, the AdWords Editor desktop application also supports this:

AdWords API Re: An internal error has occurred. Please retry your request.

2009-10-26 Thread AdWords API Advisor
Hi Jack, The core engineering team got back to me and this issue has been resolved. Are you still seeing this behavior? Best, - Eric Koleda, AdWords API Team On Sep 17, 2:23 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Jack, Thank you for bringing this issue to our