google-apis-displayvideo_v2 0.17.0 → 0.19.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 +8 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +28 -46
- data/lib/google/apis/displayvideo_v2/gem_version.rb +2 -2
- data/lib/google/apis/displayvideo_v2/service.rb +431 -351
- 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: '079f965e81af899a930b680474002172ca67c98200c3a8e288bcc441ef7a7f72'
|
4
|
+
data.tar.gz: 42f6dba71dfa596c775d3e1781bdae1079d10591f38edb369a2a327f7417109f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6670861a0e946dbc51a1cb5fb032cd780da240237afe3a21aacdef6783500f0d6bde090c2db23137b7f0fffff7e95894a5401814878d187ed142d4621f452282
|
7
|
+
data.tar.gz: 42d5ac83f4a7908cb44f4588e4a33f05332ff6c39ee470746054f157ed209452ded18fcca10fd560dd066f55bc550c4bf1506ca12095ce66b7d4b2087d42c7f7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.19.0 (2023-05-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230518
|
6
|
+
|
7
|
+
### v0.18.0 (2023-05-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230511
|
10
|
+
|
3
11
|
### v0.17.0 (2023-04-30)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230427
|
@@ -797,7 +797,9 @@ module Google
|
|
797
797
|
|
798
798
|
# Represents an assigned authorized seller status. This will be populated in the
|
799
799
|
# details field of an AssignedTargetingOption when targeting_type is `
|
800
|
-
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`.
|
800
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`. If a resource does not have an `
|
801
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` assigned targeting option, it is
|
802
|
+
# using the "Authorized Direct Sellers and Resellers" option.
|
801
803
|
# Corresponds to the JSON property `authorizedSellerStatusDetails`
|
802
804
|
# @return [Google::Apis::DisplayvideoV2::AuthorizedSellerStatusAssignedTargetingOptionDetails]
|
803
805
|
attr_accessor :authorized_seller_status_details
|
@@ -1477,7 +1479,9 @@ module Google
|
|
1477
1479
|
|
1478
1480
|
# Represents an assigned authorized seller status. This will be populated in the
|
1479
1481
|
# details field of an AssignedTargetingOption when targeting_type is `
|
1480
|
-
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`.
|
1482
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`. If a resource does not have an `
|
1483
|
+
# TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` assigned targeting option, it is
|
1484
|
+
# using the "Authorized Direct Sellers and Resellers" option.
|
1481
1485
|
class AuthorizedSellerStatusAssignedTargetingOptionDetails
|
1482
1486
|
include Google::Apis::Core::Hashable
|
1483
1487
|
|
@@ -7435,12 +7439,8 @@ module Google
|
|
7435
7439
|
# @return [String]
|
7436
7440
|
attr_accessor :reservation_type
|
7437
7441
|
|
7438
|
-
# Settings that control the targeting
|
7439
|
-
#
|
7440
|
-
# original audience list and the targeting expansion level. Beginning **March 25,
|
7441
|
-
# 2023**, these settings may represent the [optimized targeting feature](//
|
7442
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
7443
|
-
# expansion. This feature will be rolled out to all partners by early May 2023.
|
7442
|
+
# Settings that control the [optimized targeting](//support.google.com/
|
7443
|
+
# displayvideo/answer/12060859) settings of the line item.
|
7444
7444
|
# Corresponds to the JSON property `targetingExpansion`
|
7445
7445
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
7446
7446
|
attr_accessor :targeting_expansion
|
@@ -8619,9 +8619,9 @@ module Google
|
|
8619
8619
|
end
|
8620
8620
|
|
8621
8621
|
# A single manual trigger in Display & Video 360. **Warning:** Line Items using
|
8622
|
-
# manual triggers
|
8623
|
-
# Read our [feature deprecation announcement](/display-
|
8624
|
-
# features.manual_triggers) for more information.
|
8622
|
+
# manual triggers no longer serve in Display & Video 360. This resource will
|
8623
|
+
# sunset on August 1, 2023. Read our [feature deprecation announcement](/display-
|
8624
|
+
# video/api/deprecations#features.manual_triggers) for more information.
|
8625
8625
|
class ManualTrigger
|
8626
8626
|
include Google::Apis::Core::Hashable
|
8627
8627
|
|
@@ -10763,43 +10763,29 @@ module Google
|
|
10763
10763
|
end
|
10764
10764
|
end
|
10765
10765
|
|
10766
|
-
# Settings that control the targeting
|
10767
|
-
#
|
10768
|
-
# original audience list and the targeting expansion level. Beginning **March 25,
|
10769
|
-
# 2023**, these settings may represent the [optimized targeting feature](//
|
10770
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
10771
|
-
# expansion. This feature will be rolled out to all partners by early May 2023.
|
10766
|
+
# Settings that control the [optimized targeting](//support.google.com/
|
10767
|
+
# displayvideo/answer/12060859) settings of the line item.
|
10772
10768
|
class TargetingExpansionConfig
|
10773
10769
|
include Google::Apis::Core::Hashable
|
10774
10770
|
|
10775
|
-
#
|
10776
|
-
#
|
10777
|
-
#
|
10778
|
-
# is
|
10779
|
-
#
|
10780
|
-
#
|
10781
|
-
#
|
10782
|
-
# deprecation, this field will be set to `false`. If this field is set to `true`
|
10783
|
-
# when deprecated, all positive first-party audience targeting assigned to this
|
10784
|
-
# line item will be replaced with negative targeting of the same first-party
|
10785
|
-
# audiences to ensure the continued exclusion of those audiences. This field
|
10786
|
-
# will be deprecated for all partners by early May 2023.
|
10771
|
+
# Whether to exclude first-party audiences from use in targeting expansion. This
|
10772
|
+
# field was deprecated with the launch of [optimized targeting](//support.google.
|
10773
|
+
# com/displayvideo/answer/12060859). This field will be set to `false`. If this
|
10774
|
+
# field is set to `true` when deprecated, all positive first-party audience
|
10775
|
+
# targeting assigned to this line item will be replaced with negative targeting
|
10776
|
+
# of the same first-party audiences to ensure the continued exclusion of those
|
10777
|
+
# audiences.
|
10787
10778
|
# Corresponds to the JSON property `excludeFirstPartyAudience`
|
10788
10779
|
# @return [Boolean]
|
10789
10780
|
attr_accessor :exclude_first_party_audience
|
10790
10781
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
10791
10782
|
|
10792
|
-
# Required.
|
10793
|
-
#
|
10794
|
-
#
|
10795
|
-
#
|
10796
|
-
# will
|
10797
|
-
#
|
10798
|
-
# representing optimized targeting turned on. * `NO_EXPANSION` will be the
|
10799
|
-
# default value for the field and will be automatically assigned if you do not
|
10800
|
-
# set the field. * If you set the field to any value other than `NO_EXPANSION`,
|
10801
|
-
# it will automatically be set to `LEAST_EXPANSION`. This behavior will be
|
10802
|
-
# rolled out to all partners by early May 2023.
|
10783
|
+
# Required. Whether optimized targeting is turned on. This field supports the
|
10784
|
+
# following values: * `NO_EXPANSION`: optimized targeting is turned off * `
|
10785
|
+
# LEAST_EXPANSION`: optimized targeting is turned on If this field is set to any
|
10786
|
+
# other value, it will automatically be set to `LEAST_EXPANSION`. `NO_EXPANSION`
|
10787
|
+
# will be the default value for the field and will be automatically assigned if
|
10788
|
+
# you do not set the field.
|
10803
10789
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
10804
10790
|
# @return [String]
|
10805
10791
|
attr_accessor :targeting_expansion_level
|
@@ -11850,12 +11836,8 @@ module Google
|
|
11850
11836
|
# @return [Google::Apis::DisplayvideoV2::ProductFeedData]
|
11851
11837
|
attr_accessor :product_feed_data
|
11852
11838
|
|
11853
|
-
# Settings that control the targeting
|
11854
|
-
#
|
11855
|
-
# original audience list and the targeting expansion level. Beginning **March 25,
|
11856
|
-
# 2023**, these settings may represent the [optimized targeting feature](//
|
11857
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
11858
|
-
# expansion. This feature will be rolled out to all partners by early May 2023.
|
11839
|
+
# Settings that control the [optimized targeting](//support.google.com/
|
11840
|
+
# displayvideo/answer/12060859) settings of the line item.
|
11859
11841
|
# Corresponds to the JSON property `targetingExpansion`
|
11860
11842
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
11861
11843
|
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.19.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 = "20230518"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|