Skip to content

Releases: googleads/googleads-php-lib

googleads-php-lib-v37.1.0

Choose a tag to compare

@fiboknacky fiboknacky released this 20 Sep 07:53

Google Ads APIs Client Library for PHP v37.1.0

AdWords

  • Added support and examples for v201809.
  • Fixed issue #527.

googleads-php-lib-v37.0.0

Choose a tag to compare

@thangduo thangduo released this 21 Aug 20:15

Google Ads APIs Client Library for PHP v37.0.0

AdWords

  • Added a sample application to demonstrate how to use the AdWords API with
    the Laravel framework. The location of the sample application is
    examples/AdWords/LaravelSampleApp/.

Ad Manager

  • Rename files, classes and variables to replace DFP with Ad Manager. For detailed changes, please refer to the migration guide.
  • Added support and examples for v201808.
  • Removed examples for v201711.
  • Removed support for v201708.

Common

  • No changes.

googleads-php-lib-v36.0.0

Choose a tag to compare

@fiboknacky fiboknacky released this 19 Jul 07:50

Google Ads APIs Client Library for PHP v36.0.0

AdWords

DFP

  • Added ServiceFactory classes for v201708, v201711, v201802 and v201805.
  • Updated examples to use the new ServiceFactory classes.

googleads-php-lib-v35.2.0

Choose a tag to compare

@fiboknacky fiboknacky released this 07 Jun 08:47

Google Ads APIs Client Library for PHP v35.2.0

AdWords

  • Added support and examples for v201806.

googleads-php-lib-v35.1.0

Choose a tag to compare

@thangduo thangduo released this 24 May 13:43

Google Ads APIs Client Library for PHP v35.1.0

DFP

  • Added ContentFilterError, ContentFilterErrorReason for all versions.
    These classes are for deserializing server errors.
  • Added UserConsentEligibility and updated LineItem, LineItemSummary
    for v201805 to make line items ineligible for non-personalized ad requests.

googleads-php-lib-v35.0.0

Choose a tag to compare

@thangduo thangduo released this 17 May 03:14

Google Ads APIs Client Library for PHP v35.0.0

AdWords

  • Added QueryValidator for v201802 to validate parts of an AWQL string.
  • Added unit tests for ServiceQueryBuilder, ReportQueryBuilder and
    supporting classes for v201802.
  • Fixed
    issue #473.

DFP

  • Added DaiAuthenticationKeyService for creating, updating and retrieving
    DaiAuthenticationKey objects.
  • Added support and examples for v201805.
  • Removed support for v201705.
  • Removed examples for v201708.

googleads-php-lib-v34.0.0

Choose a tag to compare

@fiboknacky fiboknacky released this 28 Mar 06:13

Google Ads APIs Client Library for PHP v34.0.0

AdWords

  • Removed support and examples for v201705 and v201708. See deprecation
    schedule at: https://developers.google.com/adwords/api/docs/sunset-dates
  • Added ServiceQueryBuilder for v201802 to support
    building AWQL strings for querying AdWords API services.
  • Added ReportQueryBuilder for v201802 to support
    building AWQL strings for downloading AdWords API reports.

DFP

  • Added new examples for managing user-team associations:
    CreateUserTeamAssociations, UpdateUserTeamAssociations
    and DeleteUserTeamAssociations.

googleads-php-lib-v33.1.0

Choose a tag to compare

@fiboknacky fiboknacky released this 01 Mar 06:22

Google Ads APIs Client Library for PHP v33.1.0

AdWords

  • Added support and examples for v201802.

googleads-php-lib-v33.0.1

Choose a tag to compare

@fiboknacky fiboknacky released this 16 Feb 07:22

Google Ads APIs Client Library for PHP v33.0.1

Common

googleads-php-lib-v33.0.0

Choose a tag to compare

@thangduo thangduo released this 14 Feb 04:13

Google Ads APIs Client Library for PHP v33.0.0

AdWords

DFP

  • Accepted PR #438.
  • Added support and examples for v201802.
  • Removed support for v201702.
  • Removed examples for v201705.

Common