google-apis-displayvideo_v4 0.3.0 → 0.5.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: a8d3ac213fba8a271caac1200f16da5f42b34cee40b30bf6660d8778077c1d6c
4
- data.tar.gz: e065b108dc3a699a5aff98c03e584db1262a1b1118dd9bb674d45ce2e4b0cf12
3
+ metadata.gz: 3f03339f798ce70630a51d43dfc45c0d38f706fa9efb1a4a31bffc0295cb1ea7
4
+ data.tar.gz: b68c6519b9d19adf021ba5780f925e4c0e128fd3fd31b0d86daecc003847af44
5
5
  SHA512:
6
- metadata.gz: c505c065377583a185bb7bb782ed92b68aee6d9aac42a55e6f3299ecc7fec269a90a66b6212da47ea37feef004e1b65bd8682140b7e7b1ddcb33433e8847084d
7
- data.tar.gz: 3a85261273835ef45d48524cf14cd49c36c61bb87bd47db3a70d045a3c5d88ff798382048d84a1648c2838fa23fa9067b941c6fb3ccb3a001fe01b5f3aaa8521
6
+ metadata.gz: 1293084c0130b36aee6947dad52672a5c23896bd1f89bce5e7030bfe0ef8f0892c2d9421aecdd94ccbe97b7f2c8efa79928b16995a447bedbc2bf9f881630e6c
7
+ data.tar.gz: a4d4c41c0d3a2c06406913e74544addf1d04571dde78ee210283060b1fb2c2a188039e6eeed7198b354cfec9606e409ff0b543aab8d46a5ba56bba9063641e8b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.5.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250424
6
+
7
+ ### v0.4.0 (2025-03-23)
8
+
9
+ * Regenerated from discovery document revision 20250320
10
+
3
11
  ### v0.3.0 (2025-03-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20250313
@@ -306,7 +306,7 @@ module Google
306
306
  end
307
307
  end
308
308
 
309
- # Details of Adloox brand safety settings.
309
+ # Details of Scope3 (previously known as Adloox) brand safety settings.
310
310
  class Adloox
311
311
  include Google::Apis::Core::Hashable
312
312
 
@@ -345,12 +345,12 @@ module Google
345
345
  # @return [String]
346
346
  attr_accessor :display_iab_viewability
347
347
 
348
- # Adloox categories to exclude.
348
+ # Scope3 categories to exclude.
349
349
  # Corresponds to the JSON property `excludedAdlooxCategories`
350
350
  # @return [Array<String>]
351
351
  attr_accessor :excluded_adloox_categories
352
352
 
353
- # Optional. Adloox's fraud IVT MFA categories to exclude.
353
+ # Optional. Scope3's fraud IVT MFA categories to exclude.
354
354
  # Corresponds to the JSON property `excludedFraudIvtMfaCategories`
355
355
  # @return [Array<String>]
356
356
  attr_accessor :excluded_fraud_ivt_mfa_categories
@@ -811,19 +811,32 @@ module Google
811
811
  class AlgorithmRules
812
812
  include Google::Apis::Core::Hashable
813
813
 
814
+ # Attribution model for the algorithm.
815
+ # Corresponds to the JSON property `attributionModelId`
816
+ # @return [Fixnum]
817
+ attr_accessor :attribution_model_id
818
+
814
819
  # A ruleset consisting of a list of rules and how to aggregate the resulting
815
820
  # values.
816
821
  # Corresponds to the JSON property `impressionSignalRuleset`
817
822
  # @return [Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset]
818
823
  attr_accessor :impression_signal_ruleset
819
824
 
825
+ # A ruleset consisting of a list of rules and how to aggregate the resulting
826
+ # values.
827
+ # Corresponds to the JSON property `postImpressionSignalRuleset`
828
+ # @return [Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset]
829
+ attr_accessor :post_impression_signal_ruleset
830
+
820
831
  def initialize(**args)
821
832
  update!(**args)
822
833
  end
823
834
 
824
835
  # Update properties of this object
825
836
  def update!(**args)
837
+ @attribution_model_id = args[:attribution_model_id] if args.key?(:attribution_model_id)
826
838
  @impression_signal_ruleset = args[:impression_signal_ruleset] if args.key?(:impression_signal_ruleset)
839
+ @post_impression_signal_ruleset = args[:post_impression_signal_ruleset] if args.key?(:post_impression_signal_ruleset)
827
840
  end
828
841
  end
829
842
 
@@ -882,6 +895,11 @@ module Google
882
895
  # @return [String]
883
896
  attr_accessor :string_value
884
897
 
898
+ # Video player size value.
899
+ # Corresponds to the JSON property `videoPlayerSizeValue`
900
+ # @return [String]
901
+ attr_accessor :video_player_size_value
902
+
885
903
  def initialize(**args)
886
904
  update!(**args)
887
905
  end
@@ -898,6 +916,40 @@ module Google
898
916
  @int64_value = args[:int64_value] if args.key?(:int64_value)
899
917
  @on_screen_position_value = args[:on_screen_position_value] if args.key?(:on_screen_position_value)
900
918
  @string_value = args[:string_value] if args.key?(:string_value)
919
+ @video_player_size_value = args[:video_player_size_value] if args.key?(:video_player_size_value)
920
+ end
921
+ end
922
+
923
+ # The rule to score impressions based on Floodlight conversion events.
924
+ class AlgorithmRulesFloodlightActivityConversionSignal
925
+ include Google::Apis::Core::Hashable
926
+
927
+ # Required. The type of conversions to be used in impression value computation,
928
+ # for example, post-click conversions.
929
+ # Corresponds to the JSON property `conversionCounting`
930
+ # @return [String]
931
+ attr_accessor :conversion_counting
932
+
933
+ # Required. The way to acquire value from the floodlight activity, for example,
934
+ # count of the conversion.
935
+ # Corresponds to the JSON property `countingMethod`
936
+ # @return [String]
937
+ attr_accessor :counting_method
938
+
939
+ # Required. Id of the floodlight activity.
940
+ # Corresponds to the JSON property `floodlightActivityId`
941
+ # @return [Fixnum]
942
+ attr_accessor :floodlight_activity_id
943
+
944
+ def initialize(**args)
945
+ update!(**args)
946
+ end
947
+
948
+ # Update properties of this object
949
+ def update!(**args)
950
+ @conversion_counting = args[:conversion_counting] if args.key?(:conversion_counting)
951
+ @counting_method = args[:counting_method] if args.key?(:counting_method)
952
+ @floodlight_activity_id = args[:floodlight_activity_id] if args.key?(:floodlight_activity_id)
901
953
  end
902
954
  end
903
955
 
@@ -991,6 +1043,16 @@ module Google
991
1043
  class AlgorithmRulesSignal
992
1044
  include Google::Apis::Core::Hashable
993
1045
 
1046
+ # Signal based on active views.
1047
+ # Corresponds to the JSON property `activeViewSignal`
1048
+ # @return [String]
1049
+ attr_accessor :active_view_signal
1050
+
1051
+ # Signal based on clicks.
1052
+ # Corresponds to the JSON property `clickSignal`
1053
+ # @return [String]
1054
+ attr_accessor :click_signal
1055
+
994
1056
  # Signal based on impressions.
995
1057
  # Corresponds to the JSON property `impressionSignal`
996
1058
  # @return [String]
@@ -1002,6 +1064,8 @@ module Google
1002
1064
 
1003
1065
  # Update properties of this object
1004
1066
  def update!(**args)
1067
+ @active_view_signal = args[:active_view_signal] if args.key?(:active_view_signal)
1068
+ @click_signal = args[:click_signal] if args.key?(:click_signal)
1005
1069
  @impression_signal = args[:impression_signal] if args.key?(:impression_signal)
1006
1070
  end
1007
1071
  end
@@ -1045,6 +1109,16 @@ module Google
1045
1109
  class AlgorithmRulesSignalValue
1046
1110
  include Google::Apis::Core::Hashable
1047
1111
 
1112
+ # Signal based on active views. Only `TIME_ON_SCREEN` is supported.
1113
+ # Corresponds to the JSON property `activeViewSignal`
1114
+ # @return [String]
1115
+ attr_accessor :active_view_signal
1116
+
1117
+ # The rule to score impressions based on Floodlight conversion events.
1118
+ # Corresponds to the JSON property `floodlightActivityConversionSignal`
1119
+ # @return [Google::Apis::DisplayvideoV4::AlgorithmRulesFloodlightActivityConversionSignal]
1120
+ attr_accessor :floodlight_activity_conversion_signal
1121
+
1048
1122
  # Value to use as result.
