google-apis-displayvideo_v4 0.19.0 → 0.21.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: 72546617f4ada8ea18df5e63a77e57ddca954d90e42eb512765e0ad572e5be98
4
- data.tar.gz: 4c80e559014013accde8095e73e3625e1ba972c0f55210cf7840eed10c8368be
3
+ metadata.gz: 844e2678a7272ac0681361a161e07738c3e371a71c15b1cfe964a13b290ab6f0
4
+ data.tar.gz: 5f09ab38b52d0a9be565582131cc92d084d50b2776a4cf03cb9e79dcf5592b8c
5
5
  SHA512:
6
- metadata.gz: 5b3ae313d9ce40adf3d0f046f31baacbc90f7ef009583e961dd987d81f2b9b36165df842ca98974fefde8024e4bc58545dc3895774ea9a2bf7e30a047ca7a16e
7
- data.tar.gz: e8ce2a79c91aea16dba5fa7947d39abee4bc9a14b9a0c64c4d45fd98073340f793b2bf144ef1179009071660c4e4a2e1d6ac35449f77babafbbe9ea0e628b906
6
+ metadata.gz: 2aaed0839c4072edbe82911df4d4dcf9f22a4ee2b5e3a2a7c4369f32dfea9ed892ee5c176b1ee21e9da767231b0658600b01400f05ec7ac3ed9d321bb0493035
7
+ data.tar.gz: 4c930bcf10651042e87c7f08d57cb728832f1d7c14a80314f218e9b59ddc929a58c3032175c64b561907956ddc99dce41852fa7c4845ce9f4a262037ec70064c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.21.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260606
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.20.0 (2026-04-26)
9
+
10
+ * Regenerated from discovery document revision 20260421
11
+
3
12
  ### v0.19.0 (2026-03-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20260312
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/display-video/) may pr
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -240,6 +240,11 @@ module Google
240
240
  # @return [Google::Apis::DisplayvideoV4::BumperAd]
241
241
  attr_accessor :bumper_ad
242
242
 
243
+ # Details on the DCM tracking.
244
+ # Corresponds to the JSON property `dcmTrackingInfo`
245
+ # @return [Google::Apis::DisplayvideoV4::DcmTrackingInfo]
246
+ attr_accessor :dcm_tracking_info
247
+
243
248
  # Details for a Demand Gen carousel ad.
244
249
  # Corresponds to the JSON property `demandGenCarouselAd`
245
250
  # @return [Google::Apis::DisplayvideoV4::DemandGenCarouselAd]
@@ -319,6 +324,7 @@ module Google
319
324
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
320
325
  @audio_ad = args[:audio_ad] if args.key?(:audio_ad)
321
326
  @bumper_ad = args[:bumper_ad] if args.key?(:bumper_ad)
327
+ @dcm_tracking_info = args[:dcm_tracking_info] if args.key?(:dcm_tracking_info)
322
328
  @demand_gen_carousel_ad = args[:demand_gen_carousel_ad] if args.key?(:demand_gen_carousel_ad)
323
329
  @demand_gen_image_ad = args[:demand_gen_image_ad] if args.key?(:demand_gen_image_ad)
324
330
  @demand_gen_product_ad = args[:demand_gen_product_ad] if args.key?(:demand_gen_product_ad)
@@ -2552,6 +2558,13 @@ module Google
2552
2558
  # @return [Google::Apis::DisplayvideoV4::YoutubeChannelAssignedTargetingOptionDetails]
2553
2559
  attr_accessor :youtube_channel_details
2554
2560
 
2561
+ # Details for YouTube channel pack assigned targeting option. This will be
2562
+ # populated in the youtube_channel_pack_details field when targeting_type is `
2563
+ # TARGETING_TYPE_YOUTUBE_CHANNEL_PACK`.
2564
+ # Corresponds to the JSON property `youtubeChannelPackDetails`
2565
+ # @return [Google::Apis::DisplayvideoV4::YoutubeChannelPackAssignedTargetingOptionDetails]
2566
+ attr_accessor :youtube_channel_pack_details
2567
+
2555
2568
  # Details for YouTube video assigned targeting option. This will be populated in
2556
2569
  # the youtube_video_details field when targeting_type is `
2557
2570
  # TARGETING_TYPE_YOUTUBE_VIDEO`.
@@ -2618,6 +2631,7 @@ module Google
2618
2631
  @video_player_size_details = args[:video_player_size_details] if args.key?(:video_player_size_details)
2619
2632
  @viewability_details = args[:viewability_details] if args.key?(:viewability_details)
2620
2633
  @youtube_channel_details = args[:youtube_channel_details] if args.key?(:youtube_channel_details)
2634
+ @youtube_channel_pack_details = args[:youtube_channel_pack_details] if args.key?(:youtube_channel_pack_details)
2621
2635
  @youtube_video_details = args[:youtube_video_details] if args.key?(:youtube_video_details)
2622
2636
  end
2623
2637
  end
@@ -3171,9 +3185,8 @@ module Google
3171
3185
  # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
3172
3186
  # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
3173
3187
  # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
3174
- # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
3175
- # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
3176
- # TARGETING_TYPE_YOUTUBE_VIDEO`
3188
+ # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_URL` * `
3189
+ # TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO`
3177
3190
  # Corresponds to the JSON property `createRequests`
3178
3191
  # @return [Array<Google::Apis::DisplayvideoV4::CreateAssignedTargetingOptionsRequest>]
3179
3192
  attr_accessor :create_requests
@@ -3185,9 +3198,8 @@ module Google
3185
3198
  # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
3186
3199
  # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
3187
3200
  # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
