Re: Migrating from v201209 to v201306 with OAUTH2 but NO DATA BEING RETURNED

2013-08-26 Thread Larry Williamson
How would we adjust clientCustomerId in the PHP sdk? Previously $user->setClientID worked, but it doesn't seem to any longer.. On Tuesday, August 20, 2013 1:09:49 AM UTC-4, Takeshi Hagikura (AdWords API Team) wrote: > > Hi, > > Apologies for responding it late. > Can you please include clientC

ManagedCustomerService and $user->SetClientId($acct->customerId); no longer works in v201306

2013-08-26 Thread Larry Williamson
I am migrating some code from v201209 to v201306 and OAuth2 -- I have authentication working, and I can use ManagedCustomerService to get the customer IDs, IE: $managedCustomerService = $user->GetService('ManagedCustomerService', ADWORDS_VERSION); $selector = new Selector(); $select