Hello everyone.
I'm starting to use AdWords and I find an error when I try to add a
campaign to my sandbox account,
the exception throws me this message:

SoapFault Object ( [message:protected] =>
AuthenticationError.CLIENT_EMAIL_INVALID @ ;
trigger:'client_1+********' Service[CampaignService.mutate]
[string:private] => [code:protected] => 0 [file:protected]

where the ****** of the client Id is the email in the auth.ini file.

I'm using the correct initialization:

$path = dirname(__FILE__) . '/AdWords/src';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);


require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

   $user = new AdWordsUser();
   // Log SOAP XML request and response.
  $user->LogDefaults();

  // Get the CampaignService.
   $campaignService = $user->GetCampaignService('v200909','https://
adwords-sandbox.google.com');

so I don't know why it does not work, could you help me getting out of
this situation please?

Thanks!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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