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/e1075241-0bf9-4c9f-966f-5260020c399e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to