GoogleAdsServerFault: Server Error

2019-06-26 Thread cyan
Hi, I'm using googleads python client, to pull ad objects from Adwords API. The query occassionally throws this error: GoogleAdsServerFault: Server Error (without other error message). Does anyone know why this happened? Thanks. Below's my sample code: from googleads import adwords def get_a

Why do I get the account budget interface through the Google Ads api, but the account budget information is not obtained.

2022-04-19 Thread Cyan
Why do I get the account budget interface through the Google Ads api, but the account budget information is not obtained. Account CID: *474-143-6315* All other accounts can get the account budget information, but the account budget cannot be obtained for this account id. -- -- =~=~=~=~=~=~=~=

Re: Unrecognized fields in customer_user_access

2020-11-18 Thread Cyan
Thanks Matt. I have upgraded the google ads api version from V4 to V6. After debugging, I found that the problem has been resolved and customer_user_access can be used normally. Thank you, Cyan 在2020年11月18日星期三 UTC+8 上午5:20:53 写道: > Hi Cyan, > > I don't see any issue with th

Is there an API interface that can invite users to access Google Ads accounts.

2020-11-22 Thread Cyan
Hello Team Is there an API interface that can invite users to access Google Ads accounts. Thanks, Cyan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Create billing setup, request failed.

2021-01-07 Thread Cyan
S REQUEST SUMMARY. Method: google.ads.googleads.v6.services.BillingSetupService/MutateBillingSetup, Endpoint: googleads.googleapis.com:443, CustomerID: 5060762588, RequestID: dlvTZflBhnb-MBadccoBvA, ResponseCode: OK, Fault: null. Thank you cyan -- -- =~=~

Re: Create billing setup, request failed.

2021-01-07 Thread Cyan
Hi Matt, One of the amazing things I find is when I'm building AccountBudget, If a proposed_spending_limit_micros is equal to 0, then the request fails, and if a proposed_spending_limit_micros is equal to 10_000, then the request succeeds. Thankyou cyan 在2021年1月8日星期五 UTC+8 上午2:50:

Failed to create a bill, associated with an existing account

2021-01-14 Thread Cyan
gleads.v6.errors.GoogleAdsException: errors { error_code { request_error: RESOURCE_NAME_MALFORMED } message: "Resource name \'2338-3104-9327-7072\' is malformed: expected \'customers/{customer_id}/paymentsAccounts/{payments_account_id}\'." } Thanks cyan -- -- =