1049
1123
  # Corresponds to the JSON property `number`
1050
1124
  # @return [Float]
@@ -1056,6 +1130,8 @@ module Google
1056
1130
 
1057
1131
  # Update properties of this object
1058
1132
  def update!(**args)
1133
+ @active_view_signal = args[:active_view_signal] if args.key?(:active_view_signal)
1134
+ @floodlight_activity_conversion_signal = args[:floodlight_activity_conversion_signal] if args.key?(:floodlight_activity_conversion_signal)
1059
1135
  @number = args[:number] if args.key?(:number)
1060
1136
  end
1061
1137
  end
@@ -1435,6 +1511,13 @@ module Google
1435
1511
  # @return [Google::Apis::DisplayvideoV4::ContentStreamTypeAssignedTargetingOptionDetails]
1436
1512
  attr_accessor :content_stream_type_details
1437
1513
 
1514
+ # Targeting details for content theme. This will be populated in the details
1515
+ # field of an AssignedTargetingOption when targeting_type is `
1516
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
1517
+ # Corresponds to the JSON property `contentThemeExclusionDetails`
1518
+ # @return [Google::Apis::DisplayvideoV4::ContentThemeAssignedTargetingOptionDetails]
1519
+ attr_accessor :content_theme_exclusion_details
1520
+
1438
1521
  # Representation of a segment of time defined on a specific day of the week and
1439
1522
  # with a start and end time. The time represented by `start_hour` must be before
1440
1523
  # the time represented by `end_hour`.
@@ -1702,6 +1785,7 @@ module Google
1702
1785
  @content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
1703
1786
  @content_outstream_position_details = args[:content_outstream_position_details] if args.key?(:content_outstream_position_details)
1704
1787
  @content_stream_type_details = args[:content_stream_type_details] if args.key?(:content_stream_type_details)
1788
+ @content_theme_exclusion_details = args[:content_theme_exclusion_details] if args.key?(:content_theme_exclusion_details)
1705
1789
  @day_and_time_details = args[:day_and_time_details] if args.key?(:day_and_time_details)
1706
1790
  @device_make_model_details = args[:device_make_model_details] if args.key?(:device_make_model_details)
1707
1791
  @device_type_details = args[:device_type_details] if args.key?(:device_type_details)
@@ -4014,6 +4098,60 @@ module Google
4014
4098
  end
4015
4099
  end
4016
4100
 
4101
+ # Targeting details for content theme. This will be populated in the details
4102
+ # field of an AssignedTargetingOption when targeting_type is `
4103
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
4104
+ class ContentThemeAssignedTargetingOptionDetails
4105
+ include Google::Apis::Core::Hashable
4106
+
4107
+ # Output only. An enum for the DV360 content theme classifier.
4108
+ # Corresponds to the JSON property `contentTheme`
4109
+ # @return [String]
4110
+ attr_accessor :content_theme
4111
+
4112
+ # Required. An enum for the DV360 content theme classified to be EXCLUDED.
4113
+ # Corresponds to the JSON property `excludedContentTheme`
4114
+ # @return [String]
4115
+ attr_accessor :excluded_content_theme
4116
+
4117
+ # Required. ID of the content theme to be EXCLUDED.
4118
+ # Corresponds to the JSON property `excludedTargetingOptionId`
4119
+ # @return [String]
4120
+ attr_accessor :excluded_targeting_option_id
4121
+
4122
+ def initialize(**args)
4123
+ update!(**args)
4124
+ end
4125
+
4126
+ # Update properties of this object
4127
+ def update!(**args)
4128
+ @content_theme = args[:content_theme] if args.key?(:content_theme)
4129
+ @excluded_content_theme = args[:excluded_content_theme] if args.key?(:excluded_content_theme)
4130
+ @excluded_targeting_option_id = args[:excluded_targeting_option_id] if args.key?(:excluded_targeting_option_id)
4131
+ end
4132
+ end
4133
+
4134
+ # Represents a targetable content theme. This will be populated in the
4135
+ # content_theme_details field of the TargetingOption when targeting_type is `
4136
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
4137
+ class ContentThemeTargetingOptionDetails
4138
+ include Google::Apis::Core::Hashable
4139
+
4140
+ # Output only. An enum for the DV360 content theme content classifier.
4141
+ # Corresponds to the JSON property `contentTheme`
4142
+ # @return [String]
4143
+ attr_accessor :content_theme
4144
+
4145
+ def initialize(**args)
4146
+ update!(**args)
4147
+ end
4148
+
4149
+ # Update properties of this object
4150
+ def update!(**args)
4151
+ @content_theme = args[:content_theme] if args.key?(:content_theme)
4152
+ end
4153
+ end
4154
+
4017
4155
  # Settings that control how conversions are counted. All post-click conversions
