googleads / google-ads-php

Google Ads API Client Library for PHP
https://developers.google.com/google-ads/api/docs/client-libs/php
Apache License 2.0
290 stars 260 forks source link

Reminder: The library version released with the Google Ads API v15 will be the last version that supports GAPIC v1 #934

Open fiboknacky opened 1 year ago

fiboknacky commented 1 year ago

Since v20.1.0, we started including both the GAPIC v2 source code and the previous version of source code (GAPIC v1). The GAPIC v2 source code serves as preparations for new features in the future.

In September/October 2023, we plan to release the Google Ads API v15. As usual, we'll release this client library to support the API v15 shortly after the API launch date.

Please be reminded that the library version released with the API v15 will be the last version that includes the GAPIC v1 source code. Starting next year, this client library will include only GAPIC v2.

Therefore, if you wish to keep migrating to the latest version of the Google Ads API version, make sure you migrate to the GAPIC v2 style before the end of 2023. We've prepared this section to help you compare the differences of two GAPIC versions and do migration.

Note that the Google Ads API v15 still works for around a year, as described in the sunset guidelines. So, your code using this API version will still work until around September 2024. After the v15 is sunset, you'll need to migrate to the GAPIC v2 source code in order to continue using this library.

If you have any questions, feel free to drop your them in this page.