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

Getting campaigns for ALL clients

2010-09-21 Thread adwords.d...@4walls.us
Hi Everyone, I am using the latest PHP api code. In our MCC we have around 10 accounts linked together, with various campaigns and ad groups. I am trying to get stats for ALL of them. I am able to login to the MCC with my developer account and view all of the various clients and campaigns vie