Re: Sandbox - getting all campaigns across all accounts, php (v200909)

2010-07-15 Thread atari-i
Thanks for that! On Jul 7, 8:20 pm, AdWords API Advisor wrote: > Hi, > > It isn't possible to make requests across client accounts, and each > request can only operate against a single client account.  Requests > made without specifying a client ID (clientEmail or clientCustomerId) > are made aga

Re: Sandbox - getting all campaigns across all accounts, php (v200909)

2010-07-07 Thread AdWords API Advisor
Hi, It isn't possible to make requests across client accounts, and each request can only operate against a single client account. Requests made without specifying a client ID (clientEmail or clientCustomerId) are made against the MCC account, which can't have any campaigns. Best, - Eric Koleda,

Sandbox - getting all campaigns across all accounts, php (v200909)

2010-07-06 Thread atari-i
I've been using the PHP ClientLibrary & the Sandbox to run the included examples - and I've added some Campaigns for a couple of different accounts (setting different clientId in auth.ini) and all seems to be working fine. But the end goal is to get all campaigns across all accounts - and when i t