What can be done to rectify the error
Attaching the error below:
(<_InactiveRpcError of RPC that terminated with: status =
StatusCode.INVALID_ARGUMENT details = "Request contains an invalid
argument." debug_error_string = "UNKNOWN:Error received from peer
ipv6:%5B2404:6800:4009:80
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
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
Hello,
When I call the changeStatus interface using the Google ads API, I need to
pass a 'last_change_date_time' Time parameter,
Based on my understanding,
This time is actually an account time zone, so I need to convert our time
in Shanghai to this account time zone. When I used JAVA code to co