Google Ads API Client Library for PHP v20.1.0
- Added support for v14_1 of Google Ads API.
- Removed the
finalmodifier fromGoogleAdsClient. This fixes
#347. - Fixed #902 by passing
linked-customer-idto the header of a request. - Made
GoogleAdsCallLogger::getNextFinerLogLevelaligned with PSR-3
LogLevelenum by returning a lowercase string. This fixes
#849. - Fixed the issue of the check for grpc versions in
GoogleAdsClientBuilder::validate(). It now supports the case when
the system-package version is not found. - Added support for the GAPIC v2 source
code.- Added support for the
useGapicV2Sourceconfiguration. - Updated all code examples to show how to use the GAPIC v2 source code.
- Added support for the
- Added code examples:
- GenerateForecastMetrics (new version that uses
KeywordPlanIdeaService) - GenerateHistoricalMetrics (new version that uses
KeywordPlanIdeaService)
- GenerateForecastMetrics (new version that uses
- Removed AddKeywordPlan example.