Hi I am not using any Client Library Provided by Google. I am using straight AWQL URI and headers in POSTMAN and it works well with one Clientcustomerid. How can I do same for multiple accounts.
I tried comma separated value but it does not work. Regards Ritesh On Wednesday, January 24, 2018 at 1:49:46 AM UTC+5:30, Milind Sankeshware (AdWords API Team) wrote: > > Hi Ritesh, > > Could you please confirm that you are trying to fetch the data for all > accounts directly under a MCC account? If this is the case, then please > check this sample java code > <https://developers.google.com/adwords/api/docs/samples/java/reporting#parallel-report-download> > > to download the reports. If not, then you could pass the client customer id > during the run-time instead of defining it in the properties file. To > understand how to do that, please check this line > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201710/reporting/ParallelReportDownload.java#L155> > > in the above sample. Please note that, in the second case, the user > authenticating the API call should be same for all the accounts. > > Thanks, > Milind, 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/f2c6822d-ff9d-4ce4-9736-7626c30a34ce%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