4018
4156
  # will be counted. A percentage value can be set for post-view conversions
4019
4157
  # counting.
@@ -4022,13 +4160,10 @@ module Google
4022
4160
 
4023
4161
  # The Floodlight activity configs used to track conversions. The number of
4024
4162
  # conversions counted is the sum of all of the conversions counted by all of the
4025
- # Floodlight activity IDs specified in this field. *Warning*: Starting **April 1,
4026
- # 2025**, this field will no longer be writable while a custom bidding
4027
- # algorithm is assigned to the line item. If you set this field and assign a
4028
- # custom bidding algorithm in the same request, the floodlight activities must
4029
- # match the ones used by the custom bidding algorithm. [Read more about this
4030
- # announced change](/display-video/api/deprecations#features.
4031
- # custom_bidding_floodlight).
4163
+ # Floodlight activity IDs specified in this field. This field can't be updated
4164
+ # if a custom bidding algorithm is assigned to the line item. If you set this
4165
+ # field and assign a custom bidding algorithm in the same request, the
4166
+ # floodlight activities must match the ones used by the custom bidding algorithm.
4032
4167
  # Corresponds to the JSON property `floodlightActivityConfigs`
4033
4168
  # @return [Array<Google::Apis::DisplayvideoV4::TrackingFloodlightActivityConfig>]
4034
4169
  attr_accessor :floodlight_activity_configs
@@ -6182,16 +6317,10 @@ module Google
6182
6317
  attr_accessor :gmail_audience_size
6183
6318
 
6184
6319
  # Output only. The duration in days that an entry remains in the audience after
6185
- # the qualifying event. If the audience has no expiration, set the value of this
6186
- # field to 10000. Otherwise, the set value must be greater than 0 and less than
6187
- # or equal to 540. Only applicable to first party audiences. This field is
6188
- # required if one of the following audience_type is used: * `
6189
- # CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting
6190
- # on **April 7, 2025**, audiences will no longer be able to have infinite
6191
- # membership duration. This field will no longer accept the value 10000 and all
6192
- # audiences with membership durations greater than 540 days will be updated to a
6193
- # membership duration of 540 days. [Read more about this announced change](/
6194
- # display-video/api/deprecations#features.audience_duration).
6320
+ # the qualifying event. The set value must be greater than 0 and less than or
6321
+ # equal to 540. Only applicable to first party audiences. This field is required
6322
+ # if one of the following audience_type is used: * `CUSTOMER_MATCH_CONTACT_INFO`
6323
+ # * `CUSTOMER_MATCH_DEVICE_ID`
6195
6324
  # Corresponds to the JSON property `membershipDurationDays`
6196
6325
  # @return [Fixnum]
6197
6326
  attr_accessor :membership_duration_days
@@ -9506,11 +9635,9 @@ module Google
9506
9635
 
9507
9636
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
9508
9637
  # when performance_goal_type is set to `
9509
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
9510
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
9511
- # activities not identified in floodlightActivityConfigs will return an error. [
9512
- # Read more about this announced change](/display-video/api/deprecations#
9513
- # features.custom_bidding_floodlight).
9638
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
9639
+ # bidding algorithm that uses floodlight activities not identified in
9640
+ # floodlightActivityConfigs will return an error.
9514
9641
  # Corresponds to the JSON property `customBiddingAlgorithmId`
9515
9642
  # @return [Fixnum]
9516
9643
  attr_accessor :custom_bidding_algorithm_id
@@ -10563,11 +10690,9 @@ module Google
10563
10690
 
10564
10691
  # The ID of the Custom Bidding Algorithm used by this strategy. Only applicable
10565
10692
  # when performance_goal_type is set to `
