google-apis-searchads360_v0 0.24.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: 824215de2ed3728ecc5b68b30152e36df107843702dec4c471fee28b0c8b67d8
4
- data.tar.gz: 5289aac114e094f7c6b7fb41bd9d41c86f8fee7a1304f3a098ef6497704958c6
3
+ metadata.gz: e5fcac7ac72158d73d3089a94ddd5b806f00b60d1ff10bb96ade8a95e58372c4
4
+ data.tar.gz: 16dd6226589483412944786d936e6f2e0a1d9ac75d074b645b9fcebcbb8a244e
5
5
  SHA512:
6
- metadata.gz: f2fc359b05f8e9e1e8a3b663304d041a3eecdd29b1450ae027f32313f158a22b1199241624479ce3640525766812a7c8619796ac191487ce21a19d05117c0ffb
7
- data.tar.gz: 1ef04a058fa3c56c6dd0324debb50c75d2596c0a0c0db65c5b30871296061d0f454feeefc5fe282a72e3da1c2e65bf11c3a73fc59c34ec42571e5bd9de9b9763
6
+ metadata.gz: 7cec3e5564ceb6aba1de3f5458cd142a6b1bc67dc172d0b4ccab4d6186c03adc16eed696d31e2590cc07c4f93ad32a1b7038c8a852289c914abefad77458e494
7
+ data.tar.gz: 542985e06f042a6a8dcb297ebd5d9aa5d993c50ee565f3791fd738bf0286582fcd257809a0af6c6c06f1e60dbb64fa5ce5b4bc6d540bb9a0b43e772a0beb5652
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.24.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251204
@@ -3749,10 +3749,12 @@ module Google
3749
3749
  attr_accessor :enable_local
3750
3750
  alias_method :enable_local?, :enable_local
3751
3751
 
3752
- # Feed label of products to include in the campaign. Only one of feed_label or
3753
- # sales_country can be set. If used instead of sales_country, the feed_label
3754
- # field accepts country codes in the same format for example: 'XX'. Otherwise
3755
- # can be any string used for feed label in Google Merchant Center.
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.
3756
3758
  # Corresponds to the JSON property `feedLabel`
3757
3759
  # @return [String]
3758
3760
  attr_accessor :feed_label
@@ -8033,19 +8035,20 @@ module Google
8033
8035
  end
8034
8036
  end
8035
8037
 
8036
- # Shopping performance view. Provides Shopping campaign statistics aggregated at
8037
- # several product dimension levels. Product dimension values from Merchant
8038
- # Center such as brand, category, custom attributes, product condition and
8039
- # product type will reflect the state of each dimension as of the date and time
8040
- # when the corresponding event was recorded. The number of impressions and
8041
- # clicks that shopping_performance_view returns stats for may be different from
8042
- # campaign reports. shopping_performance_view shows impressions and clicks on
8043
- # products appearing in ads, while campaign reports show impressions and clicks
8044
- # on the ads themselves. Depending on the format, an ad can show from zero to
8045
- # several products, so the numbers may not match. In Google Ads UI, you can
8046
- # query impressions and clicks of products appearing in ads by selecting a
8047
- # column from "Product attributes" in the report editor. For example, selecting
8048
- # the "Brand" column is equivalent to selecting `segments.product_brand`.
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`.
8049
8052
  class GoogleAdsSearchads360V0ResourcesShoppingPerformanceView
8050
8053
  include Google::Apis::Core::Hashable
8051
8054
 
@@ -8754,19 +8757,20 @@ module Google
8754
8757
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonSegments]
8755
8758
  attr_accessor :segments
8756
8759
 
8757
- # Shopping performance view. Provides Shopping campaign statistics aggregated at
8758
- # several product dimension levels. Product dimension values from Merchant
8759
- # Center such as brand, category, custom attributes, product condition and
8760
- # product type will reflect the state of each dimension as of the date and time
8761
- # when the corresponding event was recorded. The number of impressions and
8762
- # clicks that shopping_performance_view returns stats for may be different from
8763
- # campaign reports. shopping_performance_view shows impressions and clicks on
8764
- # products appearing in ads, while campaign reports show impressions and clicks
8765
- # on the ads themselves. Depending on the format, an ad can show from zero to
8766
- # several products, so the numbers may not match. In Google Ads UI, you can
8767
- # query impressions and clicks of products appearing in ads by selecting a
8768
- # column from "Product attributes" in the report editor. For example, selecting
8769
- # the "Brand" column is equivalent to selecting `segments.product_brand`.
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`.
8770
8774
  # Corresponds to the JSON property `shoppingPerformanceView`
8771
8775
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesShoppingPerformanceView]
8772
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.24.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 = "20251204"
25
+ REVISION = "20251211"
26
26
  end
27
27
  end
28
28
  end
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.24.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.24.0
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: