google-apis-displayvideo_v2 0.12.0 → 0.14.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: 7590f46787876878419dcf8ffda50a381b1f1befd71111b5865f0cf3e1cfcf95
4
- data.tar.gz: 14ea609729ff9299449fed7eb1ce81baf1a8357519b50f61f23ef259f6021ada
3
+ metadata.gz: 4a60d8fa7d355764c695e371dcaeb47abc90244e11728a82f963943396e9964b
4
+ data.tar.gz: 8ede222c2cce793aa21462d5531a50e6a5f10ddada9a08c7284c08cb575b6b5b
5
5
  SHA512:
6
- metadata.gz: 8003c5e37df47f253c2a938b77976cd6dba82061046b5fb0d92b995db099162467712ba2e8ea4c5b66be12e128c5f129243223b4f1a0458e09218f57cefaa0a0
7
- data.tar.gz: b7159ee383cf7591397fe3bb04836266c149ca6dd835b9159f3b51644b30151f5269f387864d09b3b68690213da626642e46e7646cc674698cff9abc3b24c107
6
+ metadata.gz: 54bc5e84217aac1d117060f2e4373810b7e5f4a98c2c6288b0734480557f420edc09f2adf5314a273abd7d0f7537323084ca06deee2950e1a1e4e0ebd6a215b8
7
+ data.tar.gz: d2f421d10099e8c60250e98a27e5671cebfdc113acc03b6e4d4e72ea59f9361dc612d0580c2f90eac30d2b0a3f5b2ff5f90c73e1314ff5ba011cf29dd328eb93
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.13.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230302
10
+
3
11
  ### v0.12.0 (2023-02-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230216
@@ -613,7 +613,12 @@ module Google
613
613
 
614
614
  # Media ID of the uploaded asset. This is a unique identifier for the asset.
615
615
  # This ID can be passed to other API calls, e.g. CreateCreative to associate the
616
- # asset with a creative.
616
+ # asset with a creative. **On April 5, 2023, the value of this ID will be
617
+ # updated. Before this date, we recommend that you stop using any cached media
618
+ # IDs when creating or updating creatives, and instead upload assets immediately
619
+ # before using them for creative production.** **After April 5, you can update
620
+ # cached media IDs to the new values by retrieving them from associated creative
621
+ # resources or re-uploading them.**
617
622
  # Corresponds to the JSON property `mediaId`
618
623
  # @return [Fixnum]
619
624
  attr_accessor :media_id
@@ -7437,7 +7442,10 @@ module Google
7437
7442
 
7438
7443
  # Settings that control the targeting expansion of the line item. Targeting
7439
7444
  # expansion allows the line item to reach a larger audience based on the
7440
- # 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.
7441
7449
  # Corresponds to the JSON property `targetingExpansion`
7442
7450
  # @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
7443
7451
  attr_accessor :targeting_expansion
@@ -10759,7 +10767,10 @@ module Google
10759
10767
 
10760
10768
  # Settings that control the targeting expansion of the line item. Targeting
10761
10769
  # expansion allows the line item to reach a larger audience based on the
10762
- # 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.
10763
10774
  class TargetingExpansionConfig
10764
10775
  include Google::Apis::Core::Hashable
10765
10776
 
@@ -10767,13 +10778,30 @@ module Google
10767
10778
  # expansion or optimized targeting. Similar audiences of the excluded first-
10768
10779
  # party lists will not be excluded. Only applicable when a first-party audience
10769
10780
  # is positively targeted (directly or included in a combined audience),
10770
- # 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.
10771
10789
  # Corresponds to the JSON property `excludeFirstPartyAudience`
10772
10790
  # @return [Boolean]
10773
10791
  attr_accessor :exclude_first_party_audience
10774
10792
  alias_method :exclude_first_party_audience?, :exclude_first_party_audience
10775
10793
 
10776
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.
10777
10805
  # Corresponds to the JSON property `targetingExpansionLevel`
10778
10806
  # @return [String]
10779
10807
  attr_accessor :targeting_expansion_level
@@ -11826,7 +11854,10 @@ module Google
11826
11854
 
11827
11855
  # Settings that control the targeting expansion of the line item. Targeting
11828
11856
  # expansion allows the line item to reach a larger audience based on the
11829
- # 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.
11830
11861
  # Corresponds to the JSON property `targetingExpansion`
11831
11862
  # @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
11832
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.12.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 = "20230216"
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.12.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-02-19 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.12.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: []