Skip to content

Releases: googleads/googleads-php-lib

googleads-php-lib-v33.1.0

01 Mar 06:22
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

googleads-php-lib-v31.0.0

12 Oct 03:40
Compare
Choose a tag to compare

Google Ads APIs Client Library for PHP v31.0.0

AdWords

  • Added support and examples for v201710.
  • Added an option for setting transparent HTTP gzip compression for reporting
    in adsapi_php.ini.

DFP

  • Added UpdateLineItems and UpdateOrders examples.

Common

  • Removed the PROXY section in adsapi_php.ini. Use "proxy" under CONNECTION
    instead.
  • Added proxy support for non-SOAP utilities and OAuth authentication. See
    the CONNECTION section in adsapi_php.ini for details.

googleads-php-lib-v30.0.0

20 Sep 14:41
Compare
Choose a tag to compare

Google Ads APIs Client Library for PHP v30.0.0

AdWords

googleads-php-lib-v29.0.0

16 Aug 02:27
Compare
Choose a tag to compare

Google Ads APIs Client Library for PHP v29.0.0

DFP

  • Added support and examples for v201708.
  • Removed examples for v201611.

Common

googleads-php-lib-v28.1.0

10 Aug 15:08
Compare
Choose a tag to compare

Google Ads APIs Client Library for PHP v28.1.0

AdWords

  • Added support and examples for v201708.
  • Fixed
    issue #331.

Common

  • Added a getter for SOAP response header values and SOAP fault message.

googleads-php-lib-v28.0.0

30 Jun 09:52
Compare
Choose a tag to compare

Google Ads APIs Client Library for PHP v28.0.0

AdWords

  • Added support for redacting access tokens in SOAP body.
  • Added support for overriding report settings in each report download
    request.
  • Fixed
    issue #247.

Common