3188
- # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
3189
- # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
3190
- # TARGETING_TYPE_YOUTUBE_VIDEO`
3201
+ # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_URL` * `
3202
+ # TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO`
3191
3203
  # Corresponds to the JSON property `deleteRequests`
3192
3204
  # @return [Array<Google::Apis::DisplayvideoV4::DeleteAssignedTargetingOptionsRequest>]
3193
3205
  attr_accessor :delete_requests
@@ -3243,7 +3255,7 @@ module Google
3243
3255
  # CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
3244
3256
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
3245
3257
  # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
3246
- # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
3258
+ # TARGETING_TYPE_KEYWORD`
3247
3259
  # Corresponds to the JSON property `createRequests`
3248
3260
  # @return [Array<Google::Apis::DisplayvideoV4::CreateAssignedTargetingOptionsRequest>]
3249
3261
  attr_accessor :create_requests
@@ -3252,7 +3264,7 @@ module Google
3252
3264
  # DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
3253
3265
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
3254
3266
  # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
3255
- # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
3267
+ # TARGETING_TYPE_KEYWORD`
3256
3268
  # Corresponds to the JSON property `deleteRequests`
3257
3269
  # @return [Array<Google::Apis::DisplayvideoV4::DeleteAssignedTargetingOptionsRequest>]
3258
3270
  attr_accessor :delete_requests
@@ -4211,8 +4223,8 @@ module Google
4211
4223
  class CarouselCard
4212
4224
  include Google::Apis::Core::Hashable
4213
4225
 
4214
- # Required. The call-to-action button shown on the card. Must use 10 characters
4215
- # or less.
4226
+ # Required. The text on the call-to-action button shown on the card. Must use 10
4227
+ # characters or less.
4216
4228
  # Corresponds to the JSON property `callToAction`
4217
4229
  # @return [String]
4218
4230
  attr_accessor :call_to_action
@@ -5161,7 +5173,9 @@ module Google
5161
5173
  # attribution model will determine how conversions are counted. The Primary
5162
5174
  # model can be set by you for a floodlight config or group. More details [here](
5163
5175
  # https://support.google.com/displayvideo/answer/7409983). Only applicable to
5164
- # Demand Gen line items.
5176
+ # Demand Gen line items. Retrieval and management of Demand Gen resources is
5177
+ # currently in beta. This field will begin rolling out to all partners on *June
5178
+ # 10, 2026* and be available to all partners on *June 24, 2026*.
5165
5179
  # Corresponds to the JSON property `primaryAttributionModelId`
5166
5180
  # @return [Fixnum]
5167
5181
  attr_accessor :primary_attribution_model_id
@@ -6335,8 +6349,8 @@ module Google
6335
6349
  attr_accessor :start_hour
6336
6350
 
6337
6351
  # Required. The mechanism used to determine which timezone to use for this day
6338
- # and time targeting setting. For demand gen line items, this field is always
6339
- # TIME_ZONE_RESOLUTION_ADVERTISER.
6352
+ # and time targeting setting. For Demand Gen line items, this field is always `
6353
+ # TIME_ZONE_RESOLUTION_ADVERTISER`.
6340
6354
  # Corresponds to the JSON property `timeZoneResolution`
6341
6355
  # @return [String]
6342
6356
  attr_accessor :time_zone_resolution
@@ -6354,6 +6368,37 @@ module Google
6354
6368
  end
6355
6369
  end
6356
6370
 
6371
+ # Details on the DCM tracking.
6372
+ class DcmTrackingInfo
6373
+ include Google::Apis::Core::Hashable
6374
+
6375
+ # Required. The DCM creative id.
6376
+ # Corresponds to the JSON property `creativeId`
6377
+ # @return [Fixnum]
6378
+ attr_accessor :creative_id
6379
+
6380
+ # Required. The DCM placement id.
6381
+ # Corresponds to the JSON property `placementId`
6382
+ # @return [Fixnum]
6383
+ attr_accessor :placement_id
6384
+
6385
+ # Required. The DCM tracking ad id.
6386
+ # Corresponds to the JSON property `trackingAdId`
6387
+ # @return [Fixnum]
6388
+ attr_accessor :tracking_ad_id
6389
+
6390
+ def initialize(**args)
6391
+ update!(**args)
6392
+ end
6393
+
6394
+ # Update properties of this object
6395
+ def update!(**args)
6396
+ @creative_id = args[:creative_id] if args.key?(:creative_id)
6397
+ @placement_id = args[:placement_id] if args.key?(:placement_id)
6398
+ @tracking_ad_id = args[:tracking_ad_id] if args.key?(:tracking_ad_id)
6399
+ end
6400
+ end
6401
+
6357
6402
  # A request listing which assigned targeting options of a given targeting type
6358
6403
  # should be deleted.
6359
6404
  class DeleteAssignedTargetingOptionsRequest
@@ -6384,10 +6429,11 @@ module Google
6384
6429
  class DemandGenBiddingStrategy
6385
6430
  include Google::Apis::Core::Hashable
6386
6431
 
6387
- # Output only. If AG doesn't set value for tCPA or tROAS, line item bidding
6388
- # value will be the effective_bidding_value, if the bidding strategy type is not
6389
- # tCPA or tROAS, effective_bidding_value is always 0. For line item, it will be
6390
- # the same as the value field.
6432
+ # Output only. The value effectively used by the bidding strategy. This field
6433
+ # will be the same as value if set. If value is not set and the strategy is
6434
+ # assigned to an ad group, this field will be inherited from the line item's
6435
+ # bidding strategy. If type is not `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA`
6436
+ # or `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS`, this field will be 0.
6391
6437
  # Corresponds to the JSON property `effectiveBiddingValue`
6392
6438
  # @return [Fixnum]
6393
6439
  attr_accessor :effective_bidding_value
