Releases: googleads/googleads-php-lib
Releases · googleads/googleads-php-lib
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
AdsGuzzleHttpClientFactoryto 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 actionexamples for core services. - Added
CreateNativeCreativesexample. - Fixed the
CreateProposalsexample. - Added some
updateexamples 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
createexamples for core services.
Common
- Added support for impersonation when using service accounts.
googleads-php-lib-v16.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 v16.1.0
AdWords:
- Added support and examples for v201702.
- Fixed
issue #191.
DFP:
- Fixed an unmarshalling issue with
ApiError.
| Download | Description |
|---|---|
| adwords-examples-and-lib | AdWords examples. |
| dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v25.2.0
Google Ads APIs Client Library for PHP v25.2.0
DFP
- Added support and examples for v201702.
Common
- Accepted PR #217.
googleads-php-lib-v16.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 v16.0.0
AdWords:
- Fixed
issue #192.
DFP:
- Added support and examples for v201702.
- Removed examples for v201605 (deprecated).
- Removed support for v201602 (sunset).
Common:
- The old ads PHP client library has been deprecated. Please
upgrade
to the new ads PHP client library.
| Download | Description |
|---|---|
| adwords-examples-and-lib | AdWords examples. |
| dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v25.1.0
Google Ads APIs Client Library for PHP v25.1.0
AdWords
- Fixed
issue #197. - Accepted PR #203.
- Fixed
issue #206. - Fixed some examples that had issues with printing results.
DFP
- Accepted PR #195.
- Added RunSavedQuery.php reporting example.
- Added RunDeliveryReportForOrder.php reporting example.
- Added forecast service examples.
Common
- Fixed
issue #200. - Fixed
issue #210.
googleads-php-lib-v25.0.0
Google Ads APIs Client Library for PHP v25.0.0
AdWords
- Added support and examples for v201609.
- Removed support and examples for v201607.
- Fixed
issue #168. - Fixed issue #175.
- Fixed issue #181.
- Refactored how to specify what format a report is downloaded in
ReportDownloaderby introducingReportDownloadResult. - Added support for including utility usage in the user agent header.
DFP
- Added support and examples for v201611.
- Removed support and examples for v201608.
- Renamed
DateTimeUtilstoDfpDateTimesand refactored some of its methods
to make it easier to understand and use.
Common
- Library is now stable and no longer in beta. See the
Upgrading guide
for details on how to upgrade. - Fixed the issue that some enum values whose names conflict with PHP reserved
keywords were generated by prepending "a", e.g., "aDEFAULT". They are now
generated by appending "VALUE", e.g., "DEFAULT_VALUE". - Removed
__defaultconst from all generated pseudo-enum classes as it's not
necessary. - Fixed
issue #173. - Refactored logging to support logging to different channels. There is now a
SOAP logger, as well as other product-specific loggers. - Added convenience config options for core AdWords and DFP loggers to setup
logging to a specified file. - Fixed issue #187.
- Relaxed all library dependencies to use ^ instead of ~.
- Various internal utility refactoring to make utilities clearer in what they
do and easier to understand.
googleads-php-lib-v15.0.0
Google Ads APIs Client Library for PHP v15.0.0
AdWords:
- Fixed issue #174.
- Fixed issue #176.
DFP:
- Added support and examples for v201611.
- Removed examples for v201602 (deprecated).
- Removed support for v201508 and v201511 (sunset).
| Download | Description |
|---|---|
| adwords-examples-and-lib | AdWords examples. |
| dfp-examples-and-lib | DFP examples. |