google-apis-displayvideo_v3 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ef1cdae5e608c4afc5d1eb663d698e3c58c657578244812b8ce254f2f3c5737
|
4
|
+
data.tar.gz: f0a15b003b56802ff09f328c1de272ecb5e77b242fd785179f4fa62bcf81ca69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9e4ca09c684ce101841fd7f862d4c4322a29fef19e9967eaf3f90254a9f8c8dc2404136c2197e635a7de2e258caa7b4a957b9da4651ac121d0ab3e913cee0cf
|
7
|
+
data.tar.gz: f266e61ddd3abbc0e038ee3aa559bf7512e034596feec008917a6390803462457cb2bd2d575f59ff99c1f4bb06ff9f62adc67a318f037faafa3f5aa5491fd3de
|
data/CHANGELOG.md
CHANGED
@@ -11577,10 +11577,15 @@ module Google
|
|
11577
11577
|
attr_accessor :audience_expansion_seed_list_excluded
|
11578
11578
|
alias_method :audience_expansion_seed_list_excluded?, :audience_expansion_seed_list_excluded
|
11579
11579
|
|
11580
|
-
# Required. Whether to enable Optimized Targeting for the line item.
|
11581
|
-
#
|
11582
|
-
#
|
11583
|
-
#
|
11580
|
+
# Required. Whether to enable Optimized Targeting for the line item. Optimized
|
11581
|
+
# targeting is not compatible with all bid strategies. Attempting to set this
|
11582
|
+
# field to `true` for a line item using one of the following combinations of
|
11583
|
+
# BiddingStrategy fields and BiddingStrategyPerformanceGoalType will result in
|
11584
|
+
# an error: maximize_auto_spend_bid: * `
|
11585
|
+
# BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` * `
|
11586
|
+
# BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` * `
|
11587
|
+
# BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
|
11588
|
+
# `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
|
11584
11589
|
# Corresponds to the JSON property `enableOptimizedTargeting`
|
11585
11590
|
# @return [Boolean]
|
11586
11591
|
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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241003"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|