Releases: googleads/googleads-php-lib
Releases · googleads/googleads-php-lib
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
ReportDownloader
by 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
DateTimeUtils
toDfpDateTimes
and 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
__default
const 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. |
googleads-php-lib-v14.0.0
Google Ads APIs Client Library for PHP v14.0.0
AdWords:
- Removed support and examples for v201603. 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-v13.1.0
Google Ads APIs Client Library for PHP v13.1.0
AdWords:
- Added support and examples for v201609.
- Fixed issue #156.
- Fixed issue #164.
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v13.0.0
Google Ads APIs Client Library for PHP v13.0.0
Common:
- Fixed
issue #162. - Removed the ability to set the OAuth2 server host as it is not useful.
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v12.0.0
Google Ads APIs Client Library for PHP v12.0.0
AdWords:
- Removed support for v201601.
- Fixed issue #158.
- User agent is now optional. If no user agent is specified, 'unknown' will
be passed instead. If provided, user agent must contain US-ASCII characters
only.
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |
googleads-php-lib-v11.0.0
Google Ads APIs Client Library for PHP v11.0.0
DFP:
- Added support and examples for v201608.
- Removed support for v201505 (sunset).
- Removed examples for v201508 and v201511 (deprecated).
Common:
- Fixed issue #155.
Download | Description |
---|---|
adwords-examples-and-lib | AdWords examples. |
dfp-examples-and-lib | DFP examples. |