Skip to content

Releases: googleads/google-ads-php

google-ads-php-v2.1.0

13 Aug 13:47
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v2.1.0

  • Added support for v2_1 of Google Ads API.
  • Switched the default implementation of protobuf to use the C extension and added related
    documentation.
  • Added examples for Google My Business location extensions, Smart display ads and campaign
    experiments.

google-ads-php-v2.0.0

01 Jul 13:20
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v2.0.0

  • Added support for v2 of Google Ads API.
  • Renamed the getter and setter functions for unwrapped values from getXXXValue/setXXXValue to
    getXXXUnwrapped/setXXXUnwrapped to prevent them from clashing with other field names.
  • Added a test to instantiate all classes in the codebase to make sure there are no syntax errors.
  • Upgraded dependencies.

google-ads-php-v1.4.1

20 Jun 09:48
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v1.4.1

  • Fixed logging level configuration (#120).
  • Set max response message and metadata size (#127).

google-ads-php-v1.4.0

12 Jun 17:40
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v1.4.0

  • Added support for more resources in ResourceNames.
  • Added examples for Smart Shopping campaigns, batch processing using
    MutateJobService, and campaign draft.
  • Increased default deadline to 1 hour and added retry support for
    GoogleAdsService.search().

google-ads-php-v1.3.0

23 May 10:00
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v1.3.0

  • Added support for v1_3 of Google Ads API.
  • Added examples for ad parameters, campaign labels and media upload and retrieval.

google-ads-php-v1.2.0

02 May 11:46
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v1.2.0

  • Added support for v1_2 of Google Ads API.
  • Added utility functions to convert enum names to integer values and vice versa.
  • Added convenience functions for automatic unboxing of protobuf values, e.g. getNameValue along
    with the existing getName.
  • Added an example on campaign management migration from the legacy AdWords API.

google-ads-php-v1.1.0

29 Mar 18:52
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v1.1.0

  • Added support for v1_1 of Google Ads API.
  • Upgraded PHPUnit dependency to v7.5.
  • Added support for partial failures and matching example.

google-ads-php-v1.0.0

05 Mar 21:16
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v1.0.0

  • Added support and examples for v1.0.0 of Google Ads API.
  • Updated some dependencies, e.g., google/gax 0.38.0 and ulrichsg/getopt-php 3.2.2.
  • Updated some examples to match the new API specifications, e.g., GetHotelAdsPerformance.
  • Fixed a bug that prevented the login-customer-id header from being sent.

google-ads-php-v0.7.0

01 Feb 13:07
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v0.7.0

  • Added support and examples for v0_7 of Google Ads API.
  • Updated some examples to match the new API specifications, e.g., ApplyRecommendation,
    DismissRecommendation, GetKeywordStats, AddCampaignBidModifier.
  • Added GetHotelAdsPerformance example.
  • Removed AddCampaignGroup example.

google-ads-php-v0.6.0

30 Nov 07:23
Compare
Choose a tag to compare

Google Ads API Client Library for PHP v0.6.0

  • Added support and examples for v0_6 of Google Ads API.
  • Added support for passing log-in customer ID with API requests.
  • Updated some examples to match the new API specifications, e.g.,
    ApplyRecommendations.php, GetGeoTargetConstantByNames.php.
  • Updated AddCampaignTargetingCriteria example to show how to include
    proximity targeting.