Hi, Looks like you are getting started with the AdWords API. Have you taken a look at our sign up <https://developers.google.com/adwords/api/docs/guides/signup> guide and make you first API call <https://developers.google.com/adwords/api/docs/guides/signup> guides? If not, please go ahead and take a look.
1. The client id and client secret needs to be created from the Google developers console during the oAuth <https://developers.google.com/adwords/api/docs/guides/first-api-call#set_up_oauth2_authentication> setup. 2. The refresh token will be have to be generated with the client credentials given above which is described in the oAuth setup guide too. 3. Client customer Id is the id of your AdWords accounts against which you will be making the API calls. 4. Developer token will have to be generated from your production MCC account by following the steps listed here <https://developers.google.com/adwords/api/docs/guides/signup#step_2_apply_for_access_to_the_adwords_api> . Regarding your question about thread safety, classes defined in the new java library, like most classes in Java, are not threadsafe. Also, the AdWords ReportDownloader is lightweight but not threadsafe. Please check this guide <https://github.com/googleads/googleads-java-lib/wiki/Thread-Safety> for additional reference on thread safety in Java library. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5055e20f-f744-4e35-969c-854a05d249d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
