google-apis-searchads360_v0 0.23.0 → 0.25.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: e5fcac7ac72158d73d3089a94ddd5b806f00b60d1ff10bb96ade8a95e58372c4
|
|
4
|
+
data.tar.gz: 16dd6226589483412944786d936e6f2e0a1d9ac75d074b645b9fcebcbb8a244e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cec3e5564ceb6aba1de3f5458cd142a6b1bc67dc172d0b4ccab4d6186c03adc16eed696d31e2590cc07c4f93ad32a1b7038c8a852289c914abefad77458e494
|
|
7
|
+
data.tar.gz: 542985e06f042a6a8dcb297ebd5d9aa5d993c50ee565f3791fd738bf0286582fcd257809a0af6c6c06f1e60dbb64fa5ce5b4bc6d540bb9a0b43e772a0beb5652
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-searchads360_v0
|
|
2
2
|
|
|
3
|
+
### v0.25.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251211
|
|
6
|
+
|
|
7
|
+
### v0.24.0 (2025-12-07)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251204
|
|
10
|
+
|
|
3
11
|
### v0.23.0 (2025-11-23)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251116
|
|
@@ -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)
|
|
@@ -3743,10 +3749,12 @@ module Google
|
|
|
3743
3749
|
attr_accessor :enable_local
|
|
3744
3750
|
alias_method :enable_local?, :enable_local
|
|
3745
3751
|
|
|
3746
|
-
# Feed label of products to include in the campaign.
|
|
3747
|
-
#
|
|
3748
|
-
#
|
|
3749
|
-
#
|
|
3752
|
+
# Feed label of products to include in the campaign. Valid feed labels may
|
|
3753
|
+
# contain a maximum of 20 characters including uppercase letters, numbers,
|
|
3754
|
+
# hyphens, and underscores. If you previously used the deprecated `sales_country`
|
|
3755
|
+
# in the two-letter country code (`XX`) format, the `feed_label` field should
|
|
3756
|
+
# be used instead. For more information see the [feed label](//support.google.
|
|
3757
|
+
# com/merchants/answer/12453549) support article.
|
|
3750
3758
|
# Corresponds to the JSON property `feedLabel`
|
|
3751
3759
|
# @return [String]
|
|
3752
3760
|
attr_accessor :feed_label
|
|
@@ -4699,8 +4707,7 @@ module Google
|
|
|
4699
4707
|
include Google::Apis::Core::Hashable
|
|
4700
4708
|
|
|
4701
4709
|
# 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.
|
|
4710
|
+
# the range: 0.1 - 10.0. Use 0 to opt out of a Device type.
|
|
4704
4711
|
# Corresponds to the JSON property `bidModifier`
|
|
4705
4712
|
# @return [Float]
|
|
4706
4713
|
attr_accessor :bid_modifier
|
|
@@ -8028,19 +8035,20 @@ module Google
|
|
|
8028
8035
|
end
|
|
8029
8036
|
end
|
|
8030
8037
|
|
|
8031
|
-
# Shopping performance view. Provides Shopping campaign
|
|
8032
|
-
# several product dimension levels. Product
|
|
8033
|
-
# Center such as brand, category, custom
|
|
8034
|
-
# product type will reflect the state of each
|
|
8035
|
-
# when the corresponding event was recorded.
|
|
8036
|
-
#
|
|
8037
|
-
#
|
|
8038
|
-
# products appearing in ads, while campaign
|
|
8039
|
-
# on the ads themselves. Depending on the
|
|
8040
|
-
# several products, so the numbers may not
|
|
8041
|
-
# query impressions and clicks of products
|
|
8042
|
-
# column from "Product attributes" in the report
|
|
8043
|
-
# the "Brand" column is equivalent to selecting `
|
|
8038
|
+
# Shopping performance view. Provides Shopping campaign and Performance Max
|
|
8039
|
+
# campaign statistics aggregated at several product dimension levels. Product
|
|
8040
|
+
# dimension values from Merchant Center such as brand, category, custom
|
|
8041
|
+
# attributes, product condition, and product type will reflect the state of each
|
|
8042
|
+
# dimension as of the date and time when the corresponding event was recorded.
|
|
8043
|
+
# The number of impressions and clicks that `shopping_performance_view` returns
|
|
8044
|
+
# stats for may be different from campaign reports. `shopping_performance_view`
|
|
8045
|
+
# shows impressions and clicks on products appearing in ads, while campaign
|
|
8046
|
+
# reports show impressions and clicks on the ads themselves. Depending on the
|
|
8047
|
+
# format, an ad can show from zero to several products, so the numbers may not
|
|
8048
|
+
# match. In Search Ads 360 UI, you can query impressions and clicks of products
|
|
8049
|
+
# appearing in ads by selecting a column from "Product attributes" in the report
|
|
8050
|
+
# editor. For example, selecting the "Brand" column is equivalent to selecting `
|
|
8051
|
+
# segments.product_brand`.
|
|
8044
8052
|
class GoogleAdsSearchads360V0ResourcesShoppingPerformanceView
|
|
8045
8053
|
include Google::Apis::Core::Hashable
|
|
8046
8054
|
|
|
@@ -8749,19 +8757,20 @@ module Google
|
|
|
8749
8757
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonSegments]
|
|
8750
8758
|
attr_accessor :segments
|
|
8751
8759
|
|
|
8752
|
-
# Shopping performance view. Provides Shopping campaign
|
|
8753
|
-
# several product dimension levels. Product
|
|
8754
|
-
# Center such as brand, category, custom
|
|
8755
|
-
# product type will reflect the state of each
|
|
8756
|
-
# when the corresponding event was recorded.
|
|
8757
|
-
#
|
|
8758
|
-
#
|
|
8759
|
-
# products appearing in ads, while campaign
|
|
8760
|
-
# on the ads themselves. Depending on the
|
|
8761
|
-
# several products, so the numbers may not
|
|
8762
|
-
# query impressions and clicks of products
|
|
8763
|
-
# column from "Product attributes" in the report
|
|
8764
|
-
# the "Brand" column is equivalent to selecting `
|
|
8760
|
+
# Shopping performance view. Provides Shopping campaign and Performance Max
|
|
8761
|
+
# campaign statistics aggregated at several product dimension levels. Product
|
|
8762
|
+
# dimension values from Merchant Center such as brand, category, custom
|
|
8763
|
+
# attributes, product condition, and product type will reflect the state of each
|
|
8764
|
+
# dimension as of the date and time when the corresponding event was recorded.
|
|
8765
|
+
# The number of impressions and clicks that `shopping_performance_view` returns
|
|
8766
|
+
# stats for may be different from campaign reports. `shopping_performance_view`
|
|
8767
|
+
# shows impressions and clicks on products appearing in ads, while campaign
|
|
8768
|
+
# reports show impressions and clicks on the ads themselves. Depending on the
|
|
8769
|
+
# format, an ad can show from zero to several products, so the numbers may not
|
|
8770
|
+
# match. In Search Ads 360 UI, you can query impressions and clicks of products
|
|
8771
|
+
# appearing in ads by selecting a column from "Product attributes" in the report
|
|
8772
|
+
# editor. For example, selecting the "Brand" column is equivalent to selecting `
|
|
8773
|
+
# segments.product_brand`.
|
|
8765
8774
|
# Corresponds to the JSON property `shoppingPerformanceView`
|
|
8766
8775
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesShoppingPerformanceView]
|
|
8767
8776
|
attr_accessor :shopping_performance_view
|
|
@@ -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.25.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 = "20251211"
|
|
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.25.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.25.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:
|