google-apis-displayvideo_v4 0.7.0 → 0.8.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: 2adc0aba4f4ea276bf1cfd9a2bbab0d1609aa745bcd3ec9c6fa5c6c2864909d0
|
4
|
+
data.tar.gz: 90803847de0cd8d0f79539bf0cfd25839a8f2ce0037e277f88b4e21139e4a606
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49023cbc884cf2c837fa407b8cb81387517b767fc513a878e4bd1b08edcddad485383e8c842d95fdf5c39390bb5197e6085737f002acfac4520a7777f8988c69
|
7
|
+
data.tar.gz: a15c02323881e359ffc5daf8f0dd488361861252d60645b72020a5deff05440caf65a07ee5107191c52b3db9d50a6f20efb3f7e180d91d45647e0dd005c2986a
|
data/CHANGELOG.md
CHANGED
@@ -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::DisplayvideoV4::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::DisplayvideoV4::DeleteAssignedTargetingOptionsRequest>]
|
2337
2337
|
attr_accessor :delete_requests
|
@@ -12018,21 +12018,28 @@ module Google
|
|
12018
12018
|
|
12019
12019
|
# Optional. The third-party vendors measuring brand lift. The following third-
|
12020
12020
|
# party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
|
12021
|
-
# THIRD_PARTY_VENDOR_KANTAR`
|
12021
|
+
# THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_KANTAR_MILLWARD_BROWN` * `
|
12022
|
+
# THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `THIRD_PARTY_VENDOR_INTAGE` * `
|
12023
|
+
# THIRD_PARTY_VENDOR_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL`
|
12022
12024
|
# Corresponds to the JSON property `brandLiftVendorConfigs`
|
12023
12025
|
# @return [Array<Google::Apis::DisplayvideoV4::ThirdPartyVendorConfig>]
|
12024
12026
|
attr_accessor :brand_lift_vendor_configs
|
12025
12027
|
|
12026
12028
|
# Optional. The third-party vendors measuring brand safety. The following third-
|
12027
12029
|
# party vendors are applicable: * `THIRD_PARTY_VENDOR_ZERF` * `
|
12028
|
-
# THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE`
|
12030
|
+
# THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` *
|
12031
|
+
# `THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `THIRD_PARTY_VENDOR_ZEFR`
|
12029
12032
|
# Corresponds to the JSON property `brandSafetyVendorConfigs`
|
12030
12033
|
# @return [Array<Google::Apis::DisplayvideoV4::ThirdPartyVendorConfig>]
|
12031
12034
|
attr_accessor :brand_safety_vendor_configs
|
12032
12035
|
|
12033
12036
|
# Optional. The third-party vendors measuring reach. The following third-party
|
12034
12037
|
# vendors are applicable: * `THIRD_PARTY_VENDOR_NIELSEN` * `
|
12035
|
-
# THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_KANTAR`
|
12038
|
+
# THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_KANTAR` * `
|
12039
|
+
# THIRD_PARTY_VENDOR_GOOGLE_INTERNAL` * `
|
12040
|
+
# THIRD_PARTY_VENDOR_KANTAR_MILLWARD_BROWN` * `THIRD_PARTY_VENDOR_VIDEO_RESEARCH`
|
12041
|
+
# * `THIRD_PARTY_VENDOR_MEDIA_SCOPE` * `THIRD_PARTY_VENDOR_AUDIENCE_PROJECT` * `
|
12042
|
+
# THIRD_PARTY_VENDOR_VIDEO_AMP` * `THIRD_PARTY_VENDOR_ISPOT_TV`
|
12036
12043
|
# Corresponds to the JSON property `reachVendorConfigs`
|
12037
12044
|
# @return [Array<Google::Apis::DisplayvideoV4::ThirdPartyVendorConfig>]
|
12038
12045
|
attr_accessor :reach_vendor_configs
|
@@ -12041,7 +12048,7 @@ module Google
|
|
12041
12048
|
# party vendors are applicable: * `THIRD_PARTY_VENDOR_MOAT` * `
|
12042
12049
|
# THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` *
|
12043
12050
|
# `THIRD_PARTY_VENDOR_COMSCORE` * `THIRD_PARTY_VENDOR_TELEMETRY` * `
|
12044
|
-
# THIRD_PARTY_VENDOR_MEETRICS`
|
12051
|
+
# THIRD_PARTY_VENDOR_MEETRICS` * `THIRD_PARTY_VENDOR_GOOGLE_INTERNAL`
|
12045
12052
|
# Corresponds to the JSON property `viewabilityVendorConfigs`
|
12046
12053
|
# @return [Array<Google::Apis::DisplayvideoV4::ThirdPartyVendorConfig>]
|
12047
12054
|
attr_accessor :viewability_vendor_configs
|
@@ -12846,20 +12853,17 @@ module Google
|
|
12846
12853
|
class YoutubeAndPartnersSettings
|
12847
12854
|
include Google::Apis::Core::Hashable
|
12848
12855
|
|
12849
|
-
# The kind of content on which the YouTube and Partners ads will be
|
12850
|
-
# Warning*:
|
12851
|
-
#
|
12852
|
-
# /display-video/api/deprecations#features.li_yt_content_category)
|
12856
|
+
# Output only. The kind of content on which the YouTube and Partners ads will be
|
12857
|
+
# shown. *Warning*: This field will be removed in the near future. Use
|
12858
|
+
# effective_content_category instead.
|
12853
12859
|
# Corresponds to the JSON property `contentCategory`
|
12854
12860
|
# @return [String]
|
12855
12861
|
attr_accessor :content_category
|
12856
12862
|
|
12857
12863
|
# Output only. The content category which takes effect when serving the line
|
12858
12864
|
# item. When content category is set in both line item and advertiser, the
|
12859
|
-
# stricter one will take effect when serving the line item.
|
12860
|
-
#
|
12861
|
-
# for new line items. [Read more about this announced change](/display-video/api/
|
12862
|
-
# deprecations#features.li_yt_content_category)
|
12865
|
+
# stricter one will take effect when serving the line item. New line items will
|
12866
|
+
# only inherit the advertiser level setting.
|
12863
12867
|
# Corresponds to the JSON property `effectiveContentCategory`
|
12864
12868
|
# @return [String]
|
12865
12869
|
attr_accessor :effective_content_category
|
@@ -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
|
+
GEM_VERSION = "0.8.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 = "20250625"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2545,7 +2545,8 @@ module Google
|
|
2545
2545
|
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
2546
2546
|
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
2547
2547
|
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
2548
|
-
# TARGETING_TYPE_VIEWABILITY` * `
|
2548
|
+
# TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
|
2549
|
+
# TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
|
2549
2550
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
|
2550
2551
|
# TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
|
2551
2552
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
|
@@ -2613,7 +2614,8 @@ module Google
|
|
2613
2614
|
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
2614
2615
|
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
2615
2616
|
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
2616
|
-
# TARGETING_TYPE_VIEWABILITY` * `
|
2617
|
+
# TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * `
|
2618
|
+
# TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
|
2617
2619
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
|
2618
2620
|
# TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
|
2619
2621
|
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
|
@@ -3430,7 +3432,8 @@ module Google
|
|
3430
3432
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3431
3433
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3432
3434
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3433
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
3435
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
|
3436
|
+
# TARGETING_TYPE_INVENTORY_MODE`
|
3434
3437
|
# @param [Google::Apis::DisplayvideoV4::AssignedTargetingOption] assigned_targeting_option_object
|
3435
3438
|
# @param [String] fields
|
3436
3439
|
# Selector specifying which fields to include in a partial response.
|
@@ -3469,7 +3472,8 @@ module Google
|
|
3469
3472
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3470
3473
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3471
3474
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3472
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
3475
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `
|
3476
|
+
# TARGETING_TYPE_INVENTORY_MODE`
|
3473
3477
|
# @param [String] assigned_targeting_option_id
|
3474
3478
|
# Required. The ID of the assigned targeting option to delete.
|
3475
3479
|
# @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.
|
4
|
+
version: 0.8.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.8.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:
|