google-apis-displayvideo_v4 0.3.0 → 0.4.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: '07930cd4d0606d954b368b393cb607ce17faedb3f24acb15ac5704d58f1d4d78'
|
4
|
+
data.tar.gz: 1888bebb0ffdff22a959c04a21607eeead1527b07d85ee4c7a2d8ed7525c5b7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17ba6669e3edf6373bfbc91764e92846a440f3b04294f834a67d9e400ebf964d171a94cd8990caf73e82310733c232075761c07d26d19d4430aa0c72b9cb502e
|
7
|
+
data.tar.gz: 57e1c0618e04f83917b9754911648eb37bb4a4c609c6bcc2bb6162c7c2047528ee0186023171c19f8b887a622307c94785781b49d9c35d0212d079cda4ff97e2
|
data/CHANGELOG.md
CHANGED
@@ -1435,6 +1435,13 @@ module Google
|
|
1435
1435
|
# @return [Google::Apis::DisplayvideoV4::ContentStreamTypeAssignedTargetingOptionDetails]
|
1436
1436
|
attr_accessor :content_stream_type_details
|
1437
1437
|
|
1438
|
+
# Targeting details for content theme. This will be populated in the details
|
1439
|
+
# field of an AssignedTargetingOption when targeting_type is `
|
1440
|
+
# TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
|
1441
|
+
# Corresponds to the JSON property `contentThemeExclusionDetails`
|
1442
|
+
# @return [Google::Apis::DisplayvideoV4::ContentThemeAssignedTargetingOptionDetails]
|
1443
|
+
attr_accessor :content_theme_exclusion_details
|
1444
|
+
|
1438
1445
|
# Representation of a segment of time defined on a specific day of the week and
|
1439
1446
|
# with a start and end time. The time represented by `start_hour` must be before
|
1440
1447
|
# the time represented by `end_hour`.
|
@@ -1702,6 +1709,7 @@ module Google
|
|
1702
1709
|
@content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
|
1703
1710
|
@content_outstream_position_details = args[:content_outstream_position_details] if args.key?(:content_outstream_position_details)
|
1704
1711
|
@content_stream_type_details = args[:content_stream_type_details] if args.key?(:content_stream_type_details)
|
1712
|
+
@content_theme_exclusion_details = args[:content_theme_exclusion_details] if args.key?(:content_theme_exclusion_details)
|
1705
1713
|
@day_and_time_details = args[:day_and_time_details] if args.key?(:day_and_time_details)
|
1706
1714
|
@device_make_model_details = args[:device_make_model_details] if args.key?(:device_make_model_details)
|
1707
1715
|
@device_type_details = args[:device_type_details] if args.key?(:device_type_details)
|
@@ -4014,6 +4022,60 @@ module Google
|
|
4014
4022
|
end
|
4015
4023
|
end
|
4016
4024
|
|
4025
|
+
# Targeting details for content theme. This will be populated in the details
|
4026
|
+
# field of an AssignedTargetingOption when targeting_type is `
|
4027
|
+
# TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
|
4028
|
+
class ContentThemeAssignedTargetingOptionDetails
|
4029
|
+
include Google::Apis::Core::Hashable
|
4030
|
+
|
4031
|
+
# Output only. An enum for the DV360 content theme classifier.
|
4032
|
+
# Corresponds to the JSON property `contentTheme`
|
4033
|
+
# @return [String]
|
4034
|
+
attr_accessor :content_theme
|
4035
|
+
|
4036
|
+
# Required. An enum for the DV360 content theme classified to be EXCLUDED.
|
4037
|
+
# Corresponds to the JSON property `excludedContentTheme`
|
4038
|
+
# @return [String]
|
4039
|
+
attr_accessor :excluded_content_theme
|
4040
|
+
|
4041
|
+
# Required. ID of the content theme to be EXCLUDED.
|
4042
|
+
# Corresponds to the JSON property `excludedTargetingOptionId`
|
4043
|
+
# @return [String]
|
4044
|
+
attr_accessor :excluded_targeting_option_id
|
4045
|
+
|
4046
|
+
def initialize(**args)
|
4047
|
+
update!(**args)
|
4048
|
+
end
|
4049
|
+
|
4050
|
+
# Update properties of this object
|
4051
|
+
def update!(**args)
|
4052
|
+
@content_theme = args[:content_theme] if args.key?(:content_theme)
|
4053
|
+
@excluded_content_theme = args[:excluded_content_theme] if args.key?(:excluded_content_theme)
|
4054
|
+
@excluded_targeting_option_id = args[:excluded_targeting_option_id] if args.key?(:excluded_targeting_option_id)
|
4055
|
+
end
|
4056
|
+
end
|
4057
|
+
|
4058
|
+
# Represents a targetable content theme. This will be populated in the
|
4059
|
+
# content_theme_details field of the TargetingOption when targeting_type is `
|
4060
|
+
# TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
|
4061
|
+
class ContentThemeTargetingOptionDetails
|
4062
|
+
include Google::Apis::Core::Hashable
|
4063
|
+
|
4064
|
+
# Output only. An enum for the DV360 content theme content classifier.
|
4065
|
+
# Corresponds to the JSON property `contentTheme`
|
4066
|
+
# @return [String]
|
4067
|
+
attr_accessor :content_theme
|
4068
|
+
|
4069
|
+
def initialize(**args)
|
4070
|
+
update!(**args)
|
4071
|
+
end
|
4072
|
+
|
4073
|
+
# Update properties of this object
|
4074
|
+
def update!(**args)
|
4075
|
+
@content_theme = args[:content_theme] if args.key?(:content_theme)
|
4076
|
+
end
|
4077
|
+
end
|
4078
|
+
|
4017
4079
|
# Settings that control how conversions are counted. All post-click conversions
|
4018
4080
|
# will be counted. A percentage value can be set for post-view conversions
|
4019
4081
|
# counting.
|
@@ -11680,6 +11742,13 @@ module Google
|
|
11680
11742
|
# @return [Google::Apis::DisplayvideoV4::ContentStreamTypeTargetingOptionDetails]
|
11681
11743
|
attr_accessor :content_stream_type_details
|
11682
11744
|
|
11745
|
+
# Represents a targetable content theme. This will be populated in the
|
11746
|
+
# content_theme_details field of the TargetingOption when targeting_type is `
|
11747
|
+
# TARGETING_TYPE_CONTENT_THEME_EXCLUSION`.
|
11748
|
+
# Corresponds to the JSON property `contentThemeDetails`
|
11749
|
+
# @return [Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails]
|
11750
|
+
attr_accessor :content_theme_details
|
11751
|
+
|
11683
11752
|
# Represents a targetable device make and model. This will be populated in the
|
11684
11753
|
# device_make_model_details field of a TargetingOption when targeting_type is `
|
11685
11754
|
# TARGETING_TYPE_DEVICE_MAKE_MODEL`.
|
@@ -11851,6 +11920,7 @@ module Google
|
|
11851
11920
|
@content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
|
11852
11921
|
@content_outstream_position_details = args[:content_outstream_position_details] if args.key?(:content_outstream_position_details)
|
11853
11922
|
@content_stream_type_details = args[:content_stream_type_details] if args.key?(:content_stream_type_details)
|
11923
|
+
@content_theme_details = args[:content_theme_details] if args.key?(:content_theme_details)
|
11854
11924
|
@device_make_model_details = args[:device_make_model_details] if args.key?(:device_make_model_details)
|
11855
11925
|
@device_type_details = args[:device_type_details] if args.key?(:device_type_details)
|
11856
11926
|
@digital_content_label_details = args[:digital_content_label_details] if args.key?(:digital_content_label_details)
|
@@ -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.4.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 = "
|
25
|
+
REVISION = "20250320"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -616,6 +616,18 @@ module Google
|
|
616
616
|
include Google::Apis::Core::JsonObjectSupport
|
617
617
|
end
|
618
618
|
|
619
|
+
class ContentThemeAssignedTargetingOptionDetails
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class ContentThemeTargetingOptionDetails
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
619
631
|
class ConversionCountingConfig
|
620
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
633
|
|
@@ -2393,6 +2405,8 @@ module Google
|
|
2393
2405
|
|
2394
2406
|
property :content_stream_type_details, as: 'contentStreamTypeDetails', class: Google::Apis::DisplayvideoV4::ContentStreamTypeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentStreamTypeAssignedTargetingOptionDetails::Representation
|
2395
2407
|
|
2408
|
+
property :content_theme_exclusion_details, as: 'contentThemeExclusionDetails', class: Google::Apis::DisplayvideoV4::ContentThemeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentThemeAssignedTargetingOptionDetails::Representation
|
2409
|
+
|
2396
2410
|
property :day_and_time_details, as: 'dayAndTimeDetails', class: Google::Apis::DisplayvideoV4::DayAndTimeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DayAndTimeAssignedTargetingOptionDetails::Representation
|
2397
2411
|
|
2398
2412
|
property :device_make_model_details, as: 'deviceMakeModelDetails', class: Google::Apis::DisplayvideoV4::DeviceMakeModelAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DeviceMakeModelAssignedTargetingOptionDetails::Representation
|
@@ -3100,6 +3114,22 @@ module Google
|
|
3100
3114
|
end
|
3101
3115
|
end
|
3102
3116
|
|
3117
|
+
class ContentThemeAssignedTargetingOptionDetails
|
3118
|
+
# @private
|
3119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3120
|
+
property :content_theme, as: 'contentTheme'
|
3121
|
+
property :excluded_content_theme, as: 'excludedContentTheme'
|
3122
|
+
property :excluded_targeting_option_id, as: 'excludedTargetingOptionId'
|
3123
|
+
end
|
3124
|
+
end
|
3125
|
+
|
3126
|
+
class ContentThemeTargetingOptionDetails
|
3127
|
+
# @private
|
3128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3129
|
+
property :content_theme, as: 'contentTheme'
|
3130
|
+
end
|
3131
|
+
end
|
3132
|
+
|
3103
3133
|
class ConversionCountingConfig
|
3104
3134
|
# @private
|
3105
3135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5165,6 +5195,8 @@ module Google
|
|
5165
5195
|
|
5166
5196
|
property :content_stream_type_details, as: 'contentStreamTypeDetails', class: Google::Apis::DisplayvideoV4::ContentStreamTypeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentStreamTypeTargetingOptionDetails::Representation
|
5167
5197
|
|
5198
|
+
property :content_theme_details, as: 'contentThemeDetails', class: Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails::Representation
|
5199
|
+
|
5168
5200
|
property :device_make_model_details, as: 'deviceMakeModelDetails', class: Google::Apis::DisplayvideoV4::DeviceMakeModelTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DeviceMakeModelTargetingOptionDetails::Representation
|
5169
5201
|
|
5170
5202
|
property :device_type_details, as: 'deviceTypeDetails', class: Google::Apis::DisplayvideoV4::DeviceTypeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV4::DeviceTypeTargetingOptionDetails::Representation
|
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.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.4.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:
|