@@ -6397,15 +6443,16 @@ module Google
6397
6443
  # @return [String]
6398
6444
  attr_accessor :effective_bidding_value_source
6399
6445
 
6400
- # Optional. The type of the bidding strategy. This can only be set at the line
6401
- # item level.
6446
+ # Optional. The type of the bidding strategy. This can only be set when assigned
6447
+ # to a line item. Ad groups will inherit this value from their line item.
6402
6448
  # Corresponds to the JSON property `type`
6403
6449
  # @return [String]
6404
6450
  attr_accessor :type
6405
6451
 
6406
- # Optional. The value used by the bidding strategy. This can be set at the line
6407
- # item and ad group level. This field is only applicable for the following
6408
- # strategy types: * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
6452
+ # Optional. The value used by the bidding strategy. This can be set when
6453
+ # assigned to line items or ad groups. This field is only applicable for the
6454
+ # following strategy types: * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
6455
+ # DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPC` * `
6409
6456
  # DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS` Value of this field is in micros
6410
6457
  # of the advertiser's currency or ROAS value. For example, 1000000 represents 1.
6411
6458
  # 0 standard units of the currency or 100% ROAS value. If not using an
@@ -6441,7 +6488,8 @@ module Google
6441
6488
  # @return [Array<Google::Apis::DisplayvideoV4::CarouselCard>]
6442
6489
  attr_accessor :cards
6443
6490
 
6444
- # Optional. The custom parameters to pass custom values to tracking URL template.
6491
+ # Optional. The custom parameters and accompanying values to add to the tracking
6492
+ # URL.
6445
6493
  # Corresponds to the JSON property `customParameters`
6446
6494
  # @return [Hash<String,String>]
6447
6495
  attr_accessor :custom_parameters
@@ -6515,7 +6563,8 @@ module Google
6515
6563
  # @return [String]
6516
6564
  attr_accessor :call_to_action
6517
6565
 
6518
- # Optional. The custom parameters to pass custom values to tracking URL template.
6566
+ # Optional. The custom parameters and accompanying values to add to the tracking
6567
+ # URL.
6519
6568
  # Corresponds to the JSON property `customParameters`
6520
6569
  # @return [Hash<String,String>]
6521
6570
  attr_accessor :custom_parameters
@@ -6616,7 +6665,8 @@ module Google
6616
6665
  # @return [String]
6617
6666
  attr_accessor :call_to_action
6618
6667
 
6619
- # Optional. The custom parameters to pass custom values to tracking URL template.
6668
+ # Optional. The custom parameters and accompanying values to add to the tracking
6669
+ # URL.
6620
6670
  # Corresponds to the JSON property `customParameters`
6621
6671
  # @return [Hash<String,String>]
6622
6672
  attr_accessor :custom_parameters
@@ -6694,14 +6744,14 @@ module Google
6694
6744
 
6695
6745
  # Optional. Immutable. Whether location and language targeting can be set at the
6696
6746
  # line item level. Otherwise, relevant targeting types must be assigned directly
6697
- # to the ad groups.
6747
+ # to ad groups.
6698
6748
  # Corresponds to the JSON property `geoLanguageTargetingEnabled`
6699
6749
  # @return [Boolean]
6700
6750
  attr_accessor :geo_language_targeting_enabled
6701
6751
  alias_method :geo_language_targeting_enabled?, :geo_language_targeting_enabled
6702
6752
 
6703
- # Optional. The ID of the merchant which is linked to the line item for product
6704
- # feed.
6753
+ # Optional. The ID of the Merchant Center account used to provide a product feed.
6754
+ # This Merchant Center account must already be linked to the advertiser.
6705
6755
  # Corresponds to the JSON property `linkedMerchantId`
6706
6756
  # @return [Fixnum]
6707
6757
  attr_accessor :linked_merchant_id
@@ -6747,7 +6797,8 @@ module Google
6747
6797
  # @return [Google::Apis::DisplayvideoV4::ImageAsset]
6748
6798
  attr_accessor :companion_banner
6749
6799
 
6750
- # Optional. The custom parameters to pass custom values to tracking URL template.
6800
+ # Optional. The custom parameters and accompanying values to add to the tracking
6801
+ # URL.
6751
6802
  # Corresponds to the JSON property `customParameters`
6752
6803
  # @return [Hash<String,String>]
6753
6804
  attr_accessor :custom_parameters
@@ -6794,7 +6845,7 @@ module Google
6794
6845
  # @return [Google::Apis::DisplayvideoV4::ImageAsset]
6795
6846
  attr_accessor :logo
6796
6847
 
6797
- # Required. The list of lone headlines shown on the ad.
6848
+ # Required. The list of long headlines shown on the ad.
6798
6849
  # Corresponds to the JSON property `longHeadlines`
6799
6850
  # @return [Array<String>]
6800
6851
  attr_accessor :long_headlines
@@ -8666,7 +8717,7 @@ module Google
8666
8717
  # @return [Google::Apis::DisplayvideoV4::CommonInStreamAttribute]
8667
8718
  attr_accessor :common_in_stream_attribute
8668
8719
 
8669
- # The custom parameters to pass custom values to tracking URL template.
8720
+ # The custom parameters and accompanying values to add to the tracking URL.
8670
8721
  # Corresponds to the JSON property `customParameters`
8671
8722
  # @return [Hash<String,String>]
8672
8723
  attr_accessor :custom_parameters
@@ -9022,7 +9073,7 @@ module Google
9022
9073
  end
9023
9074
  end
9024
9075
 
9025
- # An inventory source. Next ID: 22
9076
+ # An inventory source.
9026
9077
  class InventorySource
9027
9078
  include Google::Apis::Core::Hashable
9028
9079
 
@@ -9596,8 +9647,13 @@ module Google
9596
9647
  class KeywordAssignedTargetingOptionDetails
