Re: Previously working sandbox code now has CUSTOMER_NOT_FOUND

2012-02-17 Thread Ovid
I see that we can now add text ads in the sandbox again, but I'm still getting the CUSTOMER_NOT_FOUND error on code that was previously working. Is there any news on this? Is anyone else working with the sandbox getting this error? With older version of the code base being cut off in less than

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2012-02-16 Thread Ovid
Yes, this has been going on for several days now and it's tremendously hampering my development. Does anyone know if there is some place where the AdWords Sanbox API status is reported? It would be nice to have *some* feedback on this. Cheers, Ovid

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-15 Thread Ovid
/2IwANBMHLtUJ Waiting for an update as this is blocking a lot of my work. Cheers, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Call to AdgroupAdService start failing

2012-02-14 Thread Ovid
I'm getting the same issue when trying to add text ads in the sandbox. Code worked yesterday and fails today. From my logs (formatted for easy reading): Cheers, Ovid [14 Feb 2012 15:22:00,617 - INFO ] Outgoing Request: ?xml version=1.0? SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001

MutateJobService limits

2012-02-09 Thread Ovid
of jobs you can submit. Does this mean I can submit unlimited jobs but that only 10 will run in parallel and the rest will be queued? Cheers, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: Error handling in Perl

2012-01-27 Thread Ovid
of code here. I'm just showing the structure of my approach) Feedback welcome. Cheers, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Patches welcome?

2011-12-21 Thread Ovid
patches? Cheers, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

[perl v201109] add_campaign.pl breaks if modules load in different order

2011-12-14 Thread Ovid
; use Google::Ads::AdWords::v201109::NetworkSetting; use Google::Ads::AdWords::Client; use Google::Ads::AdWords::Logging; Can anyone replicate this? $ uname -a Linux ovid-laptop 2.6.32-36-generic #79-Ubuntu SMP Tue Nov 8 22:29:53 UTC 2011 x86_64 GNU/Linux $ perl -v

Re: 500 Error from CampaignService (Perl)

2011-12-13 Thread Ovid
, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

[perl v201109] odd clientCustomerID behavior in sandbox with add_campaign.pl?

2011-12-13 Thread Ovid
. It seems odd that the other .properties keys are set as headers with the same name as the key (e.g., authToken, userAgent, developerToken), but this key gets rewritten from clientId to clientCustomerId. Is this documented? The longer version is below. Cheers, Ovid When I run examples/v201109

Re: odd clientCustomerID behavior in sandbox with add_campaign.pl?

2011-12-13 Thread Ovid
On Dec 13, 3:46 pm, Anash P. Oommen anash.p.oommen +fo...@google.com wrote: Hi, This behaviour is documented here:http://code.google.com/p/google-api-adwords-perl/source/browse/trunk/ I believe the reasoning here is that there are 2 different keys to identify a client account -

500 Error from CampaignService (Perl)

2011-12-09 Thread Ovid
such operation: (HTTP GET PATH_INFO: / v201109/CampaignService)/faultstring/soap:Fault/soap:Body/ soap:Envelope I've included my code and the request/response headers below. Cheers, Ovid use HTTP::Request; use LWP::UserAgent; my $wsdl_location = 'https://adwords-sandbox.google.com

ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2011-12-08 Thread Ovid
, Ovid (full error response below) Error deserializing message: A fault was returned by the server: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] . Message was: soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Header ResponseHeader xmlns

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2011-12-08 Thread Ovid
failed attempts at making that work, repeatedly getting ApiUsageError.INVALID_CLIENT_EMAIL. Help! Cheers, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api