10566
- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. *Warning*: Starting **
10567
- # April 1, 2025**, assigning a custom bidding algorithm that uses floodlight
10568
- # activities not identified in floodlightActivityConfigs will return an error. [
10569
- # Read more about this announced change](/display-video/api/deprecations#
10570
- # features.custom_bidding_floodlight).
10693
+ # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom
10694
+ # bidding algorithm that uses floodlight activities not identified in
10695
+ # floodlightActivityConfigs will return an error.
10571
10696
  # Corresponds to the JSON property `customBiddingAlgorithmId`
10572
10697
  # @return [Fixnum]
10573
10698
  attr_accessor :custom_bidding_algorithm_id
@@ -11192,8 +11317,7 @@ module Google
11192
11317
  end
11193
11318
  end
11194
11319
 
11195
- # Type for the response returned by [SdfDownloadTaskService.
11196
- # CreateSdfDownloadTask].
11320
+ # Type for the response returned by SdfDownloadTaskService.CreateSdfDownloadTask.
11197
11321
  class SdfDownloadTask
11198
11322
  include Google::Apis::Core::Hashable
11199
11323
 
@@ -11215,8 +11339,7 @@ module Google
11215
11339
  end
11216
11340
  end
11217
11341
 
11218
- # Type for the metadata returned by [SdfDownloadTaskService.
11219
- # CreateSdfDownloadTask].
11342
+ # Type for the metadata returned by SdfDownloadTaskService.CreateSdfDownloadTask.
11220
11343
  class SdfDownloadTaskMetadata
11221
11344
  include Google::Apis::Core::Hashable
11222
11345
 
@@ -11680,6 +11803,13 @@ module Google
11680
11803
  # @return [Google::Apis::DisplayvideoV4::ContentStreamTypeTargetingOptionDetails]
11681
11804
  attr_accessor :content_stream_type_details
11682
11805
 
11806
+ # Represents a targetable content theme. This will be populated in the
11807
+ # content_theme_details field of the TargetingOption when targeting_type is `
11808
+ # TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
11809
+ # Corresponds to the JSON property `contentThemeDetails`
11810
+ # @return [Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails]
11811
+ attr_accessor :content_theme_details
11812
+
11683
11813
  # Represents a targetable device make and model. This will be populated in the
11684
11814
  # device_make_model_details field of a TargetingOption when targeting_type is `
11685
11815
  # TARGETING_TYPE_DEVICE_MAKE_MODEL`.
@@ -11851,6 +11981,7 @@ module Google
11851
11981
  @content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
11852
11982
  @content_outstream_position_details = args[:content_outstream_position_details] if args.key?(:content_outstream_position_details)
11853
11983
  @content_stream_type_details = args[:content_stream_type_details] if args.key?(:content_stream_type_details)
11984
+ @content_theme_details = args[:content_theme_details] if args.key?(:content_theme_details)
11854
11985
  @device_make_model_details = args[:device_make_model_details] if args.key?(:device_make_model_details)
11855
11986
  @device_type_details = args[:device_type_details] if args.key?(:device_type_details)
11856
11987
  @digital_content_label_details = args[:digital_content_label_details] if args.key?(:digital_content_label_details)
@@ -12006,7 +12137,7 @@ module Google
12006
12137
  class ThirdPartyVerifierAssignedTargetingOptionDetails
12007
12138
  include Google::Apis::Core::Hashable
12008
12139
 
12009
- # Details of Adloox brand safety settings.
12140
+ # Details of Scope3 (previously known as Adloox) brand safety settings.
12010
12141
  # Corresponds to the JSON property `adloox`
12011
12142
  # @return [Google::Apis::DisplayvideoV4::Adloox]
12012
12143
  attr_accessor :adloox
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV4
18
18
  # Version of the google-apis-displayvideo_v4 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250313"
25
+ REVISION = "20250424"
26
26
  end
27
27
  end
28
28
  end
@@ -130,6 +130,12 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
+ class AlgorithmRulesFloodlightActivityConversionSignal
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
133
139
  class AlgorithmRulesRule
134
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
141
 
@@ -616,6 +622,18 @@ module Google
616
622
  include Google::Apis::Core::JsonObjectSupport
617
623
  end
618
624
 
625
+ class ContentThemeAssignedTargetingOptionDetails
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class ContentThemeTargetingOptionDetails
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
619
637
  class ConversionCountingConfig
620
638
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
639
 
@@ -2217,8 +2235,11 @@ module Google
2217
2235
  class AlgorithmRules
2218
2236
  # @private
