google-apis-searchads360_v0 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 824215de2ed3728ecc5b68b30152e36df107843702dec4c471fee28b0c8b67d8
|
|
4
|
+
data.tar.gz: 5289aac114e094f7c6b7fb41bd9d41c86f8fee7a1304f3a098ef6497704958c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2fc359b05f8e9e1e8a3b663304d041a3eecdd29b1450ae027f32313f158a22b1199241624479ce3640525766812a7c8619796ac191487ce21a19d05117c0ffb
|
|
7
|
+
data.tar.gz: 1ef04a058fa3c56c6dd0324debb50c75d2596c0a0c0db65c5b30871296061d0f454feeefc5fe282a72e3da1c2e65bf11c3a73fc59c34ec42571e5bd9de9b9763
|
data/CHANGELOG.md
CHANGED
|
@@ -2062,6 +2062,11 @@ module Google
|
|
|
2062
2062
|
# @return [String]
|
|
2063
2063
|
attr_accessor :geo_target_metro
|
|
2064
2064
|
|
|
2065
|
+
# Resource name of the geo target constant that represents a postal code.
|
|
2066
|
+
# Corresponds to the JSON property `geoTargetPostalCode`
|
|
2067
|
+
# @return [String]
|
|
2068
|
+
attr_accessor :geo_target_postal_code
|
|
2069
|
+
|
|
2065
2070
|
# Resource name of the geo target constant that represents a region.
|
|
2066
2071
|
# Corresponds to the JSON property `geoTargetRegion`
|
|
2067
2072
|
# @return [String]
|
|
@@ -2340,6 +2345,7 @@ module Google
|
|
|
2340
2345
|
@geo_target_city = args[:geo_target_city] if args.key?(:geo_target_city)
|
|
2341
2346
|
@geo_target_country = args[:geo_target_country] if args.key?(:geo_target_country)
|
|
2342
2347
|
@geo_target_metro = args[:geo_target_metro] if args.key?(:geo_target_metro)
|
|
2348
|
+
@geo_target_postal_code = args[:geo_target_postal_code] if args.key?(:geo_target_postal_code)
|
|
2343
2349
|
@geo_target_region = args[:geo_target_region] if args.key?(:geo_target_region)
|
|
2344
2350
|
@hour = args[:hour] if args.key?(:hour)
|
|
2345
2351
|
@keyword = args[:keyword] if args.key?(:keyword)
|
|
@@ -4699,8 +4705,7 @@ module Google
|
|
|
4699
4705
|
include Google::Apis::Core::Hashable
|
|
4700
4706
|
|
|
4701
4707
|
# The modifier for the bid when the criterion matches. The modifier must be in
|
|
4702
|
-
# the range: 0.1 - 10.0.
|
|
4703
|
-
# opt out of a Device type.
|
|
4708
|
+
# the range: 0.1 - 10.0. Use 0 to opt out of a Device type.
|
|
4704
4709
|
# Corresponds to the JSON property `bidModifier`
|
|
4705
4710
|
# @return [Float]
|
|
4706
4711
|
attr_accessor :bid_modifier
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module Searchads360V0
|
|
18
18
|
# Version of the google-apis-searchads360_v0 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.24.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1430,6 +1430,7 @@ module Google
|
|
|
1430
1430
|
property :geo_target_city, as: 'geoTargetCity'
|
|
1431
1431
|
property :geo_target_country, as: 'geoTargetCountry'
|
|
1432
1432
|
property :geo_target_metro, as: 'geoTargetMetro'
|
|
1433
|
+
property :geo_target_postal_code, as: 'geoTargetPostalCode'
|
|
1433
1434
|
property :geo_target_region, as: 'geoTargetRegion'
|
|
1434
1435
|
property :hour, as: 'hour'
|
|
1435
1436
|
property :keyword, as: 'keyword', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeyword, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeyword::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-searchads360_v0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.24.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|