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
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