Hi, You could use the extended constructor for AdWordsUser (see http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#109) or use an appropriate setter ( http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#343). It is not mandatory to provide values for all the keys in your auth.ini.
Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 28 October 2012 07:46:11 UTC+5:30, Mirror wrote: > > Hello! > > Please tell me, why there is a line in the auth.ini with the settings client > ID?? > > ; Uncomment to make requests against a client account. > ;clientId = "......" > > > It's configuration file. Why do we need to specify ClientID in ini file?? If > we need !different! clientID each time when we start > Example/GetCampaings.php? > > How to transfer clientID from GetCompaings.php to auth.Ini file? Or how > specified > clientID directly in GetCampaings.php? > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
