Hello

I'm requesting my customer/account informations using the GoogleAdsService 
as below.
The response given sometimes has the field descriptive_name empty. I others 
fields about this customer_id are returning fine.

Could you help me with this issue?


ga_client = GoogleAdsClient.load_from_dict(google_credentials)
ga_service = ga_client.get_service(
                "GoogleAdsService",
                version='v10'
            )
query_customer = """
        SELECT
        customer_client.client_customer,
        customer_client.level,
        customer_client.manager,
        customer_client.descriptive_name,
        customer_client.currency_code,
        customer_client.time_zone,
        customer_client.id,
        customer_client.status
        FROM customer_client
        WHERE customer_client.manager = False and customer_client.status = 
ENABLED
    """

response = ga_service.search(
                        query=query_customer
                        ,customer_id=str(customer_id)
                    )

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/77859b83-1f8e-4ac4-975e-f6cad9b86703n%40googlegroups.com.
  • Em... Lucas Oliveira
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Lucas Oliveira

Reply via email to