9597
9648
  include Google::Apis::Core::Hashable
9598
9649
 
9599
- # Optional. The policy names to exempt the keyword from. This field is only
9600
- # applicable for Demand Gen keywords, which are positively targeted.
9650
+ # Optional. The policy names to exempt the keyword from. When attempting to
9651
+ # target a keyword that violates a policy, the error returned will include the
9652
+ # name of the relevant policy. Use that name in this field to exempt the
9653
+ # targeted keyword from the policy. This field is only applicable for positively-
9654
+ # targeted keywords assigned to Demand Gen resources. Retrieval and management
9655
+ # of Demand Gen resources is currently in beta. This field is only available to
9656
+ # allowlisted users.
9601
9657
  # Corresponds to the JSON property `exemptedPolicyNames`
9602
9658
  # @return [Array<String>]
9603
9659
  attr_accessor :exempted_policy_names
@@ -9855,6 +9911,18 @@ module Google
9855
9911
  # @return [String]
9856
9912
  attr_accessor :name
9857
9913
 
9914
+ # Optional. Whether to enable DV360's bid optimization for fixed bid line items.
9915
+ # By default, DV360 optimizes your fixed bid by automatically lowering bids for
9916
+ # impressions that are less likely to perform well. This optimization is enabled
9917
+ # by default (value is true). When this field is set to `false`, this
9918
+ # optimization is disabled, and the bid will not be lowered for any reason. This
9919
+ # setting only applies to line items with a `bidding_strategy` of type `
9920
+ # FIXED_BID`.
9921
+ # Corresponds to the JSON property `optimizeFixedBidding`
9922
+ # @return [Boolean]
9923
+ attr_accessor :optimize_fixed_bidding
9924
+ alias_method :optimize_fixed_bidding?, :optimize_fixed_bidding
9925
+
9858
9926
  # Settings that control the rate at which a budget is spent.
9859
9927
  # Corresponds to the JSON property `pacing`
9860
9928
  # @return [Google::Apis::DisplayvideoV4::Pacing]
@@ -9926,6 +9994,7 @@ module Google
9926
9994
  @line_item_type = args[:line_item_type] if args.key?(:line_item_type)
9927
9995
  @mobile_app = args[:mobile_app] if args.key?(:mobile_app)
9928
9996
  @name = args[:name] if args.key?(:name)
9997
+ @optimize_fixed_bidding = args[:optimize_fixed_bidding] if args.key?(:optimize_fixed_bidding)
9929
9998
  @pacing = args[:pacing] if args.key?(:pacing)
9930
9999
  @partner_costs = args[:partner_costs] if args.key?(:partner_costs)
9931
10000
  @partner_revenue_model = args[:partner_revenue_model] if args.key?(:partner_revenue_model)
@@ -9970,10 +10039,8 @@ module Google
9970
10039
 
9971
10040
  # Required. The type of the budget allocation. `
9972
10041
  # LINE_ITEM_BUDGET_ALLOCATION_TYPE_AUTOMATIC` is only applicable when automatic
9973
- # budget allocation is enabled for the parent insertion order. For demand gen
9974
- # line items, budget allocation type must be `
9975
- # LINE_ITEM_BUDGET_ALLOCATION_TYPE_FIXED`. Demand Gen line items do not support
9976
- # other budget allocation types.
10042
+ # budget allocation is enabled for the parent insertion order. This field must
10043
+ # be set to `LINE_ITEM_BUDGET_ALLOCATION_TYPE_FIXED` for Demand Gen line items.
9977
10044
  # Corresponds to the JSON property `budgetAllocationType`
9978
10045
  # @return [String]
9979
10046
  attr_accessor :budget_allocation_type
@@ -11500,7 +11567,7 @@ module Google
11500
11567
  # @return [Google::Apis::DisplayvideoV4::CommonInStreamAttribute]
11501
11568
  attr_accessor :common_in_stream_attribute
11502
11569
 
11503
- # The custom parameters to pass custom values to tracking URL template.
11570
+ # The custom parameters and accompanying values to add to the tracking URL.
11504
11571
  # Corresponds to the JSON property `customParameters`
11505
11572
  # @return [Hash<String,String>]
11506
11573
  attr_accessor :custom_parameters
@@ -12160,8 +12227,9 @@ module Google
12160
12227
  # @return [Fixnum]
12161
12228
  attr_accessor :markup_amount
12162
12229
 
12163
- # Required. The markup type of the partner revenue model. Demand Gen line items
12164
- # only support `PARTNER_REVENUE_MODEL_MARKUP_TYPE_TOTAL_MEDIA_COST_MARKUP`.
12230
+ # Required. The markup type of the partner revenue model. This field must be set
12231
+ # to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_TOTAL_MEDIA_COST_MARKUP` for Demand Gen
12232
+ # line items.
12165
12233
  # Corresponds to the JSON property `markupType`
12166
12234
  # @return [String]
12167
12235
  attr_accessor :markup_type
@@ -13030,7 +13098,7 @@ module Google
13030
13098
  attr_accessor :allow_youtube_shorts
13031
13099
  alias_method :allow_youtube_shorts?, :allow_youtube_shorts
13032
13100
 
13033
- # Whether the ad group is opted-in to YouTube in-stream.
13101
+ # Whether the ad group is opted-in to YouTube in-stream inventory.
13034
13102
  # Corresponds to the JSON property `allowYoutubeStream`
13035
13103
  # @return [Boolean]
13036
13104
  attr_accessor :allow_youtube_stream
@@ -13298,7 +13366,10 @@ module Google
13298
13366
  alias_method :enable_optimized_targeting?, :enable_optimized_targeting
13299
13367
 
