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, AdWords API Team

On Jan 26, 9:33 am, blt <[email protected]> wrote:
> I need some help in getting started.
> Based upon the clientid provided by user, want to run the php scripts
> from the php client library.
> But I dont see any way out to dynamically work on the clientid, as the
> clientid is directly  fetched from the auth.ini file in the client
> library.
> I know that, now I have to either dynamically change the clientid in
> the authini file or in the AdWordsUser.php file, but i want to know
> that, is there any other easy way out. If not, then how can i do it
> for above?

-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.

Reply via email to