Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-11-10 Thread Jack Wootton
Hello Karol,

I too experienced this problem. The solution, for me at least, was to 
recompile the client. This is actually documented in the README that comes 
with the client (Java client in my case), specifically it states:

Every time you modify a file in src/main/resources, you must have Maven 
 recompile the project to pick up the changes. If you copy it to your home 
 directory, you will not need to recompile every time.


After copying the auto-generated Client ID into my ads.properties AND 
recompiling the client, I no longer received ADD_OPERATION_NOT_PERMITTED in 
response to the mutate (add) request.

I hope this helps.
Jack

On Wednesday, 26 September 2012 11:59:17 UTC+1, Karol Słuszniak wrote:

 I have same problem with adding campaign in sandbox. 


On Wednesday, 26 September 2012 11:59:17 UTC+1, Karol Słuszniak wrote:

 I have same problem with adding campaign in sandbox. 


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-09-26 Thread Karol Słuszniak
I have same problem with adding campaign in sandbox. 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-14 Thread Allan Lopez
Hi Kevin,

Thanks for the response. I've checked the soap_xml.log and unfortunately 
all the customer IDs there are 0. Well I hope your team can fix the bug.

On Tuesday, August 14, 2012 2:49:52 AM UTC+8, Kevin Winter wrote:

 Hi,
   Could you please check the SOAP XML log (see the README) after running 
 the GetAccountHierarchy example?  Due to some sandbox quirks, not all the 
 libraries properly handle the sandbox SOAP response.  If you are getting 
 back client accounts that have non-0 IDs, you should be able to set one as 
 your clientCustomerId in your adwords.properties file which should make the 
 AddCampaigns example run.  If the SOAP contains 0's for IDs, you'll have to 
 wait until we fix an outstanding 
 bughttps://groups.google.com/d/msg/adwords-api/3_B_3qA0hrg/Q1q_N5qjJwEJ
 .

 - Kevin Winter
 AdWords API Team

 On Monday, August 13, 2012 1:02:52 PM UTC-4, Allan Lopez wrote:

 Also when I try to run the AddCampaigns.
 I get this error also: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED 
 @ operations[0]]

 I'm using v201109

 On Tuesday, August 14, 2012 12:30:27 AM UTC+8, Allan Lopez wrote:

 I'm also experiencing this as of now. I've just created a new google 
 mail account a while ago. I am using  the php client library. 

 a. Call GetAllCampaigns example to initialize the sandbox if not done 
 already.  - returned No campaigns were found.
 b. Call GetAccountHierarchy example to get the list of sandbox accounts. 
 - returned (Customer Id, Account Name/Login, Link Status) 0, 
 frogfor...@gmail.com, N/A



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-13 Thread Allan Lopez
I'm also experiencing this as of now. I've just created a new google mail 
account a while ago. I am using  the php client library. 

a. Call GetAllCampaigns example to initialize the sandbox if not done 
already.  - returned No campaigns were found.
b. Call GetAccountHierarchy example to get the list of sandbox accounts. - 
returned (Customer Id, Account Name/Login, Link Status) 0, 
frogforce.ag...@gmail.com, N/A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-13 Thread Allan Lopez
Also when I try to run the AddCampaigns.
I get this error also: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ 
operations[0]]

I'm using v201109

On Tuesday, August 14, 2012 12:30:27 AM UTC+8, Allan Lopez wrote:

 I'm also experiencing this as of now. I've just created a new google mail 
 account a while ago. I am using  the php client library. 

 a. Call GetAllCampaigns example to initialize the sandbox if not done 
 already.  - returned No campaigns were found.
 b. Call GetAccountHierarchy example to get the list of sandbox accounts. - 
 returned (Customer Id, Account Name/Login, Link Status) 0, 
 frogforce.ag...@gmail.com, N/A


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-13 Thread Kevin Winter
Hi,
  Could you please check the SOAP XML log (see the README) after running 
the GetAccountHierarchy example?  Due to some sandbox quirks, not all the 
libraries properly handle the sandbox SOAP response.  If you are getting 
back client accounts that have non-0 IDs, you should be able to set one as 
your clientCustomerId in your adwords.properties file which should make the 
AddCampaigns example run.  If the SOAP contains 0's for IDs, you'll have to 
wait until we fix an outstanding 
bughttps://groups.google.com/d/msg/adwords-api/3_B_3qA0hrg/Q1q_N5qjJwEJ
.

- Kevin Winter
AdWords API Team