13300
13368
  # Optional. Whether to exclude demographic expansion for Optimized Targeting.
13301
- # This field only applies to Demand Gen ad groups.
13369
+ # This field can only be set for Demand Gen ad groups. Retrieval and management
13370
+ # of Demand Gen resources is currently in beta. This field will begin rolling
13371
+ # out to all partners on *June 10, 2026* and be available to all partners on *
13372
+ # June 24, 2026*.
13302
13373
  # Corresponds to the JSON property `excludeDemographicExpansion`
13303
13374
  # @return [Boolean]
13304
13375
  attr_accessor :exclude_demographic_expansion
@@ -13633,8 +13704,8 @@ module Google
13633
13704
  attr_accessor :brand_lift_vendor_configs
13634
13705
 
13635
13706
  # Optional. The third-party vendors measuring brand safety. The following third-
13636
- # party vendors are applicable: * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `
13637
- # THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` * `THIRD_PARTY_VENDOR_ZEFR`
13707
+ # party vendors are applicable: * `THIRD_PARTY_VENDOR_ZEFR` * `
13708
+ # THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
13638
13709
  # Corresponds to the JSON property `brandSafetyVendorConfigs`
13639
13710
  # @return [Array<Google::Apis::DisplayvideoV4::ThirdPartyVendorConfig>]
13640
13711
  attr_accessor :brand_safety_vendor_configs
@@ -14151,6 +14222,12 @@ module Google
14151
14222
  attr_accessor :allow_in_stream
14152
14223
  alias_method :allow_in_stream?, :allow_in_stream
14153
14224
 
14225
+ # Optional. Indicates whether ads can serve as non-skippable in-stream format.
14226
+ # Corresponds to the JSON property `allowNonSkippableInStream`
14227
+ # @return [Boolean]
14228
+ attr_accessor :allow_non_skippable_in_stream
14229
+ alias_method :allow_non_skippable_in_stream?, :allow_non_skippable_in_stream
14230
+
14154
14231
  # Optional. Whether ads can serve as shorts format.
14155
14232
  # Corresponds to the JSON property `allowShorts`
14156
14233
  # @return [Boolean]
@@ -14165,6 +14242,7 @@ module Google
14165
14242
  def update!(**args)
14166
14243
  @allow_in_feed = args[:allow_in_feed] if args.key?(:allow_in_feed)
14167
14244
  @allow_in_stream = args[:allow_in_stream] if args.key?(:allow_in_stream)
14245
+ @allow_non_skippable_in_stream = args[:allow_non_skippable_in_stream] if args.key?(:allow_non_skippable_in_stream)
14168
14246
  @allow_shorts = args[:allow_shorts] if args.key?(:allow_shorts)
14169
14247
  end
14170
14248
  end
@@ -14289,7 +14367,7 @@ module Google
14289
14367
  # @return [Array<Google::Apis::DisplayvideoV4::ImageAsset>]
14290
14368
  attr_accessor :companion_banners
14291
14369
 
14292
- # The custom parameters to pass custom values to tracking URL template.
14370
+ # The custom parameters and accompanying values to add to the tracking URL.
14293
14371
  # Corresponds to the JSON property `customParameters`
14294
14372
  # @return [Hash<String,String>]
14295
14373
  attr_accessor :custom_parameters
@@ -14324,7 +14402,7 @@ module Google
14324
14402
  # @return [Array<String>]
14325
14403
  attr_accessor :headlines
14326
14404
 
14327
- # The list of lone headlines shown on the call-to-action banner.
14405
+ # The list of long headlines shown on the call-to-action banner.
14328
14406
  # Corresponds to the JSON property `longHeadlines`
14329
14407
  # @return [Array<String>]
14330
14408
  attr_accessor :long_headlines
@@ -14469,10 +14547,9 @@ module Google
14469
14547
  # The value used by the bidding strategy. When the bidding strategy is assigned
14470
14548
  # at the line item level, this field is only applicable for the following
14471
14549
  # strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
14472
- # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` * `
14473
- # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the
14474
- # bidding strategy is assigned at the ad group level, this field is only
14475
- # applicable for the following strategy types: * `
14550
+ # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding
14551
+ # strategy is assigned at the ad group level, this field is only applicable for
14552
+ # the following strategy types: * `
14476
14553
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `
14477
14554
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `
14478
14555
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
@@ -14564,8 +14641,8 @@ module Google
14564
14641
  # @return [Fixnum]
14565
14642
  attr_accessor :lead_form_id
14566
14643
 
14567
- # Optional. The ID of the merchant which is linked to the line item for product
14568
- # feed.
14644
+ # Optional. The ID of the Merchant Center account used to provide a product feed.
14645
+ # This Merchant Center account must already be linked to the advertiser.
14569
14646
  # Corresponds to the JSON property `linkedMerchantId`
14570
14647
  # @return [Fixnum]
14571
14648
  attr_accessor :linked_merchant_id
@@ -14881,6 +14958,34 @@ module Google
14881
14958
  end
14882
14959
  end
14883
14960
 
14961
+ # Details for YouTube channel pack assigned targeting option. This will be
14962
+ # populated in the youtube_channel_pack_details field when targeting_type is `
14963
+ # TARGETING_TYPE_YOUTUBE_CHANNEL_PACK`.
14964
+ class YoutubeChannelPackAssignedTargetingOptionDetails
14965
+ include Google::Apis::Core::Hashable
14966
+
14967
+ # Required. The ID of the YouTube channel pack.
14968
+ # Corresponds to the JSON property `channelPackId`
14969
+ # @return [Fixnum]
14970
+ attr_accessor :channel_pack_id
14971
+
14972
+ # Optional. Indicates if this option is being negatively targeted.
14973
+ # Corresponds to the JSON property `negative`
14974
+ # @return [Boolean]
14975
+ attr_accessor :negative
14976
+ alias_method :negative?, :negative
14977
+
14978
+ def initialize(**args)
14979
+ update!(**args)
14980
+ end
14981
+
14982
+ # Update properties of this object
14983
+ def update!(**args)
14984
+ @channel_pack_id = args[:channel_pack_id] if args.key?(:channel_pack_id)
14985
+ @negative = args[:negative] if args.key?(:negative)
14986
+ end
14987
+ end
14988
+
14884
14989
  # Data for a YouTube video ad asset.
