You're using an email for the clientId here, which I don't think works anymore. You need to use the numeric customer id that can be retrieved via the ServicedAccountService.
On Feb 22, 3:29 am, juststartgg <[email protected]> wrote: > i use java to develop Google API and i use adword properties file > do i have to specify some special value here in this properties file, > except useSandbox=true > > [email protected] > password=mypass > [email protected] > useragent=INSERT_COMPANY_NAME > [email protected]++USD > useSandbox=true > partialFailure=false > returnMoneyInMicros=false > > please help to sugguest, or i have to add more code in my java to call > CampaignService.get() > On Feb 22, 1:36 am, David Bonner <[email protected]> wrote: > > > > > > > > > You don't need a developer token to use sandbox. > > Seehttp://code.google.com/apis/adwords/docs/sandbox.htmlformore details. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
