Hi Team,

I found I lost in the document you provided for new Google Ads API.  
For example, I know how to get customer detail information, but I know it 
from your example code as below. 

def main(client, customer_id):
    customer_service = client.get_service('CustomerService', version='v2')

    resource_name = customer_service.customer_path(customer_id)

    try:
        customer = customer_service.get_customer(resource_name=resource_name)
    except google.ads.google_ads.errors.GoogleAdsException as ex:
        pass



*My Questions is :*
where I can find there is a method called 'customer_path' and 'get_customer' 
under service 'CustomerService' ?

The only way I found right now is dive deep into the python source code.


Wenjun Yang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3caa296e-eb08-4dc1-8939-2d26ba77cc31%40googlegroups.com.

Reply via email to