14885
14990
  class YoutubeVideoAsset
14886
14991
  include Google::Apis::Core::Hashable
@@ -14943,7 +15048,8 @@ module Google
14943
15048
  # @return [String]
14944
15049
  attr_accessor :unavailable_reason
14945
15050
 
14946
- # Required. The YouTube video asset id. This is ad_asset.ad_asset_id.
15051
+ # Required. The YouTube video asset id. This is the adAssetId of an AdAsset
15052
+ # resource.
14947
15053
  # Corresponds to the JSON property `videoAssetId`
14948
15054
  # @return [Fixnum]
14949
15055
  attr_accessor :video_asset_id
@@ -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.19.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260312"
25
+ REVISION = "20260606"
26
26
  end
27
27
  end
28
28
  end
@@ -952,6 +952,12 @@ module Google
952
952
  include Google::Apis::Core::JsonObjectSupport
953
953
  end
954
954
 
955
+ class DcmTrackingInfo
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
955
961
  class DeleteAssignedTargetingOptionsRequest
956
962
  class Representation < Google::Apis::Core::JsonRepresentation; end
957
963
 
@@ -2314,6 +2320,12 @@ module Google
2314
2320
  include Google::Apis::Core::JsonObjectSupport
2315
2321
  end
2316
2322
 
2323
+ class YoutubeChannelPackAssignedTargetingOptionDetails
2324
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2325
+
2326
+ include Google::Apis::Core::JsonObjectSupport
2327
+ end
2328
+
2317
2329
  class YoutubeVideoAsset
2318
2330
  class Representation < Google::Apis::Core::JsonRepresentation; end
2319
2331
 
@@ -2390,6 +2402,8 @@ module Google
2390
2402
 
2391
2403
  property :bumper_ad, as: 'bumperAd', class: Google::Apis::DisplayvideoV4::BumperAd, decorator: Google::Apis::DisplayvideoV4::BumperAd::Representation
2392
2404
 
2405
+ property :dcm_tracking_info, as: 'dcmTrackingInfo', class: Google::Apis::DisplayvideoV4::DcmTrackingInfo, decorator: Google::Apis::DisplayvideoV4::DcmTrackingInfo::Representation
2406
+
2393
2407
  property :demand_gen_carousel_ad, as: 'demandGenCarouselAd', class: Google::Apis::DisplayvideoV4::DemandGenCarouselAd, decorator: Google::Apis::DisplayvideoV4::DemandGenCarouselAd::Representation
2394
2408
 
2395
2409
  property :demand_gen_image_ad, as: 'demandGenImageAd', class: Google::Apis::DisplayvideoV4::DemandGenImageAd, decorator: Google::Apis::DisplayvideoV4::DemandGenImageAd::Representation
@@ -3050,6 +3064,8 @@ module Google
3050
3064
 
3051
3065
  property :youtube_channel_details, as: 'youtubeChannelDetails', class: Google::Apis::DisplayvideoV4::YoutubeChannelAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::YoutubeChannelAssignedTargetingOptionDetails::Representation
3052
3066
 
3067
+ property :youtube_channel_pack_details, as: 'youtubeChannelPackDetails', class: Google::Apis::DisplayvideoV4::YoutubeChannelPackAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::YoutubeChannelPackAssignedTargetingOptionDetails::Representation
3068
+
3053
3069
  property :youtube_video_details, as: 'youtubeVideoDetails', class: Google::Apis::DisplayvideoV4::YoutubeVideoAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::YoutubeVideoAssignedTargetingOptionDetails::Representation
3054
3070
 
3055
3071
  end
@@ -4055,6 +4071,15 @@ module Google
4055
4071
  end
4056
4072
  end
4057
4073
 
4074
+ class DcmTrackingInfo
4075
+ # @private
4076
+ class Representation < Google::Apis::Core::JsonRepresentation
4077
+ property :creative_id, :numeric_string => true, as: 'creativeId'
4078
+ property :placement_id, :numeric_string => true, as: 'placementId'
4079
+ property :tracking_ad_id, :numeric_string => true, as: 'trackingAdId'
4080
+ end
4081
+ end
4082
+
4058
4083
  class DeleteAssignedTargetingOptionsRequest
4059
4084
  # @private
4060
4085
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4957,6 +4982,7 @@ module Google
4957
4982
  property :mobile_app, as: 'mobileApp', class: Google::Apis::DisplayvideoV4::MobileApp, decorator: Google::Apis::DisplayvideoV4::MobileApp::Representation
4958
4983
 
4959
4984
  property :name, as: 'name'
4985
+ property :optimize_fixed_bidding, as: 'optimizeFixedBidding'
4960
4986
  property :pacing, as: 'pacing', class: Google::Apis::DisplayvideoV4::Pacing, decorator: Google::Apis::DisplayvideoV4::Pacing::Representation
4961
4987
 
4962
4988
  collection :partner_costs, as: 'partnerCosts', class: Google::Apis::DisplayvideoV4::PartnerCost, decorator: Google::Apis::DisplayvideoV4::PartnerCost::Representation
@@ -6173,6 +6199,7 @@ module Google
6173
6199
  class Representation < Google::Apis::Core::JsonRepresentation
