google-apis-displayvideo_v3 0.23.0 → 0.24.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: 91fe80587c721031cdbcc3853a069be08418fbf8be399c3da8480806d66b9dda
|
4
|
+
data.tar.gz: 812d503b2db371196b242992091ec89544e22f4557b5ab40dcce92a103ef2295
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34cf2a0dfeb92c0e6b173e8af3e624c535f5d66b7d746d2c7a42f0784657d4b9adefde44203c7f53f7b117abc0118bb9000e5fe4cdd9432e42c11a48f670c452
|
7
|
+
data.tar.gz: f8136923fcdba0db79d638eed0ee3447086aef66f1c9c1a8eb0cf7fffea480dccb93b56a15122487ddd32353fe8c2215020a494ae3bd3cd64f67d1e32e507fb0
|
data/CHANGELOG.md
CHANGED
@@ -6529,25 +6529,16 @@ module Google
|
|
6529
6529
|
attr_accessor :max_views
|
6530
6530
|
|
6531
6531
|
# The time unit in which the frequency cap will be applied. Required when
|
6532
|
-
# unlimited is `false`.
|
6533
|
-
# periods greater than 30 days will no longer be accepted. This field will no
|
6534
|
-
# longer accept the value `TIME_UNIT_LIFETIME`. [Read more about this announced
|
6535
|
-
# change](/display-video/api/deprecations#features.lifetime_frequency_cap).
|
6532
|
+
# unlimited is `false`.
|
6536
6533
|
# Corresponds to the JSON property `timeUnit`
|
6537
6534
|
# @return [String]
|
6538
6535
|
attr_accessor :time_unit
|
6539
6536
|
|
6540
6537
|
# The number of time_unit the frequency cap will last. Required when unlimited
|
6541
6538
|
# is `false`. The following restrictions apply based on the value of time_unit: *
|
6542
|
-
# `
|
6543
|
-
#
|
6544
|
-
# between 1 and
|
6545
|
-
# TIME_UNIT_HOURS` - must be between 1 and 23 * `TIME_UNIT_MINUTES` - must be
|
6546
|
-
# between 1 and 59 *Warning*: On **February 28, 2025**, frequency cap time
|
6547
|
-
# periods greater than 30 days will no longer be accepted. This field will no
|
6548
|
-
# longer accept the value 2 if the value of time_unit is `TIME_UNIT_MONTHS`. [
|
6549
|
-
# Read more about this announced change](/display-video/api/deprecations#
|
6550
|
-
# features.lifetime_frequency_cap).
|
6539
|
+
# `TIME_UNIT_MONTHS` - must be 1 * `TIME_UNIT_WEEKS` - must be between 1 and 4 *
|
6540
|
+
# `TIME_UNIT_DAYS` - must be between 1 and 6 * `TIME_UNIT_HOURS` - must be
|
6541
|
+
# between 1 and 23 * `TIME_UNIT_MINUTES` - must be between 1 and 59
|
6551
6542
|
# Corresponds to the JSON property `timeUnitCount`
|
6552
6543
|
# @return [Fixnum]
|
6553
6544
|
attr_accessor :time_unit_count
|
@@ -11713,16 +11704,13 @@ module Google
|
|
11713
11704
|
|
11714
11705
|
# Required. Whether to enable Optimized Targeting for the line item. Optimized
|
11715
11706
|
# targeting is not compatible with all bid strategies. Attempting to set this
|
11716
|
-
# field to `true` for a line item using
|
11717
|
-
#
|
11718
|
-
# an error:
|
11719
|
-
# BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` * `
|
11707
|
+
# field to `true` for a line item using the BiddingStrategy field fixed_bid or
|
11708
|
+
# one of the following combinations of BiddingStrategy fields and
|
11709
|
+
# BiddingStrategyPerformanceGoalType will result in an error:
|
11710
|
+
# maximize_auto_spend_bid: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` * `
|
11720
11711
|
# BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` * `
|
11721
11712
|
# BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
|
11722
|
-
# `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
|
11723
|
-
# March 6, 2025**, this field will stop being compatible when using the
|
11724
|
-
# BiddingStrategy field fixed_bid. [Read more about this announced change](/
|
11725
|
-
# display-video/api/deprecations#features.ot_fixed_bid)
|
11713
|
+
# `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
|
11726
11714
|
# Corresponds to the JSON property `enableOptimizedTargeting`
|
11727
11715
|
# @return [Boolean]
|
11728
11716
|
attr_accessor :enable_optimized_targeting
|
@@ -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.24.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 = "20250313"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4986,9 +4986,8 @@ module Google
|
|
4986
4986
|
# should be added to the field name. Example: `displayName desc`.
|
4987
4987
|
# @param [Fixnum] page_size
|
4988
4988
|
# Requested page size. Must be between `1` and `5000`. If unspecified, this
|
4989
|
-
# value defaults to `
|
4990
|
-
# value is specified.
|
4991
|
-
# default to `5000` if not set.
|
4989
|
+
# value defaults to `5000`. Returns error code `INVALID_ARGUMENT` if an invalid
|
4990
|
+
# value is specified.
|
4992
4991
|
# @param [String] page_token
|
4993
4992
|
# A token identifying a page of results the server should return. Typically,
|
4994
4993
|
# this is the value of next_page_token returned from the previous call to `
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.24.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-16 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_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.24.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:
|