Re: Setting ClientCustomerId using ReportUtilities

2013-10-15 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please use SetClientCustomerIdmethod in AdWordsUser.php. Best, - Takeshi, AdWords API Team On Saturday, October 12, 2013 8:16:06 AM UTC+9, st...@uhuhh.com wrote: > > Hello th

Re: Setting ClientCustomerId using ReportUtilities

2013-10-14 Thread store
Hello there! How can I do it with PHP library v201309 ? Best Regards! AL El viernes, 30 de agosto de 2013 11:47:30 UTC-5, Anash P. Oommen escribió: > > Hi Martin, > > Yes, this can be done as follows: > > AdWordsAppConfig config = (AdWordsAppConfig) user.Config; > config.ClientCustomerId =

Re: Setting ClientCustomerId using ReportUtilities

2013-08-30 Thread Anash P. Oommen
Hi Martin, Yes, this can be done as follows: AdWordsAppConfig config = (AdWordsAppConfig) user.Config; config.ClientCustomerId = xxx; Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 30 August 2013 12:13:38 UTC+1, Martin wrote: > > Hi, > > we are using ReportUtilities to retrieve accoun