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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f711207891d3dd45760784b49560d1ac605f0d256da96d88b358eb0634fa6f80
4
- data.tar.gz: 7c547f65582c408eff28d99e1d8f926cf69216c6b5704545f1a0d0d537379552
3
+ metadata.gz: 4a60d8fa7d355764c695e371dcaeb47abc90244e11728a82f963943396e9964b
4
+ data.tar.gz: 8ede222c2cce793aa21462d5531a50e6a5f10ddada9a08c7284c08cb575b6b5b
5
5
  SHA512:
6
- metadata.gz: d9ca69ec844c4e9388e56846a27080c67b73e1c8e2e7a418e0e16dfbecd978568bcd2c95b262a513e4a418942f1dc773be21efcb1fa074661032651d8940b74b
7
- data.tar.gz: 5ade57d3e58ee0156e877487d7fccefefb35b3a51ec8c437601bdf06774434addf3659d6460adb81c38cc8930d8bf6c9515a2e960183e5d5b1fc8db405ed0ff5
6
+ metadata.gz: 54bc5e84217aac1d117060f2e4373810b7e5f4a98c2c6288b0734480557f420edc09f2adf5314a273abd7d0f7537323084ca06deee2950e1a1e4e0ebd6a215b8
7
+ data.tar.gz: d2f421d10099e8c60250e98a27e5671cebfdc113acc03b6e4d4e72ea59f9361dc612d0580c2f90eac30d2b0a3f5b2ff5f90c73e1314ff5ba011cf29dd328eb93
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.14.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230316
6
+
3
7
  ### v0.13.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230302
@@ -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.13.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 = "20230302"
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.13.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-05 00:00:00.000000000 Z
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.13.0
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: []