2219
2237
  class Representation < Google::Apis::Core::JsonRepresentation
2238
+ property :attribution_model_id, :numeric_string => true, as: 'attributionModelId'
2220
2239
  property :impression_signal_ruleset, as: 'impressionSignalRuleset', class: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset, decorator: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset::Representation
2221
2240
 
2241
+ property :post_impression_signal_ruleset, as: 'postImpressionSignalRuleset', class: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset, decorator: Google::Apis::DisplayvideoV4::AlgorithmRulesRuleset::Representation
2242
+
2222
2243
  end
2223
2244
  end
2224
2245
 
@@ -2237,6 +2258,16 @@ module Google
2237
2258
  property :int64_value, :numeric_string => true, as: 'int64Value'
2238
2259
  property :on_screen_position_value, as: 'onScreenPositionValue'
2239
2260
  property :string_value, as: 'stringValue'
2261
+ property :video_player_size_value, as: 'videoPlayerSizeValue'
2262
+ end
2263
+ end
2264
+
2265
+ class AlgorithmRulesFloodlightActivityConversionSignal
2266
+ # @private
2267
+ class Representation < Google::Apis::Core::JsonRepresentation
2268
+ property :conversion_counting, as: 'conversionCounting'
2269
+ property :counting_method, as: 'countingMethod'
2270
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
2240
2271
  end
2241
2272
  end
2242
2273
 
@@ -2273,6 +2304,8 @@ module Google
2273
2304
  class AlgorithmRulesSignal
2274
2305
  # @private
2275
2306
  class Representation < Google::Apis::Core::JsonRepresentation
2307
+ property :active_view_signal, as: 'activeViewSignal'
2308
+ property :click_signal, as: 'clickSignal'
2276
2309
  property :impression_signal, as: 'impressionSignal'
2277
2310
  end
2278
2311
  end
@@ -2291,6 +2324,9 @@ module Google
2291
2324
  class AlgorithmRulesSignalValue
2292
2325
  # @private
2293
2326
  class Representation < Google::Apis::Core::JsonRepresentation
2327
+ property :active_view_signal, as: 'activeViewSignal'
2328
+ property :floodlight_activity_conversion_signal, as: 'floodlightActivityConversionSignal', class: Google::Apis::DisplayvideoV4::AlgorithmRulesFloodlightActivityConversionSignal, decorator: Google::Apis::DisplayvideoV4::AlgorithmRulesFloodlightActivityConversionSignal::Representation
2329
+
2294
2330
  property :number, as: 'number'
2295
2331
  end
2296
2332
  end
@@ -2393,6 +2429,8 @@ module Google
2393
2429
 
2394
2430
  property :content_stream_type_details, as: 'contentStreamTypeDetails', class: Google::Apis::DisplayvideoV4::ContentStreamTypeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentStreamTypeAssignedTargetingOptionDetails::Representation
2395
2431
 
2432
+ property :content_theme_exclusion_details, as: 'contentThemeExclusionDetails', class: Google::Apis::DisplayvideoV4::ContentThemeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentThemeAssignedTargetingOptionDetails::Representation
2433
+
2396
2434
  property :day_and_time_details, as: 'dayAndTimeDetails', class: Google::Apis::DisplayvideoV4::DayAndTimeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DayAndTimeAssignedTargetingOptionDetails::Representation
2397
2435
 
2398
2436
  property :device_make_model_details, as: 'deviceMakeModelDetails', class: Google::Apis::DisplayvideoV4::DeviceMakeModelAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DeviceMakeModelAssignedTargetingOptionDetails::Representation
@@ -3100,6 +3138,22 @@ module Google
3100
3138
  end
3101
3139
  end
3102
3140
 
3141
+ class ContentThemeAssignedTargetingOptionDetails
3142
+ # @private
3143
+ class Representation < Google::Apis::Core::JsonRepresentation
3144
+ property :content_theme, as: 'contentTheme'
3145
+ property :excluded_content_theme, as: 'excludedContentTheme'
3146
+ property :excluded_targeting_option_id, as: 'excludedTargetingOptionId'
3147
+ end
3148
+ end
3149
+
3150
+ class ContentThemeTargetingOptionDetails
3151
+ # @private
3152
+ class Representation < Google::Apis::Core::JsonRepresentation
3153
+ property :content_theme, as: 'contentTheme'
3154
+ end
3155
+ end
3156
+
3103
3157
  class ConversionCountingConfig
