google-apis-displayvideo_v2 0.13.0 → 0.14.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +30 -4
- data/lib/google/apis/displayvideo_v2/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: 4a60d8fa7d355764c695e371dcaeb47abc90244e11728a82f963943396e9964b
|
|
4
|
+
data.tar.gz: 8ede222c2cce793aa21462d5531a50e6a5f10ddada9a08c7284c08cb575b6b5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54bc5e84217aac1d117060f2e4373810b7e5f4a98c2c6288b0734480557f420edc09f2adf5314a273abd7d0f7537323084ca06deee2950e1a1e4e0ebd6a215b8
|
|
7
|
+
data.tar.gz: d2f421d10099e8c60250e98a27e5671cebfdc113acc03b6e4d4e72ea59f9361dc612d0580c2f90eac30d2b0a3f5b2ff5f90c73e1314ff5ba011cf29dd328eb93
|
data/CHANGELOG.md
CHANGED
|
@@ -7442,7 +7442,10 @@ module Google
|
|
|
7442
7442
|
|
|
7443
7443
|
# Settings that control the targeting expansion of the line item. Targeting
|
|
7444
7444
|
# expansion allows the line item to reach a larger audience based on the
|
|
7445
|
-
# original audience list and the targeting expansion level.
|
|
7445
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
|
7446
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
|
7447
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
|
7448
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
|
7446
7449
|
# Corresponds to the JSON property `targetingExpansion`
|
|
7447
7450
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
|
7448
7451
|
attr_accessor :targeting_expansion
|
|
@@ -10764,7 +10767,10 @@ module Google
|
|
|
10764
10767
|
|
|
10765
10768
|
# Settings that control the targeting expansion of the line item. Targeting
|
|
10766
10769
|
# expansion allows the line item to reach a larger audience based on the
|
|
10767
|
-
# original audience list and the targeting expansion level.
|
|
10770
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
|
10771
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
|
10772
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
|
10773
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
|
10768
10774
|
class TargetingExpansionConfig
|
|
10769
10775
|
include Google::Apis::Core::Hashable
|
|
10770
10776
|
|
|
@@ -10772,13 +10778,30 @@ module Google
|
|
|
10772
10778
|
# expansion or optimized targeting. Similar audiences of the excluded first-
|
|
10773
10779
|
# party lists will not be excluded. Only applicable when a first-party audience
|
|
10774
10780
|
# is positively targeted (directly or included in a combined audience),
|
|
10775
|
-
# otherwise this selection will be ignored.
|
|
10781
|
+
# otherwise this selection will be ignored. Beginning **March 25, 2023**, this
|
|
10782
|
+
# field may be deprecated with the replacement of targeting expansion with [
|
|
10783
|
+
# optimized targeting](//support.google.com/displayvideo/answer/12060859). Upon
|
|
10784
|
+
# deprecation, this field will be set to `false`. If this field is set to `true`
|
|
10785
|
+
# when deprecated, all positive first-party audience targeting assigned to this
|
|
10786
|
+
# line item will be replaced with negative targeting of the same first-party
|
|
10787
|
+
# audiences to ensure the continued exclusion of those audiences. This field
|
|
10788
|
+
# will be deprecated for all partners by mid-April 2023.
|
|
10776
10789
|
# Corresponds to the JSON property `excludeFirstPartyAudience`
|
|
10777
10790
|
# @return [Boolean]
|
|
10778
10791
|
attr_accessor :exclude_first_party_audience
|
|
10779
10792
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
|
10780
10793
|
|
|
10781
10794
|
# Required. Magnitude of expansion for applicable targeting under this line item.
|
|
10795
|
+
# Beginning **March 25, 2023**, the behavior of this field may change in the
|
|
10796
|
+
# following ways with the replacement of targeting expansion with [optimized
|
|
10797
|
+
# targeting](//support.google.com/displayvideo/answer/12060859): * This field
|
|
10798
|
+
# will represent the optimized targeting checkbox, with a `NO_EXPANSION` value
|
|
10799
|
+
# representing optimized targeting turned off and a `LEAST_EXPANSION` value
|
|
10800
|
+
# representing optimized targeting turned on. * `NO_EXPANSION` will be the
|
|
10801
|
+
# default value for the field and will be automatically assigned if you do not
|
|
10802
|
+
# set the field. * If you set the field to any value other than `NO_EXPANSION`,
|
|
10803
|
+
# it will automatically be set to `LEAST_EXPANSION`. This behavior will be
|
|
10804
|
+
# rolled out to all partners by mid-April 2023.
|
|
10782
10805
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
|
10783
10806
|
# @return [String]
|
|
10784
10807
|
attr_accessor :targeting_expansion_level
|
|
@@ -11831,7 +11854,10 @@ module Google
|
|
|
11831
11854
|
|
|
11832
11855
|
# Settings that control the targeting expansion of the line item. Targeting
|
|
11833
11856
|
# expansion allows the line item to reach a larger audience based on the
|
|
11834
|
-
# original audience list and the targeting expansion level.
|
|
11857
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
|
11858
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
|
11859
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
|
11860
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
|
11835
11861
|
# Corresponds to the JSON property `targetingExpansion`
|
|
11836
11862
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
|
11837
11863
|
attr_accessor :targeting_expansion
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DisplayvideoV2
|
|
18
18
|
# Version of the google-apis-displayvideo_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.14.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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.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-26 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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|