google-apis-displayvideo_v3 0.29.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 237c0a056e9e4a44aea0500617c29e95d4e668fb9335918e09bf4564588d8cd6
|
4
|
+
data.tar.gz: 58ff4641dbe13becf453feb5e339f65df70016567167b26300307b63d6532b9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a58e2b925847e41ad78d0cb9392f62f41d7e99ebd02761d1d26c7d89db7737b36c4573b81de98feac3c227e303c24631a20f11a175336b66ccf9b8927f42dfd
|
7
|
+
data.tar.gz: 7e022cb4f31cef13d4d0ccfa08bdd5cbd3ea539331171f7a1f6120041fb1630bdaec9d794a2e6ff758d8552914490a1e58ab2a15d61cd83e5d690603d2495b30
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v3
|
2
2
|
|
3
|
+
### v0.31.0 (2025-07-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250709
|
6
|
+
|
7
|
+
### v0.30.0 (2025-06-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250625
|
10
|
+
|
3
11
|
### v0.29.0 (2025-06-01)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250529
|
@@ -2322,7 +2322,7 @@ module Google
|
|
2322
2322
|
# CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
|
2323
2323
|
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
|
2324
2324
|
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
|
2325
|
-
# TARGETING_TYPE_KEYWORD`
|
2325
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
|
2326
2326
|
# Corresponds to the JSON property `createRequests`
|
2327
2327
|
# @return [Array<Google::Apis::DisplayvideoV3::CreateAssignedTargetingOptionsRequest>]
|
2328
2328
|
attr_accessor :create_requests
|
@@ -2331,7 +2331,7 @@ module Google
|
|
2331
2331
|
# DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
|
2332
2332
|
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
|
2333
2333
|
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
|
2334
|
-
# TARGETING_TYPE_KEYWORD`
|
2334
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`
|
2335
2335
|
# Corresponds to the JSON property `deleteRequests`
|
2336
2336
|
# @return [Array<Google::Apis::DisplayvideoV3::DeleteAssignedTargetingOptionsRequest>]
|
2337
2337
|
attr_accessor :delete_requests
|
@@ -12163,21 +12163,28 @@ module Google
|
|
12163
12163
|
|
12164
12164
|
# Optional. The third-party vendors measuring brand lift. The following third-
|
12165
12165
|
# party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
|
12166
|
-
# THIRD_PARTY_VENDOR_KANTAR`
|
12166
|
+
# THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_KANTAR_MILLWARD_BROWN` * `
|
12167
|
+
# THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `THIRD_PARTY_VENDOR_INTAGE` * `
|
12168
|
+
# THIRD_PARTY_VENDOR_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL`
|
12167
12169
|
# Corresponds to the JSON property `brandLiftVendorConfigs`
|
12168
12170
|
# @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
|
12169
12171
|
attr_accessor :brand_lift_vendor_configs
|
12170
12172
|
|
12171
12173
|
# Optional. The third-party vendors measuring brand safety. The following third-
|
12172
12174
|
# party vendors are applicable: * `THIRD_PARTY_VENDOR_ZERF` * `
|
12173
|
-
# THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
|
12175
|
+
# THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` *
|
12176
|
+
# `THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `THIRD_PARTY_VENDOR_ZEFR`
|
12174
12177
|
# Corresponds to the JSON property `brandSafetyVendorConfigs`
|
12175
12178
|
# @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
|
12176
12179
|
attr_accessor :brand_safety_vendor_configs
|
12177
12180
|
|
12178
12181
|
# Optional. The third-party vendors measuring reach. The following third-party
|
12179
12182
|
# vendors are applicable: * `THIRD_PARTY_VENDOR_NIELSEN` * `
|
12180
|
-
# THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_KANTAR`
|
12183
|
+
# THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_KANTAR` * `
|
12184
|
+
# THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `
|
12185
|
+
# THIRD_PARTY_VENDOR_KANTAR_MILLWARD_BROWN` * `THIRD_PARTY_VENDOR_VIDEO_RESEARCH`
|
12186
|
+
# * `THIRD_PARTY_VENDOR_MEDIA_SCOPE` * `THIRD_PARTY_VENDOR_AUDIENCE_PROJECT` * `
|
12187
|
+
# THIRD_PARTY_VENDOR_VIDEO_AMP` * `THIRD_PARTY_VENDOR_ISPOT_TV`
|
12181
12188
|
# Corresponds to the JSON property `reachVendorConfigs`
|
12182
12189
|
# @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
|
12183
12190
|
attr_accessor :reach_vendor_configs
|
@@ -12186,7 +12193,7 @@ module Google
|
|
12186
12193
|
# party vendors are applicable: * `THIRD_PARTY_VENDOR_MOAT` * `
|
12187
12194
|
# THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` *
|
12188
12195
|
# `THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_TELEMETRY` * `
|
12189
|
-
# THIRD_PARTY_VENDOR_MEETRICS`
|
12196
|
+
# THIRD_PARTY_VENDOR_MEETRICS` * `THIRD_PARTY_VENDOR_GOOGLE_INTERNAL`
|
12190
12197
|
# Corresponds to the JSON property `viewabilityVendorConfigs`
|
12191
12198
|
# @return [Array<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>]
|
12192
12199
|
attr_accessor :viewability_vendor_configs
|
@@ -12623,6 +12630,40 @@ module Google
|
|
12623
12630
|
end
|
12624
12631
|
end
|
12625
12632
|
|
12633
|
+
# The video ad inventory control used in certain YouTube line item types.
|
12634
|
+
class VideoAdInventoryControl
|
12635
|
+
include Google::Apis::Core::Hashable
|
12636
|
+
|
12637
|
+
# Optional. Whether ads can serve as in-feed format.
|
12638
|
+
# Corresponds to the JSON property `allowInFeed`
|
12639
|
+
# @return [Boolean]
|
12640
|
+
attr_accessor :allow_in_feed
|
12641
|
+
alias_method :allow_in_feed?, :allow_in_feed
|
12642
|
+
|
12643
|
+
# Optional. Whether ads can serve as in-stream format.
|
12644
|
+
# Corresponds to the JSON property `allowInStream`
|
12645
|
+
# @return [Boolean]
|
12646
|
+
attr_accessor :allow_in_stream
|
12647
|
+
alias_method :allow_in_stream?, :allow_in_stream
|
12648
|
+
|
12649
|
+
# Optional. Whether ads can serve as shorts format.
|
12650
|
+
# Corresponds to the JSON property `allowShorts`
|
12651
|
+
# @return [Boolean]
|
12652
|
+
attr_accessor :allow_shorts
|
12653
|
+
alias_method :allow_shorts?, :allow_shorts
|
12654
|
+
|
12655
|
+
def initialize(**args)
|
12656
|
+
update!(**args)
|
12657
|
+
end
|
12658
|
+
|
12659
|
+
# Update properties of this object
|
12660
|
+
def update!(**args)
|
12661
|
+
@allow_in_feed = args[:allow_in_feed] if args.key?(:allow_in_feed)
|
12662
|
+
@allow_in_stream = args[:allow_in_stream] if args.key?(:allow_in_stream)
|
12663
|
+
@allow_shorts = args[:allow_shorts] if args.key?(:allow_shorts)
|
12664
|
+
end
|
12665
|
+
end
|
12666
|
+
|
12626
12667
|
# Settings related to VideoAdSequence.
|
12627
12668
|
class VideoAdSequenceSettings
|
12628
12669
|
include Google::Apis::Core::Hashable
|
@@ -12991,20 +13032,17 @@ module Google
|
|
12991
13032
|
class YoutubeAndPartnersSettings
|
12992
13033
|
include Google::Apis::Core::Hashable
|
12993
13034
|
|
12994
|
-
# The kind of content on which the YouTube and Partners ads will be
|
12995
|
-
# Warning*:
|
12996
|
-
#
|
12997
|
-
# /display-video/api/deprecations#features.li_yt_content_category)
|
13035
|
+
# Output only. The kind of content on which the YouTube and Partners ads will be
|
13036
|
+
# shown. *Warning*: This field will be removed in the near future. Use
|
13037
|
+
# effective_content_category instead.
|
12998
13038
|
# Corresponds to the JSON property `contentCategory`
|
12999
13039
|
# @return [String]
|
13000
13040
|
attr_accessor :content_category
|
13001
13041
|
|
13002
13042
|
# Output only. The content category which takes effect when serving the line
|
13003
13043
|
# item. When content category is set in both line item and advertiser, the
|
13004
|
-
# stricter one will take effect when serving the line item.
|
13005
|
-
#
|
13006
|
-
# for new line items. [Read more about this announced change](/display-video/api/
|
13007
|
-
# deprecations#features.li_yt_content_category)
|
13044
|
+
# stricter one will take effect when serving the line item. New line items will
|
13045
|
+
# only inherit the advertiser level setting.
|
13008
13046
|
# Corresponds to the JSON property `effectiveContentCategory`
|
13009
13047
|
# @return [String]
|
13010
13048
|
attr_accessor :effective_content_category
|
@@ -13044,6 +13082,11 @@ module Google
|
|
13044
13082
|
# @return [Google::Apis::DisplayvideoV3::ThirdPartyMeasurementConfigs]
|
13045
13083
|
attr_accessor :third_party_measurement_configs
|
13046
13084
|
|
13085
|
+
# The video ad inventory control used in certain YouTube line item types.
|
13086
|
+
# Corresponds to the JSON property `videoAdInventoryControl`
|
13087
|
+
# @return [Google::Apis::DisplayvideoV3::VideoAdInventoryControl]
|
13088
|
+
attr_accessor :video_ad_inventory_control
|
13089
|
+
|
13047
13090
|
# Settings related to VideoAdSequence.
|
13048
13091
|
# Corresponds to the JSON property `videoAdSequenceSettings`
|
13049
13092
|
# @return [Google::Apis::DisplayvideoV3::VideoAdSequenceSettings]
|
@@ -13069,6 +13112,7 @@ module Google
|
|
13069
13112
|
@related_video_ids = args[:related_video_ids] if args.key?(:related_video_ids)
|
13070
13113
|
@target_frequency = args[:target_frequency] if args.key?(:target_frequency)
|
13071
13114
|
@third_party_measurement_configs = args[:third_party_measurement_configs] if args.key?(:third_party_measurement_configs)
|
13115
|
+
@video_ad_inventory_control = args[:video_ad_inventory_control] if args.key?(:video_ad_inventory_control)
|
13072
13116
|
@video_ad_sequence_settings = args[:video_ad_sequence_settings] if args.key?(:video_ad_sequence_settings)
|
13073
13117
|
@view_frequency_cap = args[:view_frequency_cap] if args.key?(:view_frequency_cap)
|
13074
13118
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV3
|
18
18
|
# Version of the google-apis-displayvideo_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250709"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1978,6 +1978,12 @@ module Google
|
|
1978
1978
|
include Google::Apis::Core::JsonObjectSupport
|
1979
1979
|
end
|
1980
1980
|
|
1981
|
+
class VideoAdInventoryControl
|
1982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
|
+
|
1984
|
+
include Google::Apis::Core::JsonObjectSupport
|
1985
|
+
end
|
1986
|
+
|
1981
1987
|
class VideoAdSequenceSettings
|
1982
1988
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
1989
|
|
@@ -5477,6 +5483,15 @@ module Google
|
|
5477
5483
|
end
|
5478
5484
|
end
|
5479
5485
|
|
5486
|
+
class VideoAdInventoryControl
|
5487
|
+
# @private
|
5488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5489
|
+
property :allow_in_feed, as: 'allowInFeed'
|
5490
|
+
property :allow_in_stream, as: 'allowInStream'
|
5491
|
+
property :allow_shorts, as: 'allowShorts'
|
5492
|
+
end
|
5493
|
+
end
|
5494
|
+
|
5480
5495
|
class VideoAdSequenceSettings
|
5481
5496
|
# @private
|
5482
5497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5589,6 +5604,8 @@ module Google
|
|
5589
5604
|
|
5590
5605
|
property :third_party_measurement_configs, as: 'thirdPartyMeasurementConfigs', class: Google::Apis::DisplayvideoV3::ThirdPartyMeasurementConfigs, decorator: Google::Apis::DisplayvideoV3::ThirdPartyMeasurementConfigs::Representation
|
5591
5606
|
|
5607
|
+
property :video_ad_inventory_control, as: 'videoAdInventoryControl', class: Google::Apis::DisplayvideoV3::VideoAdInventoryControl, decorator: Google::Apis::DisplayvideoV3::VideoAdInventoryControl::Representation
|
5608
|
+
|
5592
5609
|
property :video_ad_sequence_settings, as: 'videoAdSequenceSettings', class: Google::Apis::DisplayvideoV3::VideoAdSequenceSettings, decorator: Google::Apis::DisplayvideoV3::VideoAdSequenceSettings::Representation
|
5593
5610
|
|
5594
5611
|
property :view_frequency_cap, as: 'viewFrequencyCap', class: Google::Apis::DisplayvideoV3::FrequencyCap, decorator: Google::Apis::DisplayvideoV3::FrequencyCap::Representation
|
@@ -3079,7 +3079,8 @@ module Google
|
|
3079
3079
|
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
3080
3080
|
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
3081
3081
|
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
3082
|
-
# TARGETING_TYPE_VIEWABILITY` * `
|
3082
|
+
# TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
|
3083
|
+
# TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
|
3083
3084
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
|
3084
3085
|
# TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
|
3085
3086
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
|
@@ -3147,7 +3148,8 @@ module Google
|
|
3147
3148
|
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
3148
3149
|
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
3149
3150
|
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
3150
|
-
# TARGETING_TYPE_VIEWABILITY` * `
|
3151
|
+
# TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
|
3152
|
+
# TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
|
3151
3153
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
|
3152
3154
|
# TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
|
3153
3155
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
|
@@ -3964,7 +3966,8 @@ module Google
|
|
3964
3966
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3965
3967
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3966
3968
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3967
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
3969
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
|
3970
|
+
# TARGETING_TYPE_INVENTORY_MODE`
|
3968
3971
|
# @param [Google::Apis::DisplayvideoV3::AssignedTargetingOption] assigned_targeting_option_object
|
3969
3972
|
# @param [String] fields
|
3970
3973
|
# Selector specifying which fields to include in a partial response.
|
@@ -4003,7 +4006,8 @@ module Google
|
|
4003
4006
|
# Required. Identifies the type of this assigned targeting option. Supported
|
4004
4007
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
4005
4008
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
4006
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
4009
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
|
4010
|
+
# TARGETING_TYPE_INVENTORY_MODE`
|
4007
4011
|
# @param [String] assigned_targeting_option_id
|
4008
4012
|
# Required. The ID of the assigned targeting option to delete.
|
4009
4013
|
# @param [String] fields
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-displayvideo_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.31.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_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.31.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|