Hi,

I am sure , I am passing correct user name and password.
I am using MCC account and I have hundred client accounts.

Here I am giving you the piece of code.

AdWordsUser user = null;
adWordsUser = new AdWordsUser(propertyfile);
adWordsUser  = adWordsUser .generateClientAdWordsUser
(clientCustomerId);


CampaignServiceInterface campaignService = null;

        try {
            campaignService = user.getService
(AdWordsService.V200906.CAMPAIGN_SERVICE);
        } catch (ServiceException e) {
            logger.error("getCampaignService: Email:["+user.getEmail()
+"]ClientEmail:["+user.getClientEmail()+"]ClientCustomerId:
["+user.getClientCustomerId()+"]DeveloperToken:
["+user.getDeveloperToken()+"]applicationToken:
["+user.getApplicationToken()+"]Password:["+user.getPassword()+"]
ServiceException:"+ e);
            e.printStackTrace();
        }


In failure case I am writing the user information.


Please advice.





On Oct 16, 6:52 pm, AdWords API Advisor <[email protected]>
wrote:
> Hi Sreenu,
>
> Please double-check the username and password you are using to log
> in.  After a number of failed logins your account may become locked.
> If this is the case, you will need to unlock your account by
> completing the CAPTCHA 
> here:https://www.google.com/accounts/displayunlockcaptcha.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Oct 16, 4:51 am, sreenu <[email protected]> wrote:
>
> > Hi,
> > Yesterday when I were trying to add adgroups and updating keywords in
> > production using java api v200906,
> > I got below error : "Could not get ClientLogin token for user"
> > what is that mean ? How can I reproduce this ?
>
> > Please advice me.
>
> > Thanks,
> > Sreenu.

--

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=.


Reply via email to