Hello,

 The error you're getting can only come from the AdWords API Sandbox
environment:

  http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html

Based on your description of your program it sounds like it was
previously running against the Production environment (because you
can't actually create real campaigns/ads in the Sandbox or run
meaningful reports). So I think you have to take a look and see why
your code is now connecting to the URLs for the Sandbox web services
instead of production.

 On the off chance that you really do want to connect to the Sandbox
environment, you need to recreate your client_X accounts each time the
Sandbox environment is reset (usually once per month). You can do this
by making a getClientAccounts() AccountService call from your "MCC"
Sandbox account.

Cheers,
-Jeff Posnick, AdWords API Team


On Oct 17, 5:47 am, afzaal <[EMAIL PROTECTED]> wrote:
> hi, i am new to google adwards. i have created a scenario that on
> client's website i show the compaigns data and customers can login to
> their accounts and see reports, ppc etc on client's website. the
> system was working fine a few weeks back but now an error is coming as
> below
>
> Fault: 1 Code: soapenv:Server.userException String: The specified
> client email does not exist. Your client accounts may not exist
> because either this is your first time using the sandbox or the
> sandbox database has been cleaned. Please remove the clientEmail from
> the request header and call the getClientAccounts method from
> AccountService to ensure that your client accounts are created and do
> exist. Detail:
>
> Can anyone help me out in this?
>
> thanx
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to