Re: Assistance with a Python code

2021-07-16 Thread Ujval Gandhi
Hope this work? On Friday, July 16, 2021 at 10:38:48 AM UTC-4 adsapi wrote: > Hello, > > Thanks for sending over more information. However for our team to best > investigate, can you please provide us with the complete request and > response? We do not need the Python code, just the request an

Re: Assistance with a Python code

2021-07-15 Thread Ujval Gandhi
Attached is the code and response On Thursday, July 15, 2021 at 4:26:38 PM UTC-4 adsapi wrote: > Hello, > > Thanks for reaching out. Can you please provide us with the complete > request and response logs so that we can take a closer look? > > Thanks, > Matt > Google Ads API Team > > [image: Goo

Assistance with a Python code

2021-07-14 Thread Ujval Gandhi
Team I am having some issues trying to get the code to work and download the data in a csv format customer_service = client.get_service("CustomerService") resource_name = customer_service.customer_path(customer_id) customer = customer_service.get_customer(resource_name=resource_name) ga_service