Many thanks for you response. But when i trying to fetch targeting as in you example, i get a `Credential could not be refreshed. (OfflineCredentials.java:149)` error.
I use the next code sample for scala: val cId = "cliendId" val cs = "clientSecret" val r = "refreshToken" val oAuth2Credential = new OfflineCredentials.Builder() .forApi(Api.ADWORDS) .withClientSecrets(cId, cs).withRefreshToken(r) .build() .generateCredential() val session = new AdWordsSession.Builder() .fromFile() .withOAuth2Credential(oAuth2Credential) .build() val adWordsServices = new AdWordsServices() val campaignCriterionService = adWordsServices.get(session, classOf[CampaignCriterionServiceInterface]) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b2de2d02-de2d-4943-a716-2b39c32982b6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.