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