RE: click data retrieval taking too long

2023-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rami, Thank you for reaching out to the Google Ads API Forum Channel. Please do note that the performance of operation in your code depends on the environment in which you are running your python program (e.g. OS Platform and Distribution, Python version, etc.). I would suggest reaching ou

Re: Click data retrieval taking too long

2023-06-03 Thread Rami Hani
This is the function call client = GoogleAdsClient.load_from_storage("../google-ads.yaml") try: clicks = main(client, CLIENT_CUSTOMER_ID, START_DATE, END_DATE) except GoogleAdsException as ex: print( f'Request with ID "{ex.request_id}" failed with status ' f'"{ex.error.cod

Click data retrieval taking too long

2023-06-03 Thread Rami Hani
I'm experiencing difficulties with retrieving click view data efficiently. I'm currently running a brand campaign, resulting in a large number of daily clicks (over 500,000). Previously, I was able to retrieve the data successfully, but now the process takes more than an hour and eventually fai