3104
3158
  # @private
3105
3159
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5165,6 +5219,8 @@ module Google
5165
5219
 
5166
5220
  property :content_stream_type_details, as: 'contentStreamTypeDetails', class: Google::Apis::DisplayvideoV4::ContentStreamTypeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentStreamTypeTargetingOptionDetails::Representation
5167
5221
 
5222
+ property :content_theme_details, as: 'contentThemeDetails', class: Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails::Representation
5223
+
5168
5224
  property :device_make_model_details, as: 'deviceMakeModelDetails', class: Google::Apis::DisplayvideoV4::DeviceMakeModelTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DeviceMakeModelTargetingOptionDetails::Representation
5169
5225
 
5170
5226
  property :device_type_details, as: 'deviceTypeDetails', class: Google::Apis::DisplayvideoV4::DeviceTypeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DeviceTypeTargetingOptionDetails::Representation
@@ -3838,10 +3838,8 @@ module Google
3838
3838
  end
3839
3839
 
3840
3840
  # Updates an existing custom bidding algorithm. Returns the updated custom
3841
- # bidding algorithm if successful. *Warning*: Starting **April 1, 2025**,
3842
- # requests updating custom bidding algorithms that are assigned to line items
3843
- # will return an error. [Read more about this announced change](/display-video/
3844
- # api/deprecations#features.custom_bidding_floodlight).
3841
+ # bidding algorithm if successful. Requests updating a custom bidding algorithm
3842
+ # assigned to a line item will return an error.
3845
3843
  # @param [Fixnum] custom_bidding_algorithm_id
3846
3844
  # Output only. The unique ID of the custom bidding algorithm. Assigned by the
3847
3845
  # system.
@@ -3958,10 +3956,8 @@ module Google
3958
3956
  end
3959
3957
 
3960
3958
  # Creates a new rules resource. Returns the newly created rules resource if
3961
- # successful. *Warning*: Starting **April 1, 2025**, requests updating custom
3962
- # bidding algorithms that are assigned to line items will return an error. [Read
3963
- # more about this announced change](/display-video/api/deprecations#features.
3964
- # custom_bidding_floodlight).
3959
+ # successful. Requests creating a custom bidding rules resource under an
3960
+ # algorithm assigned to a line item will return an error.
3965
3961
  # @param [Fixnum] custom_bidding_algorithm_id
3966
3962
  # Required. The ID of the custom bidding algorithm that owns the rules resource.
3967
3963
  # @param [Google::Apis::DisplayvideoV4::CustomBiddingAlgorithmRules] custom_bidding_algorithm_rules_object
@@ -4094,10 +4090,8 @@ module Google
4094
4090
  end
4095
4091
 
4096
4092
  # Creates a new custom bidding script. Returns the newly created script if
4097
- # successful. *Warning*: Starting **April 1, 2025**, requests updating custom
4098
- # bidding algorithms that are assigned to line items will return an error. [Read
4099
- # more about this announced change](/display-video/api/deprecations#features.
4100
- # custom_bidding_floodlight).
4093
+ # successful. Requests creating a custom bidding script under an algorithm
4094
+ # assigned to a line item will return an error.
4101
4095
  # @param [Fixnum] custom_bidding_algorithm_id
4102
4096
  # Required. The ID of the custom bidding algorithm that owns the script.
4103
4097
  # @param [Google::Apis::DisplayvideoV4::CustomBiddingScript] custom_bidding_script_object
@@ -6431,8 +6425,8 @@ module Google
6431
6425
  # SdfDownloadTaskMetadata. If the request is successful, the response type of
6432
6426
  # the operation is SdfDownloadTask. The response will not include the download
6433
6427
  # files, which must be retrieved with media.download. The state of operation can
6434
- # be retrieved with sdfdownloadtask.operations.get. Any errors can be found in
6435
- # the error.message. Note that error.details is expected to be empty.
6428
+ # be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found
6429
+ # in the error.message. Note that error.details is expected to be empty.
6436
6430
  # @param [Google::Apis::DisplayvideoV4::CreateSdfDownloadTaskRequest] create_sdf_download_task_request_object
6437
6431
  # @param [String] fields
6438
6432
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-04-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-displayvideo_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.3.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.5.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
62
62
  rdoc_options: []
63
63
  require_paths: