Skip to content

Commit aa20f73

Browse files
authored
Changes for release v24_0. (#547)
1 parent a654d15 commit aa20f73

2,567 files changed

Lines changed: 108554 additions & 100297 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
40.0.0
2+
-----
3+
- Compatibility with v24 of the API: https://developers.google.com/google-ads/api/docs/release-notes
4+
15
39.1.0
26
-----
37
- Added workaround for gRPC issue affecting metadata headers.

lib/google/ads/google_ads/api_versions.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Google
22
module Ads
33
module GoogleAds
4-
KNOWN_API_VERSIONS = [:V20, :V21, :V22, :V23]
5-
DEFAULT_API_VERSION = :V23
4+
KNOWN_API_VERSIONS = [:V21, :V22, :V23, :V24]
5+
DEFAULT_API_VERSION = :V24
66

77
def self.default_api_version
88
DEFAULT_API_VERSION

lib/google/ads/google_ads/utils/v20/path_lookup_util.rb renamed to lib/google/ads/google_ads/utils/v24/path_lookup_util.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module Google
2222
module Ads
2323
module GoogleAds
2424
module Utils
25-
module V20
26-
PathLookupUtil = Utils.build_path_lookup_class(:v20)
25+
module V24
26+
PathLookupUtil = Utils.build_path_lookup_class(:v24)
2727
end
2828
end
2929
end

lib/google/ads/google_ads/v20/common/ad_asset_pb.rb

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

lib/google/ads/google_ads/v20/common/ad_type_infos_pb.rb

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

lib/google/ads/google_ads/v20/common/additional_application_info_pb.rb

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

lib/google/ads/google_ads/v20/common/asset_policy_pb.rb

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

lib/google/ads/google_ads/v20/common/asset_set_types_pb.rb

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

lib/google/ads/google_ads/v20/common/asset_types_pb.rb

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

lib/google/ads/google_ads/v20/common/asset_usage_pb.rb

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

0 commit comments

Comments
 (0)