Hello,

I could change the customer id on the old SDK as below.

$user = new AdWordsUser ();
$user->LogAll ();
$user->SetClientCustomerId (1111111); // <---- this one

I have not found out how to do this on the new SDK. We need to change this 
value because there are multiple users who use our advertising panel. How 
are we going to do?

$session = (new AdWordsSessionBuilder ())
->fromFil ()
->withOAuth2Credential($oAuth2Credential)
->build ();

$dession->SetClientCustomerId (111111); // <---- like this

Thnx.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d7839ffd-7917-4856-85f3-d2b7e7671c19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [PHP SDK] - How... Arce Yazilim

Reply via email to