Releases: googleads/googleads-php-lib
googleads-php-lib-v28.0.0
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
- Fixed
issue #226. - Fixed
issue #244. - Fixed
issue #254. - Fixed
issue #261. - Fixed
issue #292. - Fixed
issue #306.
googleads-php-lib-v19.0.0
This is a release of the old ads PHP client library, which is now deprecated. Please upgrade to the new library.
(Old) Google Ads APIs Client Library for PHP v19.0.0
This is the last release of the deprecated branch.
Please migrate to the main branch (v27.1.0 or later).
AdWords:
- Removed support and examples for v201607. See deprecation schedule at:
https://developers.google.com/adwords/api/docs/sunset-dates
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v27.1.0
Google Ads APIs Client Library for PHP v27.1.0
AdWords
- Added support and examples for v201705.
- Removed support for AdWords Express (AWX) API.
- Updated AddShoppingCampaign.php to include an option of creating an optional
default partition.
Common
googleads-php-lib-v18.1.0
This is a release of the old ads PHP client library, which is now deprecated. Please upgrade to the new library.
(Old) Google Ads APIs Client Library for PHP v18.1.0
AdWords:
- Added support and examples for v201705.
- Removed support for AdWords Express (AWX) API.
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v27.0.0
Google Ads APIs Client Library for PHP v27.0.0
DFP
- Added support and examples for v201705.
Common
- Added GuzzleLogMessageFormatter and refactored the Guzzle logging handler.
- Made user agents sent by non-SOAP utilities more informative.
googleads-php-lib-v18.0.0
This is a release of the old ads PHP client library, which is now deprecated. Please upgrade to the new library.
(Old) Google Ads APIs Client Library for PHP v18.0.0
DFP:
- Added support and examples for v201705.
- Removed examples for v201608 (deprecated).
- Removed support for v201605 (sunset).
Common:
- Made user agents sent by non-SOAP utilities more informative.
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v26.0.0
Google Ads APIs Client Library for PHP v26.0.0
AdWords
- Added support for specifying addtional request options for reporting.
- Fixed
issue #246. - Accepted PR #251.
- Accepted PR #253.
- Accepted PR #256.
- Updated AddSiteLinksUsingFeeds examples to use field and constant names
that are consistent with the field names of SitelinkFeedItem.
Common
- Added
AdsGuzzleHttpClientFactory
to create Guzzle HTTP clients for
non-SOAP calls.
googleads-php-lib-v17.0.0
This is a release of the old ads PHP client library, which is now deprecated. Please upgrade to the new library.
(Old) Google Ads APIs Client Library for PHP v17.0.0
AdWords:
- Removed support and examples for v201605. See deprecation schedule at:
https://developers.google.com/adwords/api/docs/sunset-dates
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v25.4.0
Google Ads APIs Client Library for PHP v25.4.0
DFP
- Added
perform action
examples for core services. - Added
CreateNativeCreatives
example. - Fixed the
CreateProposals
example. - Added some
update
examples for reconciliation services.
googleads-php-lib-v25.3.0
Google Ads APIs Client Library for PHP v25.3.0
AdWords
- Added support and examples for v201702.
- Fixed
issue #236. - Accepted PR #196.
DFP
- Fixed issue #238.
- Fixed an unmarshalling issue with
ApiError
. - Added
create
examples for core services.
Common
- Added support for impersonation when using service accounts.