Skip to content

google-ads-php-v21.0.0

Compare
Choose a tag to compare
@fiboknacky fiboknacky released this 20 Sep 08:07
· 45 commits to main since this release

Google Ads API Client Library for PHP v21.0.0

  • Removed support for v12 of Google Ads API.
  • Use the GAPIC v2 source
    code

    in ResourceNames and ServiceClientFactoryTrait of v14.
  • Updated the source code to use PHP 8 features, e.g., named arguments,
    private constants, constructor promotion, removing unused exception variables.
  • Updated code examples:
    • AddCampaigns
    • GenerateKeywordIdeas
  • Removed trivial code examples that can be easily obtained by changing small
    parts of other code examples.