Skip to content

Releases: googleads/google-ads-php

google-ads-php-v33.3.0

22 Apr 21:42
b2296f9

Choose a tag to compare

Google Ads API Client Library for PHP v33.2.0

  • Added support for Google Ads API v24
  • Dependency updayes
  • Resolved Laravel sample app security vulnerabilities
  • Removed grpc/grpc maximum version constraint

Known Issues

  • gRPC Extension Version Conflict: We have identified a potential issue where the version of the grpc PECL extension installed in some PHP environments may be older than expected by this library's dependencies. This can lead to an error message during or after installation, such as:
    The grpc extension installed by Composer has a greater version than that installed by PECL. Upgrade the PECL extension to avoid issues caused by the version difference.
    
    Workaround: If you encounter this error, please upgrade your grpc PECL extension.

google-ads-php-v32.3.0

25 Mar 21:33
857cf32

Choose a tag to compare

Google Ads API Client Library for PHP v32.2.0

  • Support for Google Ads API v23.2.
  • Incorporated generator updates (new 'actions' directory, Protobuf changes).
  • Dependency updates.

google-ads-php-v32.2.0

25 Feb 23:20
4b0649c

Choose a tag to compare

Google Ads API Client Library for PHP v32.2.0

  • Added support for Google Ads API v23.1.
  • Regenerated stubs for Google Ads API v20, v21, and v22 to incorporate changes for supporting European Union Political Ads Regulation in Google Ads API
  • Updated dependencies.

google-ads-php-v32.1.0

28 Jan 22:22
8ac2f75

Choose a tag to compare

Google Ads API Client Library for PHP v32.1.0

  • Added support for Google Ads API v23.
  • Removed support for Google Ads API v19.
  • Updated examples in examples in AddCampaigns, AddDynamicSearchAds, AddPerformanceMaxCampaign, AddPerformanceMaxRetailCampaign, and AddAppCampaign.
  • Removed the AddCallAd.php example as Call Ads are no longer supported in the API.
  • Changed the default value of the brandGuidelinesEnabled parameter to true in AddPerformanceMaxCampaign and AddPerformanceMaxRetailCampaign examples.
  • Ensured deprecated salesCountry parameter is not used in AddPerformanceMaxRetailCampaign example.
  • Updated dependencies via composer update.

Version 31.1.0 (Legacy PHP 7.4 Support)

09 Jan 20:21
73a755b

Choose a tag to compare

Supports Ads API v22 for users still on PHP 7.4

google-ads-php-v31.1.0

15 Oct 21:11
98f419e

Choose a tag to compare

Google Ads API Client Library for PHP v28.0.0

google-ads-php-v31.0.1

25 Aug 14:52
be0249c

Choose a tag to compare

Google Ads API Client Library for PHP v31.0.1

  • Updated protobuf constraint in to be less restrictive for users on the Protobuf 3.x series and preserve backwards compatibility.

google-ads-php-v31.0.0

06 Aug 20:39

Choose a tag to compare

Google Ads API Client Library for PHP v31.0.0

google-ads-php-v30.0.0

21 Jul 13:53

Choose a tag to compare

Google Ads API Client Library for PHP v30.0.0

  • Fixed the potential break in v29.0.0 (due to dependency conflicts) by pinning the protobuf dependency to be <=4.30.0 and reverting back to the old getLabel method.
  • Fixed the potential maximum call size error due to a bug in the GRPC C extension by pinning ext-grpc to be <=1.66.0

google-ads-php-v29.0.0

27 Jun 21:46

Choose a tag to compare

Google Ads API Client Library for PHP v29.0.0

  • Security fixes, updated deprecated getLabel to isRepeated.