Hi Gavin. Based on http://code.google.com/p/google-api-adwords-java/source/browse/trunk/src/com/google/api/adwords/lib/AdWordsUser.java
construction like yours: AdwordsUser adwordsUser = new AdWordsUser(masterAccountEmail, masterAccountPassword, accountId, userAgent, developerToken); should work. If you sure that problem is in the client library - you better to open issue in bug tracker. I'm not familiar with Java, but in this situation I think that best solution is debug all actions of library step by step. You will be able too see how library operates with your data and what it expects. It is a little boring, but faster than waiting answer for 2-3 days. Regards, Evgeniy. On 9 янв, 11:29, Gavin Hardie <[email protected]> wrote: > I've tried all sorts of combinations that I can think of. I'm still > not having any success. > > I'm sometimes getting the response AuthenticationError.NOT_ADS_USER. > > Is there any documentation about how to how to use MCC credentials to > access your accounts? Has this possibly been deprecated with the move > to using clientID values? > All the sample code uses an adwords.properties file. I cant find any > documentation on how to set that up if you using a MCC. > > Any help/advice would be greatly appreciated. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
