ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2011-12-08 Thread Ovid
th the AdWords v201008 API. Any help appreciated. Cheers, Ovid (full error response below) Error deserializing message: A fault was returned by the server: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] . Message was: http://schemas.xmlsoap.org/soap/envelope/";>

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2011-12-08 Thread Ovid
helped me. I have so many 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.c

500 Error from CampaignService (Perl)

2011-12-09 Thread Ovid
NFO: / v201109/CampaignService) 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/api/adwords/cm/v201109/ CampaignService'; my $req = H

Re: 500 Error from CampaignService (Perl)

2011-12-13 Thread Ovid
an error about not having a root id. It turns out that I had downloaded the version from the day before a bugfix for get_account_hierarchy.pl in version 2.5.2 had been released. Not realizing that, I assumed I was doing something wrong and I started flailing a bit. Sorry for the spam. Che

[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" 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 - clientEmail and clientCustomerId.

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

2011-12-14 Thread Ovid
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 This is perl 5, version 12, subversion 2 (v5.12.2) built for x86_64-l

Patches welcome?

2011-12-21 Thread Ovid
for submitting 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

Re: Error handling in Perl

2012-01-27 Thread Ovid
ak $_; } $soap->$call( $method, @$data_from ); }; } (Note that I'm skipping a lot of code here. I'm just showing the structure of my approach) Feedback welcome. Cheers, Ovid -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

MutateJobService limits

2012-02-09 Thread Ovid
is states "There is no limit to the number 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 discussi

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: http://www.w3.org/2001/XMLSchema-instance"; xmlns:SOAP

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-15 Thread Ovid
s-api/6wGMm8iFuSI/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/

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,

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