google-apis-displayvideo_v4 0.10.0 → 0.11.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: 551f08b34530f163b8572cc3be59a43fd3cb5223e7347c41a7aa0873b290e75c
|
4
|
+
data.tar.gz: 38616076f48f995122ad74ac6075affd28c3fd5ad99bcf525c20183a897fb03b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f06fd0dd4bc7747ea7b3c45746ad66b5162ca92a21103f5d6f36a91a9b61e1ab87200b9000934404a986183a4e384854ccf73f6cb3fce14199273a40c28e8ac9
|
7
|
+
data.tar.gz: bc82a0766ee5bdab5a492a5182c1980001ff69690792c7d963adf99374e8910ed459b5859a6cf20bf4448060969c294de090ce19e40dd51f950ca74475d59a73
|
data/CHANGELOG.md
CHANGED
@@ -446,6 +446,17 @@ module Google
|
|
446
446
|
# @return [Google::Apis::DisplayvideoV4::AdvertiserBillingConfig]
|
447
447
|
attr_accessor :billing_config
|
448
448
|
|
449
|
+
# Optional. Whether this advertiser contains line items that serve European
|
450
|
+
# Union political ads. If this field is set to `
|
451
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING`, then the following will happen: *
|
452
|
+
# Any new line items created under this advertiser will be assigned `
|
453
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. * Any
|
454
|
+
# existing line items under this advertiser that do not have a set value be
|
455
|
+
# updated to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` within a day.
|
456
|
+
# Corresponds to the JSON property `containsEuPoliticalAds`
|
457
|
+
# @return [String]
|
458
|
+
attr_accessor :contains_eu_political_ads
|
459
|
+
|
449
460
|
# Creatives related settings of an advertiser.
|
450
461
|
# Corresponds to the JSON property `creativeConfig`
|
451
462
|
# @return [Google::Apis::DisplayvideoV4::AdvertiserCreativeConfig]
|
@@ -523,6 +534,7 @@ module Google
|
|
523
534
|
@ad_server_config = args[:ad_server_config] if args.key?(:ad_server_config)
|
524
535
|
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
|
525
536
|
@billing_config = args[:billing_config] if args.key?(:billing_config)
|
537
|
+
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
526
538
|
@creative_config = args[:creative_config] if args.key?(:creative_config)
|
527
539
|
@data_access_config = args[:data_access_config] if args.key?(:data_access_config)
|
528
540
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -851,6 +863,21 @@ module Google
|
|
851
863
|
attr_accessor :bool_value
|
852
864
|
alias_method :bool_value?, :bool_value
|
853
865
|
|
866
|
+
# Video content duration value.
|
867
|
+
# Corresponds to the JSON property `contentDurationValue`
|
868
|
+
# @return [String]
|
869
|
+
attr_accessor :content_duration_value
|
870
|
+
|
871
|
+
# Video genre id value.
|
872
|
+
# Corresponds to the JSON property `contentGenreIdValue`
|
873
|
+
# @return [Fixnum]
|
874
|
+
attr_accessor :content_genre_id_value
|
875
|
+
|
876
|
+
# Video delivery type value.
|
877
|
+
# Corresponds to the JSON property `contentStreamTypeValue`
|
878
|
+
# @return [String]
|
879
|
+
attr_accessor :content_stream_type_value
|
880
|
+
|
854
881
|
# Dimensions.
|
855
882
|
# Corresponds to the JSON property `creativeDimensionValue`
|
856
883
|
# @return [Google::Apis::DisplayvideoV4::Dimensions]
|
@@ -908,6 +935,9 @@ module Google
|
|
908
935
|
# Update properties of this object
|
909
936
|
def update!(**args)
|
910
937
|
@bool_value = args[:bool_value] if args.key?(:bool_value)
|
938
|
+
@content_duration_value = args[:content_duration_value] if args.key?(:content_duration_value)
|
939
|
+
@content_genre_id_value = args[:content_genre_id_value] if args.key?(:content_genre_id_value)
|
940
|
+
@content_stream_type_value = args[:content_stream_type_value] if args.key?(:content_stream_type_value)
|
911
941
|
@creative_dimension_value = args[:creative_dimension_value] if args.key?(:creative_dimension_value)
|
912
942
|
@day_and_time_value = args[:day_and_time_value] if args.key?(:day_and_time_value)
|
913
943
|
@device_type_value = args[:device_type_value] if args.key?(:device_type_value)
|
@@ -2951,7 +2981,7 @@ module Google
|
|
2951
2981
|
attr_accessor :target_line_item
|
2952
2982
|
|
2953
2983
|
# Required. A field mask identifying which fields to update. Only the following
|
2954
|
-
# fields are currently supported: * entityStatus
|
2984
|
+
# fields are currently supported: * entityStatus * containsEuPoliticalAds
|
2955
2985
|
# Corresponds to the JSON property `updateMask`
|
2956
2986
|
# @return [String]
|
2957
2987
|
attr_accessor :update_mask
|
@@ -5828,6 +5858,20 @@ module Google
|
|
5828
5858
|
class DuplicateLineItemRequest
|
5829
5859
|
include Google::Apis::Core::Hashable
|
5830
5860
|
|
5861
|
+
# Whether this line item will serve European Union political ads. If
|
5862
|
+
# contains_eu_political_ads has been set to `
|
5863
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
|
5864
|
+
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
|
5865
|
+
# otherwise specified. This field can then be updated using the UI, API, or
|
5866
|
+
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
|
5867
|
+
# must be set. If not, either the value `
|
5868
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
|
5869
|
+
# if the parent advertiser has declared that it does not serve EU political ads,
|
5870
|
+
# or **the request will fail**.
|
5871
|
+
# Corresponds to the JSON property `containsEuPoliticalAds`
|
5872
|
+
# @return [String]
|
5873
|
+
attr_accessor :contains_eu_political_ads
|
5874
|
+
|
5831
5875
|
# The display name of the new line item. Must be UTF-8 encoded with a maximum
|
5832
5876
|
# size of 240 bytes.
|
5833
5877
|
# Corresponds to the JSON property `targetDisplayName`
|
@@ -5840,6 +5884,7 @@ module Google
|
|
5840
5884
|
|
5841
5885
|
# Update properties of this object
|
5842
5886
|
def update!(**args)
|
5887
|
+
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
5843
5888
|
@target_display_name = args[:target_display_name] if args.key?(:target_display_name)
|
5844
5889
|
end
|
5845
5890
|
end
|
@@ -6749,6 +6794,20 @@ module Google
|
|
6749
6794
|
class GenerateDefaultLineItemRequest
|
6750
6795
|
include Google::Apis::Core::Hashable
|
6751
6796
|
|
6797
|
+
# Whether this line item will serve European Union political ads. If
|
6798
|
+
# contains_eu_political_ads has been set to `
|
6799
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
|
6800
|
+
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
|
6801
|
+
# otherwise specified. This field can then be updated using the UI, API, or
|
6802
|
+
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
|
6803
|
+
# must be set. If not, either the value `
|
6804
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
|
6805
|
+
# if the parent advertiser has declared that it does not serve EU political ads,
|
6806
|
+
# or **the request will fail**.
|
6807
|
+
# Corresponds to the JSON property `containsEuPoliticalAds`
|
6808
|
+
# @return [String]
|
6809
|
+
attr_accessor :contains_eu_political_ads
|
6810
|
+
|
6752
6811
|
# Required. The display name of the line item. Must be UTF-8 encoded with a
|
6753
6812
|
# maximum size of 240 bytes.
|
6754
6813
|
# Corresponds to the JSON property `displayName`
|
@@ -6776,6 +6835,7 @@ module Google
|
|
6776
6835
|
|
6777
6836
|
# Update properties of this object
|
6778
6837
|
def update!(**args)
|
6838
|
+
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
6779
6839
|
@display_name = args[:display_name] if args.key?(:display_name)
|
6780
6840
|
@insertion_order_id = args[:insertion_order_id] if args.key?(:insertion_order_id)
|
6781
6841
|
@line_item_type = args[:line_item_type] if args.key?(:line_item_type)
|
@@ -8364,6 +8424,20 @@ module Google
|
|
8364
8424
|
# @return [Fixnum]
|
8365
8425
|
attr_accessor :campaign_id
|
8366
8426
|
|
8427
|
+
# Whether this line item will serve European Union political ads. If
|
8428
|
+
# contains_eu_political_ads has been set to `
|
8429
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
|
8430
|
+
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
|
8431
|
+
# otherwise specified. This field can then be updated using the UI, API, or
|
8432
|
+
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
|
8433
|
+
# must be set when creating a new line item. If not, either the value `
|
8434
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent
|
8435
|
+
# advertiser has declared that it does not serve EU political ads, or **the `
|
8436
|
+
# advertisers.lineItems.create` request will fail**.
|
8437
|
+
# Corresponds to the JSON property `containsEuPoliticalAds`
|
8438
|
+
# @return [String]
|
8439
|
+
attr_accessor :contains_eu_political_ads
|
8440
|
+
|
8367
8441
|
# Settings that control how conversions are counted. All post-click conversions
|
8368
8442
|
# will be counted. A percentage value can be set for post-view conversions
|
8369
8443
|
# counting.
|
@@ -8498,6 +8572,7 @@ module Google
|
|
8498
8572
|
@bid_strategy = args[:bid_strategy] if args.key?(:bid_strategy)
|
8499
8573
|
@budget = args[:budget] if args.key?(:budget)
|
8500
8574
|
@campaign_id = args[:campaign_id] if args.key?(:campaign_id)
|
8575
|
+
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
8501
8576
|
@conversion_counting = args[:conversion_counting] if args.key?(:conversion_counting)
|
8502
8577
|
@creative_ids = args[:creative_ids] if args.key?(:creative_ids)
|
8503
8578
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -12941,9 +13016,10 @@ module Google
|
|
12941
13016
|
# The value used by the bidding strategy. When the bidding strategy is assigned
|
12942
13017
|
# at the line item level, this field is only applicable for the following
|
12943
13018
|
# strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
|
12944
|
-
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS`
|
12945
|
-
#
|
12946
|
-
# the
|
13019
|
+
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` * `
|
13020
|
+
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the
|
13021
|
+
# bidding strategy is assigned at the ad group level, this field is only
|
13022
|
+
# applicable for the following strategy types: * `
|
12947
13023
|
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `
|
12948
13024
|
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `
|
12949
13025
|
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
|
@@ -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.11.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 = "20250819"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2169,6 +2169,7 @@ module Google
|
|
2169
2169
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
2170
2170
|
property :billing_config, as: 'billingConfig', class: Google::Apis::DisplayvideoV4::AdvertiserBillingConfig, decorator: Google::Apis::DisplayvideoV4::AdvertiserBillingConfig::Representation
|
2171
2171
|
|
2172
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
2172
2173
|
property :creative_config, as: 'creativeConfig', class: Google::Apis::DisplayvideoV4::AdvertiserCreativeConfig, decorator: Google::Apis::DisplayvideoV4::AdvertiserCreativeConfig::Representation
|
2173
2174
|
|
2174
2175
|
property :data_access_config, as: 'dataAccessConfig', class: Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig, decorator: Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig::Representation
|
@@ -2277,6 +2278,9 @@ module Google
|
|
2277
2278
|
# @private
|
2278
2279
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2279
2280
|
property :bool_value, as: 'boolValue'
|
2281
|
+
property :content_duration_value, as: 'contentDurationValue'
|
2282
|
+
property :content_genre_id_value, :numeric_string => true, as: 'contentGenreIdValue'
|
2283
|
+
property :content_stream_type_value, as: 'contentStreamTypeValue'
|
2280
2284
|
property :creative_dimension_value, as: 'creativeDimensionValue', class: Google::Apis::DisplayvideoV4::Dimensions, decorator: Google::Apis::DisplayvideoV4::Dimensions::Representation
|
2281
2285
|
|
2282
2286
|
property :day_and_time_value, as: 'dayAndTimeValue', class: Google::Apis::DisplayvideoV4::DayAndTime, decorator: Google::Apis::DisplayvideoV4::DayAndTime::Representation
|
@@ -3616,6 +3620,7 @@ module Google
|
|
3616
3620
|
class DuplicateLineItemRequest
|
3617
3621
|
# @private
|
3618
3622
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3623
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
3619
3624
|
property :target_display_name, as: 'targetDisplayName'
|
3620
3625
|
end
|
3621
3626
|
end
|
@@ -3862,6 +3867,7 @@ module Google
|
|
3862
3867
|
class GenerateDefaultLineItemRequest
|
3863
3868
|
# @private
|
3864
3869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3870
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
3865
3871
|
property :display_name, as: 'displayName'
|
3866
3872
|
property :insertion_order_id, :numeric_string => true, as: 'insertionOrderId'
|
3867
3873
|
property :line_item_type, as: 'lineItemType'
|
@@ -4268,6 +4274,7 @@ module Google
|
|
4268
4274
|
property :budget, as: 'budget', class: Google::Apis::DisplayvideoV4::LineItemBudget, decorator: Google::Apis::DisplayvideoV4::LineItemBudget::Representation
|
4269
4275
|
|
4270
4276
|
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
4277
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
4271
4278
|
property :conversion_counting, as: 'conversionCounting', class: Google::Apis::DisplayvideoV4::ConversionCountingConfig, decorator: Google::Apis::DisplayvideoV4::ConversionCountingConfig::Representation
|
4272
4279
|
|
4273
4280
|
collection :creative_ids, as: 'creativeIds'
|
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.11.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.11.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:
|