On Monday, August 13, 2012 1:02:52 PM UTC-4, Allan Lopez wrote:

 Also when I try to run the AddCampaigns.
 I get this error also: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED 
 @ operations[0]]

 I'm using v201109

 On Tuesday, August 14, 2012 12:30:27 AM UTC+8, Allan Lopez wrote:

 I'm also experiencing this as of now. I've just created a new google mail 
 account a while ago. I am using  the php client library. 

 a. Call GetAllCampaigns example to initialize the sandbox if not done 
 already.  - returned No campaigns were found.
 b. Call GetAccountHierarchy example to get the list of sandbox accounts. 
 - returned (Customer Id, Account Name/Login, Link Status) 0, 
 frogfor...@gmail.com javascript:, N/A



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-07-24 Thread Kevin Winter
Hi,
  If you were affected by this bug, we recommend using a new sandbox 
account.  You can create a brand-new gmail account for sandbox usage. 
 Please let us know if you're still seeing this with a new account.

- Kevin Winter
AdWords API Team

On Tuesday, July 17, 2012 1:41:31 AM UTC-4, Wasi wrote:

 I am also facing this same issue. can anybody please help me for this? 
 I've also spent hours getting more and more frustrated. Please can someone 
 tell me how to get the sandbox working? I am unable to add Campaigns.
 i have also followed the following steps but the same issue is there. 

 a. Call GetAllCampaigns example to initialize the sandbox if not done 
 already.
 b. Call GetAccountHierarchy example to get the list of sandbox accounts.
 c. Use one of those customerIds to make remaining calls.

 GetAccountHierarchy return 0.




 On Monday, March 5, 2012 6:43:10 AM UTC+5, Rallan wrote:

 In my live Adwords account I can add a new campaign without a problem, 
 but I have been trying to use the sandbox without success. I can test for 
 existing campaigns in the sandbox (none found) but I am unable to add a 
 new campaign. I get the error:

 [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

 I am logging in with the following set-up:

 AUTH.INI

 email = x...@gmail.com
 password = 
 userAgent = My Adwords Tool
 applicationToken = ignored
 developerToken = x...@gmail.com++GBP

 SETTINGS

 DEFAULT_VERSION = v201109
 DEFAULT_SERVER = https://adwords-sandbox.google.com;
 COMPRESSION = 1
 COMPRESSION_LEVEL = 1
 WSDL_CACHE = 0
 VERIFY_PEER = 0

 MY SCRIPT

 $campaignService = $user-GetCampaignService('v201109', '
 https://adwords-sandbox.google.com');


 I have looked around online but found no actual answers. As far as I can 
 tell I what's missing is a sandbox generated clientId, or possibly 
 a clientCustomerId? However, I have been unable to find out how I get this! 
 I have tried using my normal clientId but it is rejected 
 (AuthenticationError.CUSTOMER_NOT_FOUND). 

 I'm going nuts here. I've spent hours getting more and more frustrated. 
 Please can someone tell me how to get the sandbox working?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-07-16 Thread Wasi
I am also facing this same issue. can anybody please help me for this? I've 
also spent hours getting more and more frustrated. Please can someone tell 
me how to get the sandbox working? I am unable to add Campaigns.
i have also followed the following steps but the same issue is there. 

a. Call GetAllCampaigns example to initialize the sandbox if not done 
already.
b. Call GetAccountHierarchy example to get the list of sandbox accounts.
c. Use one of those customerIds to make remaining calls.

GetAccountHierarchy return 0.




On Monday, March 5, 2012 6:43:10 AM UTC+5, Rallan wrote:

 In my live Adwords account I can add a new campaign without a problem, 
 but I have been trying to use the sandbox without success. I can test for 
 existing campaigns in the sandbox (none found) but I am unable to add a 
 new campaign. I get the error:

 [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

 I am logging in with the following set-up:

 AUTH.INI

 email = x...@gmail.com
 password = 
 userAgent = My Adwords Tool
 applicationToken = ignored
 developerToken = x...@gmail.com++GBP

 SETTINGS

 DEFAULT_VERSION = v201109
 DEFAULT_SERVER = https://adwords-sandbox.google.com;
 COMPRESSION = 1
 COMPRESSION_LEVEL = 1
 WSDL_CACHE = 0
 VERIFY_PEER = 0

 MY SCRIPT

 $campaignService = $user-GetCampaignService('v201109', '
 https://adwords-sandbox.google.com');


 I have looked around online but found no actual answers. As far as I can 
 tell I what's missing is a sandbox generated clientId, or possibly 
 a clientCustomerId? However, I have been unable to find out how I get this! 
 I have tried using my normal clientId but it is rejected 
 (AuthenticationError.CUSTOMER_NOT_FOUND). 

 I'm going nuts here. I've spent hours getting more and more frustrated. 
 Please can someone tell me how to get the sandbox working?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-03-13 Thread Anash P. Oommen
Hi,

We had some issue with the sandbox last week where new accounts were being 
created with customerid 0. This issue is fixed now, you can use a fresh 
sandbox login to call GetAccountHierarchy.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, 9 March 2012 03:50:36 UTC+5:30, Slava wrote:

 Why does GetAccountHierarchy return 0 for customerIds for all 5 sandbox 
 accounts?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-03-08 Thread Slivka
Why does GetAccountHierarchy return 0 for customerIds for all 5 sandbox 
accounts?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-03-06 Thread Anash P. Oommen
Hi Rallan,

You need to 

a. Call GetAllCampaigns example to initialize the sandbox if not done 
already.
b. Call GetAccountHierarchy example to get the list of sandbox accounts.
c. Use one of those customerIds to make remaining calls.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, 5 March 2012 07:13:10 UTC+5:30, Rallan wrote:

 In my live Adwords account I can add a new campaign without a problem, 
 but I have been trying to use the sandbox without success. I can test for 
 existing campaigns in the sandbox (none found) but I am unable to add a 
 new campaign. I get the error:

 [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

 I am logging in with the following set-up:

 AUTH.INI

 email = x...@gmail.com
 password = 
 userAgent = My Adwords Tool
 applicationToken = ignored
 developerToken = x...@gmail.com++GBP

 SETTINGS

 DEFAULT_VERSION = v201109
 DEFAULT_SERVER = https://adwords-sandbox.google.com;
 COMPRESSION = 1
 COMPRESSION_LEVEL = 1
 WSDL_CACHE = 0
 VERIFY_PEER = 0

 MY SCRIPT

 $campaignService = $user-GetCampaignService('v201109', '
 https://adwords-sandbox.google.com');


 I have looked around online but found no actual answers. As far as I can 
 tell I what's missing is a sandbox generated clientId, or possibly 
 a clientCustomerId? However, I have been unable to find out how I get this! 
 I have tried using my normal clientId but it is rejected 
 (AuthenticationError.CUSTOMER_NOT_FOUND). 

 I'm going nuts here. I've spent hours getting more and more frustrated. 
 Please can someone tell me how to get the sandbox working?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-03-04 Thread Rallan
In my live Adwords account I can add a new campaign without a problem, 
but I have been trying to use the sandbox without success. I can test for 
existing campaigns in the sandbox (none found) but I am unable to add a 
new campaign. I get the error:

[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

I am logging in with the following set-up:

AUTH.INI

email = x...@gmail.com
password = 
userAgent = My Adwords Tool
applicationToken = ignored
developerToken = x...@gmail.com++GBP

SETTINGS

DEFAULT_VERSION = v201109
DEFAULT_SERVER = https://adwords-sandbox.google.com;
COMPRESSION = 1
COMPRESSION_LEVEL = 1
WSDL_CACHE = 0
VERIFY_PEER = 0

MY SCRIPT

$campaignService = $user-GetCampaignService('v201109', 
'https://adwords-sandbox.google.com');


I have looked around online but found no actual answers. As far as I can 
tell I what's missing is a sandbox generated clientId, or possibly 
a clientCustomerId? However, I have been unable to find out how I get this! 
I have tried using my normal clientId but it is rejected 
(AuthenticationError.CUSTOMER_NOT_FOUND). 

I'm going nuts here. I've spent hours getting more and more frustrated. 
Please can someone tell me how to get the sandbox working?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-03-04 Thread Rallan
I forgot to say that this is a not an MCC account.


On Monday, 5 March 2012 01:43:10 UTC, Rallan wrote:

 In my live Adwords account I can add a new campaign without a problem, 
 but I have been trying to use the sandbox without success. I can test for 
 existing campaigns in the sandbox (none found) but I am unable to add a 
 new campaign. I get the error:

 [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

 I am logging in with the following set-up:

 AUTH.INI

 email = x...@gmail.com
 password = 
 userAgent = My Adwords Tool
 applicationToken = ignored
 developerToken = x...@gmail.com++GBP

 SETTINGS

 DEFAULT_VERSION = v201109
 DEFAULT_SERVER = https://adwords-sandbox.google.com;
 COMPRESSION = 1
 COMPRESSION_LEVEL = 1
 WSDL_CACHE = 0
 VERIFY_PEER = 0

 MY SCRIPT

 $campaignService = $user-GetCampaignService('v201109', '
 https://adwords-sandbox.google.com');


 I have looked around online but found no actual answers. As far as I can 
 tell I what's missing is a sandbox generated clientId, or possibly 
 a clientCustomerId? However, I have been unable to find out how I get this! 
 I have tried using my normal clientId but it is rejected 
 (AuthenticationError.CUSTOMER_NOT_FOUND). 

 I'm going nuts here. I've spent hours getting more and more frustrated. 
 Please can someone tell me how to get the sandbox working?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en