Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, Have you set your clientCustomerId (your MCC account ID) in App.config? Cheers, Thanet, AdWords API Team On Monday, April 20, 2015 at 10:29:19 PM UTC+9, MWA wrote: Hi I have a same problem in and I'm using PHP. I cannot figure out the problem. My code is same as here

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread MWA
I am using PHP client library. I assume you are talking about auth.ini and section ; Uncomment to make requests against a client account. ; clientId = INSERT_CLIENT_CUSTOMER_ID_HERE I have a question do I have to change it every time I download adwords data of a client? And this is my client's

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread MWA
Thank you very much it worked. After I set clientCustomerId to my MCC Id in auth.ini On Thursday, April 9, 2015 at 11:59:48 AM UTC+5, Aswini wrote: Hi I got CLIENT_CUSTOMER_ID_IS_REQUIRED Error Error ManagedCustomerService in .net Client library. please check the code below

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-21 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, Sorry for my wrong words. I mistakenly thought you use .NET. And yes, the clientCustomerId I mentioned is in the auth.ini https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/auth.ini#L13 file (line 13). Regarding you another question, as I pointed out

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-20 Thread MWA
Hi I have a same problem in and I'm using PHP. I cannot figure out the problem. My code is same as here https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201502/AccountManagement/GetAccountHierarchy.php $user = new AdWordsUser(); $user-LogDefaults(); // Get the

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-15 Thread Aswini
Thanks!! Praneenararat. Its working now actually we confused about Customer Id and Client Customer Id(Child accounts) On Thursday, April 9, 2015 at 9:05:44 PM UTC+5:30, Thanet Knack Praneenararat (AdWords API Team) wrote: Hi, Sorry for my brief response. I did understand your situation but

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-09 Thread Aswini
Could you please try to understand issue. Test Mcc account have multiple clients(around 60 ), We can't take each and every Client Id from Mcc account and store into Local DB. Solving this manual process we did automated with following code which was version *v201406 * *Code: *

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-09 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Aswini, Have you set your clientCustomerId in App.config? Cheers, Thanet On Thursday, April 9, 2015 at 10:53:06 AM UTC+1, Aswini wrote: HI Marcin, *Actually i need to download Client id from MCC account. Is there any way to download ?? version v201406 using of *ManagedCustomerService i

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-09 Thread Marcin Gdak
Hi Aswini, You must have CustomerId before the request to ManagedCustomerService. CustomerId you can charge from Customer Service https://developers.google.com/adwords/api/docs/reference/v201502/CustomerService . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-09 Thread Aswini
HI Marcin, *Actually i need to download Client id from MCC account. Is there any way to download ?? version v201406 using of *ManagedCustomerService i downloaded Client Id's. after migrating into *v201409 i am facing these issue. Is there any way to download all client Id's from MCC account

ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-09 Thread Aswini
Hi I got CLIENT_CUSTOMER_ID_IS_REQUIRED Error Error ManagedCustomerService in .net Client library. please check the code below ManagedCustomerService managedCustomerService = (ManagedCustomerService)user.GetService(

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-09 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, Sorry for my brief response. I did understand your situation but my response seemed not. :-) Actually, I intended to ask if you have tried filling in the clientCustomerId of* your MCC account *in App.config? If you do so and all child accounts are really linked to your MCC account, they