6174
6200
  property :allow_in_feed, as: 'allowInFeed'
6175
6201
  property :allow_in_stream, as: 'allowInStream'
6202
+ property :allow_non_skippable_in_stream, as: 'allowNonSkippableInStream'
6176
6203
  property :allow_shorts, as: 'allowShorts'
6177
6204
  end
6178
6205
  end
@@ -6379,6 +6406,14 @@ module Google
6379
6406
  end
6380
6407
  end
6381
6408
 
6409
+ class YoutubeChannelPackAssignedTargetingOptionDetails
6410
+ # @private
6411
+ class Representation < Google::Apis::Core::JsonRepresentation
6412
+ property :channel_pack_id, :numeric_string => true, as: 'channelPackId'
6413
+ property :negative, as: 'negative'
6414
+ end
6415
+ end
6416
+
6382
6417
  class YoutubeVideoAsset
6383
6418
  # @private
6384
6419
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -588,7 +588,10 @@ module Google
588
588
  execute_or_queue_command(command, &block)
589
589
  end
590
590
 
591
- # Creates an ad group ad.
591
+ # Creates an ad group ad. This method is only supported for Demand Gen ads.
592
+ # Retrieval and management of Demand Gen resources is currently in beta. This
593
+ # method will begin rolling out to all partners on *June 10, 2026* and be
594
+ # available to all partners on *June 24, 2026*.
592
595
  # @param [Fixnum] advertiser_id
593
596
  # Output only. The unique ID of the advertiser the ad belongs to.
594
597
  # @param [Google::Apis::DisplayvideoV4::AdGroupAd] ad_group_ad_object
@@ -621,11 +624,14 @@ module Google
621
624
  execute_or_queue_command(command, &block)
622
625
  end
623
626
 
624
- # Deletes an ad group ad.
627
+ # Deletes an ad group ad. This method is only supported for Demand Gen ads.
628
+ # Retrieval and management of Demand Gen resources is currently in beta. This
629
+ # method will begin rolling out to all partners on *June 10, 2026* and be
630
+ # available to all partners on *June 24, 2026*.
625
631
  # @param [Fixnum] advertiser_id
626
632
  # Required. The ID of the advertiser the ad belongs to.
627
633
  # @param [Fixnum] ad_group_ad_id
628
- # Required. The ID of the ad to delete.
634
+ # Required. The ID of the ad to delete. Only Demand Gen ads are supported.
629
635
  # @param [String] fields
630
636
  # Selector specifying which fields to include in a partial response.
631
637
  # @param [String] quota_user
@@ -748,7 +754,10 @@ module Google
748
754
  execute_or_queue_command(command, &block)
749
755
  end
750
756
 
751
- # Updates an ad group ad.
757
+ # Updates an ad group ad. This method is only supported for Demand Gen ads.
758
+ # Retrieval and management of Demand Gen resources is currently in beta. This
759
+ # method will begin rolling out to all partners on *June 10, 2026* and be
760
+ # available to all partners on *June 24, 2026*.
752
761
  # @param [Fixnum] advertiser_id
753
762
  # Output only. The unique ID of the advertiser the ad belongs to.
754
763
  # @param [Fixnum] ad_group_ad_id
@@ -792,9 +801,11 @@ module Google
792
801
  # the operation will delete the assigned targeting options provided in
793
802
  # BulkEditAdGroupAssignedTargetingOptionsRequest.delete_requests from each ad
794
803
  # group, and then create the assigned targeting options provided in
795
- # BulkEditAdGroupAssignedTargetingOptionsRequest.create_requests. Only ad groups
796
- # under a line item of line_item_type `LINE_ITEM_TYPE_DEMAND_GEN` are supported
797
- # for this method.
804
+ # BulkEditAdGroupAssignedTargetingOptionsRequest.create_requests. This method is
805
+ # only supported for Demand Gen ad groups. Retrieval and management of Demand
806
+ # Gen resources is currently in beta. This method will begin rolling out to all
807
+ # partners on *June 10, 2026* and be available to all partners on *June 24, 2026*
808
+ # .
798
809
  # @param [Fixnum] advertiser_id
799
810
  # Required. The ID of the advertiser the ad groups belong to.
800
811
  # @param [Google::Apis::DisplayvideoV4::BulkEditAdGroupAssignedTargetingOptionsRequest] bulk_edit_ad_group_assigned_targeting_options_request_object
@@ -891,7 +902,11 @@ module Google
891
902
  execute_or_queue_command(command, &block)
892
903
  end
893
904
 
894
- # Creates a new ad group. Returns the newly created ad group if successful.
905
+ # Creates a new ad group. Returns the newly created ad group if successful. This
906
+ # method is only supported for Demand Gen ad groups. Retrieval and management of
907
+ # Demand Gen resources is currently in beta. This method will begin rolling out
908
+ # to all partners on *June 10, 2026* and be available to all partners on *June
909
+ # 24, 2026*.
895
910
  # @param [Fixnum] advertiser_id
896
911
  # Output only. The unique ID of the advertiser the ad group belongs to.
897
912
  # @param [Google::Apis::DisplayvideoV4::AdGroup] ad_group_object
@@ -925,7 +940,10 @@ module Google
925
940
  end
926
941
 
927
942
  # Deletes a AdGroup. Returns error code `NOT_FOUND` if the ad group does not
928
- # exist.
943
+ # exist. This method is only supported for Demand Gen ad groups. Retrieval and
944
+ # management of Demand Gen resources is currently in beta. This method will
945
+ # begin rolling out to all partners on *June 10, 2026* and be available to all
946
+ # partners on *June 24, 2026*.
929
947
  # @param [Fixnum] advertiser_id
