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
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
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