Aw: What does AuthenticationError.CLIENT_EMAIL_INVALID mean in Sandbox account?

2011-05-31 Thread Stefan Podkowinski
I have a dot in my clientId as well and its working fine. Format should be: client_1+your.addr...@example.com -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

Re: What does AuthenticationError.CLIENT_EMAIL_INVALID mean in Sandbox account?

2011-05-30 Thread yegor
Well, I changed email to x...@gmail.com and everything works fine now. Of course, I'm calling get() first. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~

Re: What does AuthenticationError.CLIENT_EMAIL_INVALID mean in Sandbox account?

2011-05-30 Thread GemBox Software
is is what I'm getting back > (domain name is changed to example.com): > > AuthenticationError.CLIENT_EMAIL_INVALID @ ; > trigger:'client_1+adwords.t...@example.com' > Service[CampaignService.mutate] > > Is it a problem with a dot inside my email address? > &

What does AuthenticationError.CLIENT_EMAIL_INVALID mean in Sandbox account?

2011-05-29 Thread yegor
I'm sending a simple CampaingService.mutate() request to create a new Campaign in a new sandbox account. This is what I'm getting back (domain name is changed to example.com): AuthenticationError.CLIENT_EMAIL_INVALID @ ; trigger:'client_1+adwords.t...@example.com' Service[Ca

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-12-29 Thread AdWords API Advisor
s message: AuthenticationError.CLIENT_EMAIL_INVALID @ ; > trigger:'1+takassu...@gmail.com' Service[CampaignService.mutate] > > when I try to create a campaign in my SandBox account. > > This is my  auth.ini : > > email = "takassu...@gmail.com" > userAgent = "T18" > developerToken

[SANDBOX] AuthenticationError.CLIENT_EMAIL_INVALID

2010-12-28 Thread Rodrigo
Hello I´m gettin this message: AuthenticationError.CLIENT_EMAIL_INVALID @ ; trigger:'1+takassu...@gmail.com' Service[CampaignService.mutate] when I try to create a campaign in my SandBox account. This is my auth.ini : email = "takassu...@gmail.com" userAgent = "T18&q

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-11-10 Thread AdWords API Advisor
a fresh copy of the PHP Libary > > > > > code. > > > > > > This is roughly the code I'm using (with fake Client/Report ID's): > > > > > > $user = new AdWordsUser(); > > > > > $user->SetClientId('123-456-7890'); > > >

Re: AuthenticationError.CLIENT_EMAIL_INVALID on CampaignService but not on AccountService