930
948
  # Required. The ID of the advertiser this ad group belongs to.
931
949
  # @param [Fixnum] ad_group_id
@@ -1053,7 +1071,11 @@ module Google
1053
1071
  execute_or_queue_command(command, &block)
1054
1072
  end
1055
1073
 
1056
- # Updates an existing ad group. Returns the updated ad group if successful.
1074
+ # Updates an existing ad group. Returns the updated ad group if successful. This
1075
+ # method is only supported for Demand Gen ad groups. Retrieval and management of
1076
+ # Demand Gen resources is currently in beta. This method will begin rolling out
1077
+ # to all partners on *June 10, 2026* and be available to all partners on *June
1078
+ # 24, 2026*.
1057
1079
  # @param [Fixnum] advertiser_id
1058
1080
  # Output only. The unique ID of the advertiser the ad group belongs to.
1059
1081
  # @param [Fixnum] ad_group_id
@@ -1093,8 +1115,10 @@ module Google
1093
1115
  end
1094
1116
 
1095
1117
  # Assigns a targeting option to an ad group. Returns the assigned targeting
1096
- # option if successful. Only ad groups under a line item of line_item_type `
1097
- # LINE_ITEM_TYPE_DEMAND_GEN` are supported for this method.
1118
+ # option if successful. This method is only supported for Demand Gen ad groups.
1119
+ # Retrieval and management of Demand Gen resources is currently in beta. This
1120
+ # method will begin rolling out to all partners on *June 10, 2026* and be
1121
+ # available to all partners on *June 24, 2026*.
1098
1122
  # @param [Fixnum] advertiser_id
1099
1123
  # Required. The ID of the advertiser the ad group belongs to.
1100
1124
  # @param [Fixnum] ad_group_id
@@ -1106,9 +1130,8 @@ module Google
1106
1130
  # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
1107
1131
  # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
1108
1132
  # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
1109
- # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
1110
- # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
1111
- # TARGETING_TYPE_YOUTUBE_VIDEO`
1133
+ # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_URL` * `
1134
+ # TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO`
1112
1135
  # @param [Google::Apis::DisplayvideoV4::AssignedTargetingOption] assigned_targeting_option_object
1113
1136
  # @param [String] fields
1114
1137
  # Selector specifying which fields to include in a partial response.
@@ -1141,9 +1164,11 @@ module Google
1141
1164
  execute_or_queue_command(command, &block)
1142
1165
  end
1143
1166
 
1144
- # Deletes an assigned targeting option from an ad group. Only ad groups under a
1145
- # line item of line_item_type `LINE_ITEM_TYPE_DEMAND_GEN` are supported for this
1146
- # method.
1167
+ # Deletes an assigned targeting option from an ad group. This method is only
1168
+ # supported for Demand Gen ad groups with the AdGroupFormat `
1169
+ # AD_GROUP_FORMAT_DEMAND_GEN`. Retrieval and management of Demand Gen resources
1170
+ # is currently in beta. This method will begin rolling out to all partners on *
1171
+ # June 10, 2026* and be available to all partners on *June 24, 2026*.
1147
1172
  # @param [Fixnum] advertiser_id
1148
1173
  # Required. The ID of the advertiser the ad group belongs to.
1149
1174
  # @param [Fixnum] ad_group_id
@@ -1153,7 +1178,8 @@ module Google
1153
1178
  # targeting types: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `
1154
1179
  # TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
1155
1180
  # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
1156
- # TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `
1181
+ # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
1182
+ # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
1157
1183
  # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `
1158
1184
  # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
1159
1185
  # TARGETING_TYPE_YOUTUBE_VIDEO`
@@ -1200,7 +1226,8 @@ module Google
1200
1226
  # targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
1201
1227
  # `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
1202
1228
  # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
1203
- # TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `
1229
+ # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
1230
+ # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
1204
1231
  # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `
1205
1232
  # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
1206
1233
  # TARGETING_TYPE_YOUTUBE_VIDEO`
@@ -1248,7 +1275,8 @@ module Google
1248
1275
  # targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
1249
1276
  # `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
1250
1277
  # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
1251
- # TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `
1278
+ # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
1279
+ # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
1252
1280
  # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `
1253
1281
  # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
1254
1282
  # TARGETING_TYPE_YOUTUBE_VIDEO`
@@ -3209,8 +3237,7 @@ module Google
3209
3237
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
3210
3238
  # `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
3211
3239
  # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
3212
- # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
3213
- # TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3240
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3214
3241
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
3215
3242
  # TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
3216
3243
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
@@ -3278,8 +3305,7 @@ module Google
3278
3305
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
3279
3306
  # `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
3280
3307
  # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
3281
- # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
3282
- # TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3308
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
3283
3309
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
3284
3310
  # TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
3285
3311
  # LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
@@ -4246,8 +4272,7 @@ module Google
4246
4272
  # Required. Identifies the type of this assigned targeting option. Supported
4247
4273
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
4248
4274
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
4249
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
4250
- # TARGETING_TYPE_INVENTORY_MODE`
4275
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
4251
4276
  # @param [Google::Apis::DisplayvideoV4::AssignedTargetingOption] assigned_targeting_option_object
4252
4277
  # @param [String] fields
4253
4278
  # Selector specifying which fields to include in a partial response.
@@ -4286,8 +4311,7 @@ module Google
4286
4311
  # Required. Identifies the type of this assigned targeting option. Supported
4287
4312
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
4288
4313
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
4289
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
4290
- # TARGETING_TYPE_INVENTORY_MODE`
4314
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
4291
4315
  # @param [String] assigned_targeting_option_id
4292
4316
  # Required. The ID of the assigned targeting option to delete.
4293
4317
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.21.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-displayvideo_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.19.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.21.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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="