google-apis-displayvideo_v3 0.32.0 → 0.33.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: c0a13a932d4ae7a80eb7207eab155cf8c5e74dce5da1ec09d8a52b94e0e0175a
|
4
|
+
data.tar.gz: a9005e48429201ea0da4b59e646cbcb4574342d20112fff3c64b40c6f5d1fede
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36bfdd4fd86519b9b00d930bf56755005e88e607765532456109efbe81445cb0133b970187dac92bd78cbec1aacb5d855d7b98f0d6fbdbe641968f9b794c9537
|
7
|
+
data.tar.gz: 07a17fbbb5890eaf06c34fc224351b9157eb32d2b223715feae14fda30dd8cdc8e4b67f9443f53bdd218e255edc6d01c34aa24919d425007a98ce00976abe10e
|
data/CHANGELOG.md
CHANGED
@@ -446,6 +446,17 @@ module Google
|
|
446
446
|
# @return [Google::Apis::DisplayvideoV3::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::DisplayvideoV3::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::DisplayvideoV3::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,8 +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 *
|
2955
|
-
# containsEuPoliticalAdvertising
|
2984
|
+
# fields are currently supported: * entityStatus * containsEuPoliticalAds
|
2956
2985
|
# Corresponds to the JSON property `updateMask`
|
2957
2986
|
# @return [String]
|
2958
2987
|
attr_accessor :update_mask
|
@@ -5822,6 +5851,20 @@ module Google
|
|
5822
5851
|
class DuplicateLineItemRequest
|
5823
5852
|
include Google::Apis::Core::Hashable
|
5824
5853
|
|
5854
|
+
# Whether this line item will serve European Union political ads. If
|
5855
|
+
# contains_eu_political_ads has been set to `
|
5856
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
|
5857
|
+
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
|
5858
|
+
# otherwise specified. This field can then be updated using the UI, API, or
|
5859
|
+
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
|
5860
|
+
# must be set. If not, either the value `
|
5861
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
|
5862
|
+
# if the parent advertiser has declared that it does not serve EU political ads,
|
5863
|
+
# or **the request will fail**.
|
5864
|
+
# Corresponds to the JSON property `containsEuPoliticalAds`
|
5865
|
+
# @return [String]
|
5866
|
+
attr_accessor :contains_eu_political_ads
|
5867
|
+
|
5825
5868
|
# The display name of the new line item. Must be UTF-8 encoded with a maximum
|
5826
5869
|
# size of 240 bytes.
|
5827
5870
|
# Corresponds to the JSON property `targetDisplayName`
|
@@ -5834,6 +5877,7 @@ module Google
|
|
5834
5877
|
|
5835
5878
|
# Update properties of this object
|
5836
5879
|
def update!(**args)
|
5880
|
+
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
5837
5881
|
@target_display_name = args[:target_display_name] if args.key?(:target_display_name)
|
5838
5882
|
end
|
5839
5883
|
end
|
@@ -6742,6 +6786,20 @@ module Google
|
|
6742
6786
|
class GenerateDefaultLineItemRequest
|
6743
6787
|
include Google::Apis::Core::Hashable
|
6744
6788
|
|
6789
|
+
# Whether this line item will serve European Union political ads. If
|
6790
|
+
# contains_eu_political_ads has been set to `
|
6791
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
|
6792
|
+
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
|
6793
|
+
# otherwise specified. This field can then be updated using the UI, API, or
|
6794
|
+
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
|
6795
|
+
# must be set. If not, either the value `
|
6796
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item
|
6797
|
+
# if the parent advertiser has declared that it does not serve EU political ads,
|
6798
|
+
# or **the request will fail**.
|
6799
|
+
# Corresponds to the JSON property `containsEuPoliticalAds`
|
6800
|
+
# @return [String]
|
6801
|
+
attr_accessor :contains_eu_political_ads
|
6802
|
+
|
6745
6803
|
# Required. The display name of the line item. Must be UTF-8 encoded with a
|
6746
6804
|
# maximum size of 240 bytes.
|
6747
6805
|
# Corresponds to the JSON property `displayName`
|
@@ -6769,6 +6827,7 @@ module Google
|
|
6769
6827
|
|
6770
6828
|
# Update properties of this object
|
6771
6829
|
def update!(**args)
|
6830
|
+
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
6772
6831
|
@display_name = args[:display_name] if args.key?(:display_name)
|
6773
6832
|
@insertion_order_id = args[:insertion_order_id] if args.key?(:insertion_order_id)
|
6774
6833
|
@line_item_type = args[:line_item_type] if args.key?(:line_item_type)
|
@@ -8357,6 +8416,20 @@ module Google
|
|
8357
8416
|
# @return [Fixnum]
|
8358
8417
|
attr_accessor :campaign_id
|
8359
8418
|
|
8419
|
+
# Whether this line item will serve European Union political ads. If
|
8420
|
+
# contains_eu_political_ads has been set to `
|
8421
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this
|
8422
|
+
# field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not
|
8423
|
+
# otherwise specified. This field can then be updated using the UI, API, or
|
8424
|
+
# Structured Data Files. *Warning*: Starting **September 8, 2025**, this field
|
8425
|
+
# must be set when creating a new line item. If not, either the value `
|
8426
|
+
# DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent
|
8427
|
+
# advertiser has declared that it does not serve EU political ads, or **the `
|
8428
|
+
# advertisers.lineItems.create` request will fail**.
|
8429
|
+
# Corresponds to the JSON property `containsEuPoliticalAds`
|
8430
|
+
# @return [String]
|
8431
|
+
attr_accessor :contains_eu_political_ads
|
8432
|
+
|
8360
8433
|
# Settings that control how conversions are counted. All post-click conversions
|
8361
8434
|
# will be counted. A percentage value can be set for post-view conversions
|
8362
8435
|
# counting.
|
@@ -8491,6 +8564,7 @@ module Google
|
|
8491
8564
|
@bid_strategy = args[:bid_strategy] if args.key?(:bid_strategy)
|
8492
8565
|
@budget = args[:budget] if args.key?(:budget)
|
8493
8566
|
@campaign_id = args[:campaign_id] if args.key?(:campaign_id)
|
8567
|
+
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
8494
8568
|
@conversion_counting = args[:conversion_counting] if args.key?(:conversion_counting)
|
8495
8569
|
@creative_ids = args[:creative_ids] if args.key?(:creative_ids)
|
8496
8570
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -12965,9 +13039,10 @@ module Google
|
|
12965
13039
|
# The value used by the bidding strategy. When the bidding strategy is assigned
|
12966
13040
|
# at the line item level, this field is only applicable for the following
|
12967
13041
|
# strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
|
12968
|
-
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS`
|
12969
|
-
#
|
12970
|
-
# the
|
13042
|
+
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` * `
|
13043
|
+
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the
|
13044
|
+
# bidding strategy is assigned at the ad group level, this field is only
|
13045
|
+
# applicable for the following strategy types: * `
|
12971
13046
|
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `
|
12972
13047
|
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `
|
12973
13048
|
# YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
|
@@ -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.33.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
|
@@ -2175,6 +2175,7 @@ module Google
|
|
2175
2175
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
2176
2176
|
property :billing_config, as: 'billingConfig', class: Google::Apis::DisplayvideoV3::AdvertiserBillingConfig, decorator: Google::Apis::DisplayvideoV3::AdvertiserBillingConfig::Representation
|
2177
2177
|
|
2178
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
2178
2179
|
property :creative_config, as: 'creativeConfig', class: Google::Apis::DisplayvideoV3::AdvertiserCreativeConfig, decorator: Google::Apis::DisplayvideoV3::AdvertiserCreativeConfig::Representation
|
2179
2180
|
|
2180
2181
|
property :data_access_config, as: 'dataAccessConfig', class: Google::Apis::DisplayvideoV3::AdvertiserDataAccessConfig, decorator: Google::Apis::DisplayvideoV3::AdvertiserDataAccessConfig::Representation
|
@@ -2283,6 +2284,9 @@ module Google
|
|
2283
2284
|
# @private
|
2284
2285
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2285
2286
|
property :bool_value, as: 'boolValue'
|
2287
|
+
property :content_duration_value, as: 'contentDurationValue'
|
2288
|
+
property :content_genre_id_value, :numeric_string => true, as: 'contentGenreIdValue'
|
2289
|
+
property :content_stream_type_value, as: 'contentStreamTypeValue'
|
2286
2290
|
property :creative_dimension_value, as: 'creativeDimensionValue', class: Google::Apis::DisplayvideoV3::Dimensions, decorator: Google::Apis::DisplayvideoV3::Dimensions::Representation
|
2287
2291
|
|
2288
2292
|
property :day_and_time_value, as: 'dayAndTimeValue', class: Google::Apis::DisplayvideoV3::DayAndTime, decorator: Google::Apis::DisplayvideoV3::DayAndTime::Representation
|
@@ -3621,6 +3625,7 @@ module Google
|
|
3621
3625
|
class DuplicateLineItemRequest
|
3622
3626
|
# @private
|
3623
3627
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3628
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
3624
3629
|
property :target_display_name, as: 'targetDisplayName'
|
3625
3630
|
end
|
3626
3631
|
end
|
@@ -3867,6 +3872,7 @@ module Google
|
|
3867
3872
|
class GenerateDefaultLineItemRequest
|
3868
3873
|
# @private
|
3869
3874
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3875
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
3870
3876
|
property :display_name, as: 'displayName'
|
3871
3877
|
property :insertion_order_id, :numeric_string => true, as: 'insertionOrderId'
|
3872
3878
|
property :line_item_type, as: 'lineItemType'
|
@@ -4273,6 +4279,7 @@ module Google
|
|
4273
4279
|
property :budget, as: 'budget', class: Google::Apis::DisplayvideoV3::LineItemBudget, decorator: Google::Apis::DisplayvideoV3::LineItemBudget::Representation
|
4274
4280
|
|
4275
4281
|
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
4282
|
+
property :contains_eu_political_ads, as: 'containsEuPoliticalAds'
|
4276
4283
|
property :conversion_counting, as: 'conversionCounting', class: Google::Apis::DisplayvideoV3::ConversionCountingConfig, decorator: Google::Apis::DisplayvideoV3::ConversionCountingConfig::Representation
|
4277
4284
|
|
4278
4285
|
collection :creative_ids, as: 'creativeIds'
|
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.33.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.33.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:
|