2010-11-09 Thread AdWords API Advisor
Hi Zweitze, In the AdWords web interface, under My Account -> Account access, this clientEmail is listed as "Your old, shared login". This means the login isn't associated with a Google account, and it may cause problems with the v2009 and v2010 versions of the API. In these cases the recommende

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-11-09 Thread je...@getsidecar.com
d reports. > > > > > I'm using the Live API Servers and a fresh copy of the PHP Libary > > > > code. > > > > > This is roughly the code I'm using (with fake Client/Report ID's): > > > > > $user = new AdWordsUser(); > > > >

AuthenticationError.CLIENT_EMAIL_INVALID on CampaignService but not on AccountService

2010-11-08 Thread Zweitze
Hi all, I have a number of accounts, which cannot be accessed by the CampaignService. However, these accounts can be accessed by the AccountService. RequestIds: f0fcdb7a5435c1f4d11a8d61d33acf3e 10c99c19d832f8cd559594d8c0922da2 Now the client email addresses are indeed not email addresses, but th

Re: AuthenticationError.CLIENT_EMAIL_INVALID with a specific client email

2010-11-04 Thread AdWords API Advisor
lient have a set of campaigns. For > three specific clients we are unable to obtain information of the > campaign and we have the following error: > AuthenticationError.CLIENT_EMAIL_INVALID > For all other clients work fine. > In API v13 we could obtain information from the campaign

AuthenticationError.CLIENT_EMAIL_INVALID with a specific client email

2010-11-03 Thread live_ines
Hi, We have a set of clients and each client have a set of campaigns. For three specific clients we are unable to obtain information of the campaign and we have the following error: AuthenticationError.CLIENT_EMAIL_INVALID For all other clients work fine. In API v13 we could obtain information

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-10-18 Thread live_ines
Thank you very much for your help. The aplication that I'm migrating to v2009 was developed using no client Library. It was develop on vb.NET. I have fixed the problem with the AuthenticationError.CLIENT_EMAIL_INVALID and them I have another error when I try to get the stats on campaignSe

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-10-18 Thread AdWords API Advisor
n Oct 18, 4:07 pm, live_ines wrote: > Hi, > I'm new in using Adwords api. I'm tring to migrate my aplication to > v2009 but I have following error: > System.Web.Services.Protocols.SoapException: > AuthenticationError.CLIENT_EMAIL_INVALID &g

AuthenticationError.CLIENT_EMAIL_INVALID

2010-10-18 Thread live_ines
Hi, I'm new in using Adwords api. I'm tring to migrate my aplication to v2009 but I have following error: System.Web.Services.Protocols.SoapException: AuthenticationError.CLIENT_EMAIL_INVALID Could someone help me please -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-09-23 Thread AdWords API Advisor
$user = new AdWordsUser(); > > > $user->SetClientId('123-456-7890'); > > > ReportUtils::DownloadReport(123456, 'report.csv', $user); > > > > The report file is successfully saved, but contains the following text > > > (I've

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-09-22 Thread je...@getsidecar.com
Report ID's): > > > $user = new AdWordsUser(); > > $user->SetClientId('123-456-7890'); > > ReportUtils::DownloadReport(123456, 'report.csv', $user); > > > The report file is successfully saved, but contains the following text > >

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-08 Thread aBsTrAcT
> > Thanks. > > > > On Sep 6, 1:06 pm, aBsTrAcT wrote: > > > > > Hi, > > > > I am using php lib. When I Add a Campaign on live, it gives me this > > > > error: > > > > AuthenticationError.CLIENT_EMAIL_INVALID > > > > &

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-08 Thread aBsTrAcT
gt; > > Hi, > > > > I am using php lib. When I Add a Campaign on live, it gives me this > > > > error: > > > > AuthenticationError.CLIENT_EMAIL_INVALID > > > > > If I enter client id xxx-xxx- in place of email, it gives this > > > > error: > > >

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-07 Thread AdWords API Advisor
, 4:32 pm, aBsTrAcT wrote: > > > > > Anyone available? Need urgent response. > > > Thanks. > > > On Sep 6, 1:06 pm, aBsTrAcT wrote: > > > > Hi, > > > I am using php lib. When I Add a Campaign on live, it gives me this > > > error: > &g

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-07 Thread aBsTrAcT
? On Sep 6, 4:32 pm, aBsTrAcT wrote: > Anyone available? Need urgent response. > > Thanks. > > On Sep 6, 1:06 pm, aBsTrAcT wrote: > > > Hi, > > I am using php lib. When I Add a Campaign on live, it gives me this > > error: > > Authentic

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-06 Thread aBsTrAcT
Anyone available? Need urgent response. Thanks. On Sep 6, 1:06 pm, aBsTrAcT wrote: > Hi, > I am using php lib. When I Add a Campaign on live, it gives me this > error: > AuthenticationError.CLIENT_EMAIL_INVALID > > If I enter client id xxx-xxx- in place of email, it

AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-06 Thread aBsTrAcT
Hi, I am using php lib. When I Add a Campaign on live, it gives me this error: AuthenticationError.CLIENT_EMAIL_INVALID If I enter client id xxx-xxx- in place of email, it gives this error: AuthenticationError.CUSTOMER_NOT_FOUND About this client Email address, I am able to login to adwords

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-08-24 Thread AdWords API Advisor
d, but contains the following text > (I've replaced the actual Report ID with "123456"): > > !!!1|||123456|||AuthenticationError.CLIENT_EMAIL_INVALID??? > > The DownloadReport function also throws "ReportDownloadException". > > I've tried the client ID in the above format (str

AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-08-23 Thread Kyle (NBM)
d the actual Report ID with "123456"): !!!1|||123456|||AuthenticationError.CLIENT_EMAIL_INVALID??? The DownloadReport function also throws "ReportDownloadException". I've tried the client ID in the above format (string, with hyphen separators), string (no hyphens), and Intege

AuthenticationError.CLIENT_EMAIL_INVALID

2010-06-09 Thread ramonpoli
Hello everyone I'm getting this error and my client email is in the form: client_1+myemail...@mydomain.com I think is correct, so I don't know why it gives me the error. thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: v200909 sandbox throwing unexpected AuthenticationError.CLIENT_EMAIL_INVALID error

2010-06-07 Thread Ben Broadhurst
  ) > >             [defaultServer:private] =>https://adwords-sandbox.google.com >             [defaultVersion:private] => v200909 >             [logsDirectory:private] => /home/www/top.net/httpdocs/logs >         ) > > ) > :--- > Fatal error: Uncaught So

v200909 sandbox throwing unexpected AuthenticationError.CLIENT_EMAIL_INVALID error

2010-06-07 Thread Ben Broadhurst
ultServer:private] => https://adwords-sandbox.google.com [defaultVersion:private] => v200909 [logsDirectory:private] => /home/www/top.net/httpdocs/logs ) ) :--- Fatal error: Uncaught SoapFault exception: [soap:Server] AuthenticationError.CLIE

Re: AuthenticationError.CLIENT_EMAIL_INVALID on V2009 services only

2010-04-28 Thread Marco
t; >         > > > > > --- > > > > > http://schemas.xmlsoap.org/soap/envelope/";> > >         > >                 > xmlns="https://adwords.google.com/api/adwords/cm/ > > v200909"> > >                         > > 0b11991f1c0ae9e1800

Re: AuthenticationError.CLIENT_EMAIL_INVALID on V2009 services only

2010-04-28 Thread AdWords API Advisor
> >         >                 xmlns="https://adwords.google.com/api/adwords/cm/ > v200909"> >                         > 0b11991f1c0ae9e1800cd86cd6f0754f >                         0 >                         3715 >                         0 >                 >         >    

AuthenticationError.CLIENT_EMAIL_INVALID on V2009 services only

2010-04-27 Thread Marco
;> 0b11991f1c0ae9e1800cd86cd6f0754f 0 3715 0 soap:Server Authenticatio

AdWords API Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-03-17 Thread AdWords API Advisor
ill seeing a lot of > AuthenticationError.CLIENT_EMAIL_INVALID errors which failed our bid > update. Any suggestion on a workaround? > > thanks > Jeff > > On Mar 15, 7:17 am, AdWords API Advisor > wrote: > > > > > Hi Jeff, > > > We recently pushed out

AdWords API Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-03-16 Thread Achal Rastogi
Hi Eric, I just upgraded our java client lib to 7.1.0. It resolved the memory issue but I am still seeing a lot of AuthenticationError.CLIENT_EMAIL_INVALID errors which failed our bid update. Any suggestion on a workaround? thanks Jeff On Mar 15, 7:17 am, AdWords API Advisor wrote: > Hi J

AdWords API Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-03-15 Thread AdWords API Advisor
ere stress > testing api 2009 migration. weird thing is it is intermittent for the > same email/account. > > Caused by: AuthenticationError.CLIENT_EMAIL_INVALID @ ; trigger:'sam > +go...@... > > we simply propagate the email to the credentials map like this: > creden

AdWords API AuthenticationError.CLIENT_EMAIL_INVALID

2010-03-12 Thread jeff
got the error below during bid value update while we were stress testing api 2009 migration. weird thing is it is intermittent for the same email/account. Caused by: AuthenticationError.CLIENT_EMAIL_INVALID @ ; trigger:'sam +go...@... we simply propagate the email to the credentials map