Skip to content

Commit eb2b981

Browse files
committed
Remove support for Google Ads API v12.
1 parent ca8c4fe commit eb2b981

File tree

1,290 files changed

+8
-194093
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,290 files changed

+8
-194093
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
* 22.0.0
2+
- Remove support for Google Ads API v12.
3+
14
* 21.3.0
2-
- Google Ads API v14_1 release,
5+
- Google Ads API v14_1 release.
36
- Increase maximum version for proto-plus and google-api-core dependencies.
47
- Remove add_keyword_plan example.
58
- Add generate_forecast_metrics and generate_historical_metrics examples.

examples/custom_logging_interceptor/get_campaigns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from google.ads.googleads.errors import GoogleAdsException
2525
from cloud_logging_interceptor import CloudLoggingInterceptor
2626

27-
_API_VERSION = "v12"
27+
_API_VERSION = "v14"
2828

2929

3030
def main(client, customer_id):

google/ads/googleads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import google.ads.googleads.errors
2020
import google.ads.googleads.util
2121

22-
VERSION = "21.3.0"
22+
VERSION = "22.0.0"
2323

2424
# Checks if the current runtime is Python 3.7.
2525
if sys.version_info.major == 3 and sys.version_info.minor == 7:

google/ads/googleads/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
_SERVICE_CLIENT_TEMPLATE = "{}Client"
3535

36-
_VALID_API_VERSIONS = ["v14", "v13", "v12"]
36+
_VALID_API_VERSIONS = ["v14", "v13"]
3737
_DEFAULT_VERSION = _VALID_API_VERSIONS[0]
3838

3939
# Retrieve the version of this client library to be sent in the user-agent

google/ads/googleads/v12/__init__.py

Lines changed: 0 additions & 1805 deletions
This file was deleted.

google/ads/googleads/v12/common/__init__.py

Lines changed: 0 additions & 300 deletions
This file was deleted.

google/ads/googleads/v12/common/services/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

google/ads/googleads/v12/common/types/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)