google-apis-dfareporting_v4 0.22.0 → 0.23.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: 075ac1472d7c6002a0478e8fcadf59bea383c5ba8e6c33c732a6e0fa8611ccc3
4
- data.tar.gz: 55195241575e96257d5a42d0842343190c9821df5c6c1ec10eacb0af8e99b37f
3
+ metadata.gz: ed4890d365b3c459b93e211682ad7fb50d9282aa33ba1ed5fcc3f9f9d7064d04
4
+ data.tar.gz: b6c7935737d6f8c4cf770d21643a2c74e99dde21a7a207130e88cbc624239995
5
5
  SHA512:
6
- metadata.gz: 394daa6333549b82ab8bdeac6a804782a94c7f87eb7717c70fbec75c82cbc47b1234d616d748636ef533fae05dd1f3187dd0a4373962ea6c6f3717c5864cfd63
7
- data.tar.gz: f489e8e8a02f698df35683919ff9772db3e5f68034e41d426f9845d99f8da92c0379f3a4b60b13428a268059ccbc321f9305bb73ec5a21da626e0f0d2abf76aa
6
+ metadata.gz: 2fce9df78673a3c281e07142fdf4c58b5e104be7b79bfcb6d5d300b582562449cfed34d32af2c807b973ca589eb7625bf116055d0d33ffd47a786d79733424e0
7
+ data.tar.gz: 0abf70c0af6853afd7c387794c675d927cc826af03e2183c603dfb8922a4130c82494dc9856b2eacbf017f6ad93511e9769fd76b690b6639cd6bcd2169b93ca2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dfareporting_v4
2
2
 
3
+ ### v0.23.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250828
6
+
3
7
  ### v0.22.0 (2025-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20250722
@@ -1004,6 +1004,11 @@ module Google
1004
1004
  # @return [String]
1005
1005
  attr_accessor :default_email
1006
1006
 
1007
+ # Optional. Whether the advertiser plans to serve EU political ads.
1008
+ # Corresponds to the JSON property `euPoliticalAdsDeclaration`
1009
+ # @return [String]
1010
+ attr_accessor :eu_political_ads_declaration
1011
+
1007
1012
  # Floodlight configuration ID of this advertiser. The floodlight configuration
1008
1013
  # ID will be created automatically, so on insert this field should be left blank.
1009
1014
  # This field can be set to another advertiser's floodlight configuration ID in
@@ -1086,6 +1091,7 @@ module Google
1086
1091
  @click_through_url_suffix = args[:click_through_url_suffix] if args.key?(:click_through_url_suffix)
1087
1092
  @default_click_through_event_tag_id = args[:default_click_through_event_tag_id] if args.key?(:default_click_through_event_tag_id)
1088
1093
  @default_email = args[:default_email] if args.key?(:default_email)
1094
+ @eu_political_ads_declaration = args[:eu_political_ads_declaration] if args.key?(:eu_political_ads_declaration)
1089
1095
  @floodlight_configuration_id = args[:floodlight_configuration_id] if args.key?(:floodlight_configuration_id)
1090
1096
  @floodlight_configuration_id_dimension_value = args[:floodlight_configuration_id_dimension_value] if args.key?(:floodlight_configuration_id_dimension_value)
1091
1097
  @id = args[:id] if args.key?(:id)
@@ -1862,6 +1868,13 @@ module Google
1862
1868
  # @return [Date]
1863
1869
  attr_accessor :end_date
1864
1870
 
1871
+ # Optional. Whether the campaign has EU political ads. Campaign Manager 360
1872
+ # doesn't allow campaigns with EU political ads to serve in the EU. They can
1873
+ # still serve in other regions.
1874
+ # Corresponds to the JSON property `euPoliticalAdsDeclaration`
1875
+ # @return [String]
1876
+ attr_accessor :eu_political_ads_declaration
1877
+
1865
1878
  # Overrides that can be used to activate or deactivate advertiser event tags.
1866
1879
  # Corresponds to the JSON property `eventTagOverrides`
1867
1880
  # @return [Array<Google::Apis::DfareportingV4::EventTagOverride>]
@@ -1938,6 +1951,7 @@ module Google
1938
1951
  @default_click_through_event_tag_properties = args[:default_click_through_event_tag_properties] if args.key?(:default_click_through_event_tag_properties)
1939
1952
  @default_landing_page_id = args[:default_landing_page_id] if args.key?(:default_landing_page_id)
1940
1953
  @end_date = args[:end_date] if args.key?(:end_date)
1954
+ @eu_political_ads_declaration = args[:eu_political_ads_declaration] if args.key?(:eu_political_ads_declaration)
1941
1955
  @event_tag_overrides = args[:event_tag_overrides] if args.key?(:event_tag_overrides)
1942
1956
  @external_id = args[:external_id] if args.key?(:external_id)
1943
1957
  @id = args[:id] if args.key?(:id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DfareportingV4
18
18
  # Version of the google-apis-dfareporting_v4 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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 = "20250722"
25
+ REVISION = "20250828"
26
26
  end
27
27
  end
28
28
  end
@@ -1898,6 +1898,7 @@ module Google
1898
1898
  property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
1899
1899
  property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
1900
1900
  property :default_email, as: 'defaultEmail'
1901
+ property :eu_political_ads_declaration, as: 'euPoliticalAdsDeclaration'
1901
1902
  property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
1902
1903
  property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
1903
1904
 
@@ -2118,6 +2119,7 @@ module Google
2118
2119
  property :default_landing_page_id, :numeric_string => true, as: 'defaultLandingPageId'
2119
2120
  property :end_date, as: 'endDate', type: Date
2120
2121
 
2122
+ property :eu_political_ads_declaration, as: 'euPoliticalAdsDeclaration'
2121
2123
  collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV4::EventTagOverride, decorator: Google::Apis::DfareportingV4::EventTagOverride::Representation
2122
2124
 
2123
2125
  property :external_id, as: 'externalId'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dfareporting_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-dfareporting_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.23.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
62
62
  rdoc_options: []
63
63
  require_paths: