AdWords API Re: get client id from user and work on that client...

2010-01-27 Thread blt
Thank you very much. On Jan 27, 10:36 am, AdWords API Advisor wrote: > Hi, > > You can change the clientId (clientEmail or clientCusotmerId header) > by using the AdWordsUser method SetClientId(): > >   $user->SetClientId("123-456-7890"); > > After making this call you will need to get new instan

AdWords API Re: get client id from user and work on that client...

2010-01-27 Thread AdWords API Advisor
Hi, You can change the clientId (clientEmail or clientCusotmerId header) by using the AdWordsUser method SetClientId(): $user->SetClientId("123-456-7890"); After making this call you will need to get new instances of your services that are configured with this new value. Best, - Eric Koleda,