google-ads-php
google-ads-php copied to clipboard
Google Ads API Client Library for PHP
[DO NOT INCLUDE ANY PERSONAL OR SENSITIVE DATA - MAKE SURE TO REDACT CONTENT WHEN NECESSARY] **Your question:** The encountered internal error is not catchable. I attempted to catch the...
Since [v20.1.0](https://github.com/googleads/google-ads-php/releases/tag/v20.1.0), we started including both the [GAPIC v2 source code](https://developers.google.com/google-ads/api/docs/client-libs/php/gapic) and the previous version of source code (GAPIC v1). The GAPIC v2 source code serves as preparations for new...
See https://github.com/googleapis/gax-php/issues/458 Users are hoping to configure GAPIC clients from the Ads client surface, but it's currently not possible. Users need to create the GAPIC clients directly in order to...
I run the example /examples/AccountManagement/GetAccountHierarchy.php I get the error: E0607 15:12:20.999274294 40902 ssl_transport_security.cc:1420] Handshake failed with fatal error SSL_ERROR_SSL: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED. I am connected to the network through a proxy...
The code in examples/ErrorHandling/HandleKeywordPolicyViolations.php doesn't work because policy violations of a keyword are thrown as ApiExceptions and not as GoogleAdsExceptions. For instance, here are the first lines an error received...
Hi, I am in the process of updating my code to use the latest version of the library. To ensure that the current working environment continues to function properly, I...
**Your client library and Google Ads API versions:** * Client library version: `v23.0.1` * Google Ads API version: `V16` **Your environment:** * The PHP version: `8.3`. **Description of the bug:**...
Hello, I'm currently setting everything up, and I'm getting several deprecated messages from "ulrichsg/getopt-php/src/GetOpt.php". I am using PHP 8.1. Is there an updated version for the GetOpt.php somewhere ? Or...
We are currently using v17 with php SDK `v24.0.0`. The request id is null for the conversion upload client for e.g ``` public function getConversionUploadClient(): ConversionUploadServiceClient { $oAuth2Credential = (new...
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1728553630.485312 17572 channel.c:275] [Warning] The number of channel for the target googleads.googleapis.com:443 is maxed out bounded. I0000...