Re: sandbox: getting ADD_OPERATION_NOT_PERMITTED with both/either clientEmail and clientId

2011-12-12 Thread Kevin Winter
Hi Vijayraj, You can use the GetClientCustomerId java example to translate from the clientEmails that you have to the clientCustomerId you need: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109/GetClientCustomerId.java - Kevin Winter AdWords API Team On

Re: sandbox: getting ADD_OPERATION_NOT_PERMITTED with both/either clientEmail and clientId

2011-12-07 Thread Vijayraj Chauhan
Hi, I too faced this problem while working with v201109 using Java client library. It was working fine for v201101. I followed the three steps as said by you and created five sandbox customer accounts with emailIds like client_1+emailId, client_2+emailId However the clientIds returned

Re: sandbox: getting ADD_OPERATION_NOT_PERMITTED with both/either clientEmail and clientId

2011-10-21 Thread Anash P. Oommen
Hi, The second call should have worked; I took it from the logs for AdWords API .NET library (for which I am adding v201109 support). I don't have curl on my laptop right now, but I'll check it later today and help you figure out what's wrong with the 2nd request. As for ruby library, the

Re: sandbox: getting ADD_OPERATION_NOT_PERMITTED with both/either clientEmail and clientId

2011-10-19 Thread Anash P. Oommen
Hi, Working with the sandbox got slightly more complex with v201109 release, since clientEmail header is no longer supported. Also, clientId is not the right header name, it should be clientCustomerId. To use the sandbox with v201109, you could follow this sequence: 1. Call getAllCampaigns

Re: sandbox: getting ADD_OPERATION_NOT_PERMITTED with both/either clientEmail and clientId

2011-10-19 Thread Piotr Szotkowski
Anash P. Oommen: Working with the sandbox got slightly more complex with v201109 release, since clientEmail header is no longer supported. Also, clientId is not the right header name, it should be clientCustomerId. Thanks! I guess the example at http://code.google.com/apis/adwords/docs/#soap

sandbox: getting ADD_OPERATION_NOT_PERMITTED with both/either clientEmail and clientId

2011-10-18 Thread Piotr Szotkowski
Hi, I’m new to the AdWrods API, but I did my homework and went through the tutorials and the usual solution to my problem (but no dice). :) I’m trying to do the simplest thing from the ‘Quick SOAP+XML Tutorial’; got my Auth token and am sending the below to the sandbox: ?xml version=1.0