Hi, I have nearly the same issue as harroot. I'm using the Java client
library to make a call to getClientAccounts(), which I have checked
retrieves 5 client accounts of the form client_x+email. However when I
use one of those accounts to add a campaign to the sandbox I get the
following error:

<ns1:code>9</ns1:code>
<ns1:message>Invalid client email specified.</ns1:message>
<ns1:trigger>[email protected]</ns1:trigger>

I use the following code to get the client accounts, this code is run
everytime a user attempts to connect to the sandbox:

AccountInterface accountInterface = null;
accountInterface = user.generateClientAdWordsUser(null).getService
(AdWordsService.V13.ACCOUNT_SERVICE);
accountInterface.getClientAccounts();

the user variable has been created at an earlier point and has all the
credentials for the mcc account and the credentials for the client
account. using the above should create an adwords user object
representing the MCC account, so it will create the client accounts
with the last call.

I haven't changed any of my code since the 28th of august, so I'm a
bit at wits end what could be wrong.

Thanks in advance for your response,
Jaap

On Aug 29, 12:20 pm, harroot <[email protected]> wrote:
> Hi
>
> I'm using dotNet v13 api, before august 28 I successfully could login
> to sandbox, but now I can't do that,
> here is the  workflow`
> 1.set in soap header values
>
>     <add key="Email" value="(email)@gmail.com"/>
>     <add key="Password" value="***********"/>
>     <add key="DeveloperToken" value="(Email)@gmail.com++USD"/>
>     <add key="ApplicationToken" value="Put_Application_Token_"/>
>     <add key="v13.Url" value="https://sandbox.google.com"/>
>     and call to getClientAccounts(). method, it's worked.
> 2.set values for client
>     <add key="Email" value="(email)@gmail.com"/>
>     <add key="Password" value="***********"/>
>     <add key="ClientEmail" value="client_5+(email)@gmail.com"/>
>     <add key="DeveloperToken" value="(Email)@gmail.com++USD"/>
>     <add key="ApplicationToken" value="Put_Application_Token_"/>
>     <add key="v13.Url" value="https://sandbox.google.com"/>
>     then call to getAccountInfo() and get exception that "Invalid
> client email specified".
>
> Can anyone tell, what is the error reason?
>
> Kind regards
> Harut.
>
> On Aug 24, 10:30 pm, AdWords API Advisor
>
> <[email protected]> wrote:
> > I wanted to give everyone advanced warning that the AdWords 
> > APISandbox'sdatabase is scheduled to be refreshed on Friday, August 28.
> > Following the refresh all data stored in theSandboxwill be cleared,
> > and you will have to recreate your client accounts with a call to
> > getClientAccounts().
>
> > More information on theSandboxenvironment and our periodic refreshes
> > is available 
> > at:http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbo...
>
> > Best,
> > Eric Koleda, AdWords API Team
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to