Skip to content

Releases: googleads/googleads-php-lib

googleads-php-lib-v36.0.0

19 Jul 07:50

Choose a tag to compare

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

07 Jun 08:47

Choose a tag to compare

Google Ads APIs Client Library for PHP v35.2.0

AdWords

  • Added support and examples for v201806.

googleads-php-lib-v35.1.0

24 May 13:43

Choose a tag to compare

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

17 May 03:14

Choose a tag to compare

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

28 Mar 06:13

Choose a tag to compare

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

01 Mar 06:22

Choose a tag to compare

Google Ads APIs Client Library for PHP v33.1.0

AdWords

  • Added support and examples for v201802.

googleads-php-lib-v33.0.1

16 Feb 07:22

Choose a tag to compare

Google Ads APIs Client Library for PHP v33.0.1

Common

googleads-php-lib-v33.0.0

14 Feb 04:13

Choose a tag to compare

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

googleads-php-lib-v32.1.0

05 Dec 21:32

Choose a tag to compare

Google Ads APIs Client Library for PHP v32.1.0

DFP

  • Added examples for v201711:

    • InventoryService\GetAdUnitHierarchy
    • InventoryService\GetTopLevelAdUnits
    • LineItemService\CreateLineItemsWithCustomCriteria
    • NetworkService\GetCurrentNetwork
    • NetworkService\MakeTestNetwork
    • PublisherQueryLanguageService\GetAllLineItems
    • PublisherQueryLanguageService\GetAllProgrammaticBuyers
    • PublisherQueryLanguageService\GetGeoTargets
    • ReportService\RunReachReport
    • ReportService\RunReportWithCustomFields
    • TeamService\UpdateTeams
    • UserService\GetCurrentUser
    • UserService\UpdateUsers
  • Added utility class CsvFiles for v201711.

Common

  • Fixed
    issue #399.
  • Fixed the issue that a wrong path to local WSDL files was specified in
    AdsSoapClient.
  • Accepted PR #401.

googleads-php-lib-v32.0.0

15 Nov 03:04

Choose a tag to compare

Google Ads APIs Client Library for PHP v32.0.0

AdWords

DFP

  • Added support and examples for v201711.
  • Added CdnConfigurationService and examples.
  • Removed support for v201611.
  • Removed examples for v201702.

Common

  • Included WSDL files for all SOAP services and they're now used for making
    SOAP calls instead of live WSDLs. Therefore, the WSDL caching feature is
    deprecated (wsdlCache in adsapi_php.ini is now ignored). The feature
    will be removed completely in the next major release.