googleads-php-lib icon indicating copy to clipboard operation
googleads-php-lib copied to clipboard

Google Ads API Client Library for PHP (AdWords and Ad Manager)

Results 8 googleads-php-lib issues
Sort by recently updated
recently updated
newest added

Hi All, We are using the google ad manager PHP library to push order and line items to GAM from our platform. We had PHP version 8.1 and GAM API...

Hello, I am using the sdk61.0.0 file you provided, but the ServiceAccountCredentials and UserRefreshCredentials classes are missing from the file,

Using the PHP client lib for Google Ads API here (googleads/google-ads-php v22). It seems there is an increased number of intermittent errors in Google Ads API: - cURL error 60:...

Hello everyone i am getting this error how to solve this? **[PublisherQueryLanguageContextError.UNEXECUTABLE @ Only constant values and bound values are allowed in the haystack of IN.]**. i am using this...

Hi, I'm struggling creating Audio VAST redirect creative. The function creating a Google\AdsApi\AdManager\v202411\VastRedirectCreative is as follows ``` $size = new Size(); $size->setWidth($width); $size->setHeight($height); $size->setIsAspectRatio(false); $creative = new VastRedirectCreative(); // $creative->setName($name...

I encountered an error while using the Google Ad Manager API to build an Ad Manager and run related code Fatal error: Uncaught Error: Class "Google\AdsApi\Common\OAuth2TokenBuilder" not found in D:\www\admanager\echopanda\abc.php:10...

In php8.4 stream_context_set_option no longer supports the signature with two arguments. Therefor the alternative function stream_context_set_options needs to be used. source: https://www.php.net/manual/en/function.stream-context-set-option.php > ## ~The Change is only slightly backwards...

Hey! There are some updates that need to be made, to ensure compatibility with PHP 8.4 and future versions. ``` [21-May-2025 16:00:01 Europe/Dublin] PHP Deprecated: Google\AdsApi\Common\ConfigurationLoader::__construct(): Implicitly marking parameter $environmentalVariables...