I've got CustomerClient  during 1 month. But today, i coudn't get 
CustomerClient because it returned empty. I really don't know why, my code 
didn't change!
Please help me, thank you in advance
Here my code:

query = ('SELECT '
         'customer.currency_code, '
         'customer.resource_name, '
         'customer_client.id '
         'FROM ' 
         'customer_client')

results = ga_service.search(manager_id, query=query, page_size=page_size)
list = []
try:
    for row in results:
        list.append(row.customer_client.id.value)
except Exception as ex:
    cfg.log_file(constant.LOG_TYPE_ERROR, constant.LOG_GOOGLE_ADS, str(ex))
    print(ex)
return  list

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aa0bfb59-3917-4283-a56b-c220101bef1b%40googlegroups.com.

Reply via email to