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 above, you can fill in 
your *MCC account ID* instead of each child account's customer ID.

Provided that your clients' accounts are already linked as your child 
accounts, you should be able to download reports related to those accounts.
You don't need to specify your child accounts' customer ID one by one.

Cheers,
Thanet, AdWords API Team

On Tuesday, April 21, 2015 at 5:06:17 PM UTC+9, MWA wrote:
>
> 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 customerId not mine agency ID.
> I have some client and I download their reports and also check that either 
> they have accepted request or not.
>
> Please guide me through this.
>
> 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 
>>
>>             ManagedCustomerService managedCustomerService = 
>> (ManagedCustomerService)user.GetService(
>>                           AdWordsService.v201409.ManagedCustomerService);
>>
>>             // Create selector.
>>             Selector selector = new Selector();          
>>             selector.fields = new String[] { "CustomerId", "Name" };
>>             try
>>             {
>>                 ManagedCustomerPage page = 
>> managedCustomerService.get(selector); 
>>              }
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2b776423-7ec6-409e-a2a2-bbcc339f66bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to