google-apis-displayvideo_v1 0.46.0 → 0.47.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v1/classes.rb +26 -3
- data/lib/google/apis/displayvideo_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 479b85240d4ee80bba5e37d5d3583279cce4df80d734b6fa5546207d5cb1aa2d
|
4
|
+
data.tar.gz: 41d0748caa0bca798c1973eae8d97404738e5c9c29b3d0aa7664fc6c771978a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac5e0115a6a9fa22c58f9815ef44085fe6290c2d4f7d0f4a1b3fb91faac50a5b85c75544b83b440e2ec90c8e0d702cde1f40289d52e3982e641bb2112f493b5c
|
7
|
+
data.tar.gz: 3e0db505a56b9d97c6ec17e2e58cd48215a0dc8dc681e03753648b8b7e5bb044365a8d31523e3f981495601d708148e1c3a609d5f76c3d59c6c37b555b18c63c
|
data/CHANGELOG.md
CHANGED
@@ -6976,7 +6976,10 @@ module Google
|
|
6976
6976
|
|
6977
6977
|
# Settings that control the targeting expansion of the line item. Targeting
|
6978
6978
|
# expansion allows the line item to reach a larger audience based on the
|
6979
|
-
# original audience list and the targeting expansion level.
|
6979
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
6980
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
6981
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
6982
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
6980
6983
|
# Corresponds to the JSON property `targetingExpansion`
|
6981
6984
|
# @return [Google::Apis::DisplayvideoV1::TargetingExpansionConfig]
|
6982
6985
|
attr_accessor :targeting_expansion
|
@@ -9994,7 +9997,10 @@ module Google
|
|
9994
9997
|
|
9995
9998
|
# Settings that control the targeting expansion of the line item. Targeting
|
9996
9999
|
# expansion allows the line item to reach a larger audience based on the
|
9997
|
-
# original audience list and the targeting expansion level.
|
10000
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
10001
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
10002
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
10003
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
9998
10004
|
class TargetingExpansionConfig
|
9999
10005
|
include Google::Apis::Core::Hashable
|
10000
10006
|
|
@@ -10002,13 +10008,30 @@ module Google
|
|
10002
10008
|
# expansion or optimized targeting. Similar audiences of the excluded first-
|
10003
10009
|
# party lists will not be excluded. Only applicable when a first-party audience
|
10004
10010
|
# is positively targeted (directly or included in a combined audience),
|
10005
|
-
# otherwise this selection will be ignored.
|
10011
|
+
# otherwise this selection will be ignored. Beginning **March 25, 2023**, this
|
10012
|
+
# field may be deprecated with the replacement of targeting expansion with [
|
10013
|
+
# optimized targeting](//support.google.com/displayvideo/answer/12060859). Upon
|
10014
|
+
# deprecation, this field will be set to `false`. If this field is set to `true`
|
10015
|
+
# when deprecated, all positive first-party audience targeting assigned to this
|
10016
|
+
# line item will be replaced with negative targeting of the same first-party
|
10017
|
+
# audiences to ensure the continued exclusion of those audiences. This field
|
10018
|
+
# will be deprecated for all partners by mid-April 2023.
|
10006
10019
|
# Corresponds to the JSON property `excludeFirstPartyAudience`
|
10007
10020
|
# @return [Boolean]
|
10008
10021
|
attr_accessor :exclude_first_party_audience
|
10009
10022
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
10010
10023
|
|
10011
10024
|
# Required. Magnitude of expansion for applicable targeting under this line item.
|
10025
|
+
# Beginning **March 25, 2023**, the behavior of this field may change in the
|
10026
|
+
# following ways with the replacement of targeting expansion with [optimized
|
10027
|
+
# targeting](//support.google.com/displayvideo/answer/12060859): * This field
|
10028
|
+
# will represent the optimized targeting checkbox, with a `NO_EXPANSION` value
|
10029
|
+
# representing optimized targeting turned off and a `LEAST_EXPANSION` value
|
10030
|
+
# representing optimized targeting turned on. * `NO_EXPANSION` will be the
|
10031
|
+
# default value for the field and will be automatically assigned if you do not
|
10032
|
+
# set the field. * If you set the field to any value other than `NO_EXPANSION`,
|
10033
|
+
# it will automatically be set to `LEAST_EXPANSION`. This behavior will be
|
10034
|
+
# rolled out to all partners by mid-April 2023.
|
10012
10035
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
10013
10036
|
# @return [String]
|
10014
10037
|
attr_accessor :targeting_expansion_level
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV1
|
18
18
|
# Version of the google-apis-displayvideo_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230316"
|
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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.47.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: 2023-03-
|
11
|
+
date: 2023-03-19 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.47.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|