it is in that way, I have no idea why I'm getting this exception,
these are my auth.ini parameters:

email = "myema...@domain.com"
password = "mypasword"
userAgent = "my useragent"
applicationToken = "ignored"
developerToken = "myema...@domain.com++gbp"

; Uncomment to make requests against a client account.
clientId = "client_1+myema...@domain.com"

I do 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');

Please Please, help!


On Jun 8, 10:48 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> Hi,
>
> The client email should be in the form of client_1+em...@domain.com.
> The email address should be the same one that you use when you
> generate the authToken.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jun 8, 9:52 am, ramonpoli <ramon.polid...@googlemail.com> wrote:
>
>
>
> > 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 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

Reply via email to