Re: Getting campaigns for ALL clients

2010-09-24 Thread AdWords API Advisor
Hi Dave, You can retrieve the child accounts using AccountService, see http://code.google.com/apis/adwords/docs/developer/AccountService.html for details. Also, could you post a requestId for an API call that returned the random campaign id? I could look up the logs and investigate for further det

Re: Getting campaigns for ALL clients

2010-09-22 Thread Dave
Hi Anash, Thanks for helping clear this up for me. Do you have any idea why I still receive 1 random campaign when querying the CampaignService with no clientEmail specified? Also, is there any API service which allows you to query for a list of client accounts? This would make it much more scale

Re: Getting campaigns for ALL clients

2010-09-22 Thread AdWords API Advisor
Hi Dave, When making calls to AdWords API, you generally have to make calls against one account at a time. But since you are trying to retrieve stats alone, you could try the ReportService instead. You can generate a report with crossClient = true to pull the stats for all the client accounts in a

Re: Getting campaigns for ALL clients

2010-09-22 Thread Dave
Can anyone shed any light on this issue? I could really use some help. To simplify it a bit, the question I really need answered is, can you make requests against the Campaign and AdGroupAd services for ALL client accounts, or is it necessary to do each one individually. On Sep 21, 8:25 am, "adwo