Skip to content

google-ads-php-v20.1.0

Compare
Choose a tag to compare
@fiboknacky fiboknacky released this 10 Aug 13:07
· 46 commits to main since this release

Google Ads API Client Library for PHP v20.1.0

  • Added support for v14_1 of Google Ads API.
  • Removed the final modifier from GoogleAdsClient. This fixes
    #347.
  • Fixed #902 by passing
    linked-customer-id to the header of a request.
  • Made GoogleAdsCallLogger::getNextFinerLogLevel aligned with PSR-3
    LogLevel enum 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 useGapicV2Source configuration.
    • Updated all code examples to show how to use the GAPIC v2 source code.
  • Added code examples:
    • GenerateForecastMetrics (new version that uses KeywordPlanIdeaService)
    • GenerateHistoricalMetrics (new version that uses KeywordPlanIdeaService)
  • Removed AddKeywordPlan example.