googleads / googleads-python-lib

The Python client library for Google's Ads APIs
Apache License 2.0
681 stars 974 forks source link

Can I use GetDataDownloader with version = v202202 after February 2023 ? #515

Closed john-gogolook closed 1 year ago

john-gogolook commented 1 year ago

Hi,

I see the deprecation schedule of API version(v202202), it will sunset at February 2023.

I want to check if I can use this lib for GetDataDownloader with version = v202202 after February 2023 ?

msaniscalchi commented 1 year ago

Hello John,

When an API version is sunset, all calls against the API specifying that version return an error response. I expect v202202 to be inaccessible with the release of 202302, or shortly thereafter.

That said, I do not anticipate large changes to the API. Migrating to the newest version may require little more than updating the version being used on your end.

Regards, Mark