Hi Sumit We do this for several clients.
The basic process is: 1. Call the ServicedAccountService to get the account and sub-accounts. 2. For each account without any sub-accounts, run the report (we download xml) 3. We then use an iterator to present the results as a single result set to the consuming services. This is the essence of it. Our implementation differs only in that we call the ServicedAccountService once a day and store the result in a database. We then do a look up against that rather than calling the ServicedAccountService for every report request. David On Monday, 2 July 2012 10:18:45 UTC+1, sumit gupta wrote: > > Hi , > > I am newbie with adwords API. I am trying to pull out keyword performance > report for all my adwords account. I am able to do it individually using > account credentials. > > But I have around 10 accounts in my MCC and want to pull keyword > performance report for all of them together. Is there a possible way ? > > I used the example code provided in python client library. > > Please suggest a way using which I can perform the above mentioned task. > > Thanks a lot , > Sumit > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
