Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-21 Thread AdWordsAPIAdvisor
: From: Neil Kirk skeni...@gmail.com Subject: Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109 Date: Mon, 13 Feb 2012 03:47:51 -0800 (PST) Hey, When I run the get_account_hierarchy.pl example, it returns: Login, CustomerId (Status, Description) Root, 0

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-15 Thread Anash P. Oommen
Hi Neil, As discussed over the hangout, the error was coming due to a keyname mismatch in your adwords.properties (clientCustomerId instead of clientId). Let me know if you have more issues and I'd be happy to help you out. Cheers, Anash P. Oommen, AdWords API Advisor. --

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-14 Thread Neil Kirk
Hi Anash, I have tried using another Google account, but still can add campaigns... The adwords.properties file: email=@gmail.com password= clientCustomerId=4094931487 userAgent=skeniver developerToken=@gmail.com++GBP The example script get_campaigns.pl, returns no campaigns (as

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-13 Thread AdWordsAPIAdvisor
Hi Neil, The clientCustomerId 0 does not look correct. It should be a 10-digit number in format '1234-123-123'. -Danial, AdWords API Team. Original Message Follows: From: Neil Kirk skeni...@gmail.com Subject: Re: ADD_OPERATION_NOT_PERMITTED when using sample code

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-13 Thread Neil Kirk
Hey, When I run the get_account_hierarchy.pl example, it returns: Login, CustomerId (Status, Description) Root, 0 -- client_5+@gmail.com, 0 (ESTABLISHED) client_5+@gmail.com, 0 (ESTABLISHED) This loops over and over again, until I ctrl+c to break the script. I have tried getting

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-13 Thread Anash P. Oommen
Hi Neil, Try using a different email to make your sandbox calls. We have an issue with the sandbox where it returns 0 for some sandbox client accounts. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-09 Thread Neil Kirk
Hi, Thanks. I have made some changes and am now trying to do the same thing using my personal gmail account: email=@gmail.com password= clientCustomerId=0 userAgent=skeniver developerToken=@gmail.com++GBP alternateUrl=https://adwords-sandbox.google.com and am still getting the same

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-07 Thread AdWordsAPIAdvisor
: From: Neil Kirk skeni...@gmail.com Subject: Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109 Date: Mon, 6 Feb 2012 11:11:31 -0800 (PST) Hi, I am having the same problem. I am trying to upgrade my application to use v201109. My properties file is: email

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-06 Thread Neil Kirk
Hi, I am having the same problem. I am trying to upgrade my application to use v201109. My properties file is: email=@.com password= userAgent=AdwordsSandbox developerToken=@.com++GBP alternateUrl=https://adwords-sandbox.google.com When I run the get_campaigns.pl from the

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2011-12-12 Thread Kevin Winter
Hi Ovid, Please run this perl example with no clientEmail or clientCustomerId (clientId) specified: http://code.google.com/p/google-api-adwords-perl/source/browse/tags/current/examples/v201109/get_all_campaigns.pl After that, either run the account hierarchy example (

ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2011-12-08 Thread Ovid
Hi there, I am new to AdWords, so my apologies if I've missed something obvious. When using the sample add_campaign.pl code (http://code.google.com/p/ google-api-adwords-perl/source/browse/tags/current/examples/v201109/ add_campaign.pl), I get an ADD_OPERATION_NOT_PERMITTED response. The only

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2011-12-08 Thread Ovid
After much struggling and reading through docs and posts about this issue, see seems I need to run get_client_customer_id.pl (or something similar) to create my sandbox account. For example: