RE: google ads' php library does not work properly

2023-05-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for the updates. It’s good to know that you have found a workaround for your issue to be resolved. However, if you have additional questions regarding this, I would suggest you reach out instead to the python client library owner via this link (https://github.com/googleads/google

Re: Google ads' php library does not work properly

2023-05-19 Thread 2022 Tony
I found that the proxy set in the config file doesn't really work, because some requests (e.g. request oauth2) don't use the proxy, you have to set the global proxy to solve this problem, which causes a new problem that setting the global proxy affects other requests in the application. Hopefu

Google ads' php library does not work properly

2023-05-18 Thread 2022 Tony
My google php library can't request data through a proxy, but the python version can. I'm sure my proxy is working, is there somewhere in the php library where I forgot to set the proxy? This error is prompted: Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 35: OpenSSL S