Hi Wei, Unfortunately, when working with multiple client accounts, you would need to send a request for each account individually. Therefore, to fetch data from an AdWords account, you would need to send a new GET request for that account. You can do so either by changing the clientCustomerId in your properties file (if you use a properties file to create an AdWords session) or updating the variable value (in case you create an AdWords session directly from associative properties, as shown in this example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/auth/CreateAdWordsSessionWithoutPropertiesFile.java>). To understand what counts as an operation, please refer to this document <https://developers.google.com/adwords/api/docs/ratesheet>.
Regards, Vishal, 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/cb825953-b5c0-4f56-a2bb-8bba6553d73b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
