Skip to content

Commit

Permalink
Remove support for Google Ads API v12.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl committed Sep 12, 2023
1 parent ca8c4fe commit eb2b981
Show file tree
Hide file tree
Showing 1,290 changed files with 8 additions and 194,093 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* 22.0.0
- Remove support for Google Ads API v12.

* 21.3.0
- Google Ads API v14_1 release,
- Google Ads API v14_1 release.
- Increase maximum version for proto-plus and google-api-core dependencies.
- Remove add_keyword_plan example.
- Add generate_forecast_metrics and generate_historical_metrics examples.
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_logging_interceptor/get_campaigns.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from google.ads.googleads.errors import GoogleAdsException
from cloud_logging_interceptor import CloudLoggingInterceptor

_API_VERSION = "v12"
_API_VERSION = "v14"


def main(client, customer_id):
Expand Down
2 changes: 1 addition & 1 deletion google/ads/googleads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import google.ads.googleads.errors
import google.ads.googleads.util

VERSION = "21.3.0"
VERSION = "22.0.0"

# Checks if the current runtime is Python 3.7.
if sys.version_info.major == 3 and sys.version_info.minor == 7:
Expand Down
2 changes: 1 addition & 1 deletion google/ads/googleads/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

_SERVICE_CLIENT_TEMPLATE = "{}Client"

_VALID_API_VERSIONS = ["v14", "v13", "v12"]
_VALID_API_VERSIONS = ["v14", "v13"]
_DEFAULT_VERSION = _VALID_API_VERSIONS[0]

# Retrieve the version of this client library to be sent in the user-agent
Expand Down
1,805 changes: 0 additions & 1,805 deletions google/ads/googleads/v12/__init__.py

This file was deleted.

300 changes: 0 additions & 300 deletions google/ads/googleads/v12/common/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions google/ads/googleads/v12/common/services/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions google/ads/googleads/v12/common/types/__init__.py

This file was deleted.

Loading

0 comments on commit eb2b981

Please sign in to comment.