google-apis-displayvideo_v2 0.16.0 → 0.18.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 +8 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +22 -11
- data/lib/google/apis/displayvideo_v2/gem_version.rb +2 -2
- data/lib/google/apis/displayvideo_v2/service.rb +431 -335
- 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: b47c792b8bba7efc59ddef95dc17ced22fee0e78486bf888670f3f3b14b19157
|
4
|
+
data.tar.gz: c3af5b0cc16c005787670f1001dff01719dd740c6f7420a4610890b6bea2217c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 958d2e345c7fd8c9369166a19c38d69319ecb4620873382c8953ddc95a58dbcb4b486abd0cdf06c583209aee70ee0170210e5f5820c5a9d12a4a79ceb7c4be60
|
7
|
+
data.tar.gz: 153e6fec5c2429aee14204774a41e98cc77aed18b5bf99a858d58ae8979dc326067f258e07f8fbf4e806e2c73675998e4b87649d45fa02177fff375655673e7b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.18.0 (2023-05-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230511
|
6
|
+
|
7
|
+
### v0.17.0 (2023-04-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230427
|
10
|
+
|
3
11
|
### v0.16.0 (2023-04-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230420
|
@@ -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
|
@@ -1257,7 +1259,11 @@ module Google
|
|
1257
1259
|
# contains first and third party audience ids only. The relation between each
|
1258
1260
|
# first and third party audience group is INTERSECTION, and the result is UNION'
|
1259
1261
|
# ed with other audience groups. Repeated groups with same settings will be
|
1260
|
-
# ignored.
|
1262
|
+
# ignored. **Warning:** `ACTIVITY_BASED` and `FREQUENCY_CAP` audience types will
|
1263
|
+
# be deprecated on **May 20, 2023**. After this date, these audiences will not
|
1264
|
+
# be able to be added to resource targeting. Read our [feature deprecation
|
1265
|
+
# announcement](/display-video/api/deprecations#features.
|
1266
|
+
# first_and_third_party_audience_types) for more information.
|
1261
1267
|
# Corresponds to the JSON property `includedFirstAndThirdPartyAudienceGroups`
|
1262
1268
|
# @return [Array<Google::Apis::DisplayvideoV2::FirstAndThirdPartyAudienceGroup>]
|
1263
1269
|
attr_accessor :included_first_and_third_party_audience_groups
|
@@ -1473,7 +1479,9 @@ module Google
|
|
1473
1479
|
|
1474
1480
|
# Represents an assigned authorized seller status. This will be populated in the
|
1475
1481
|
# details field of an AssignedTargetingOption when targeting_type is `
|
1476
|
-
# 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.
|
1477
1485
|
class AuthorizedSellerStatusAssignedTargetingOptionDetails
|
1478
1486
|
include Google::Apis::Core::Hashable
|
1479
1487
|
|
@@ -8614,7 +8622,10 @@ module Google
|
|
8614
8622
|
end
|
8615
8623
|
end
|
8616
8624
|
|
8617
|
-
# A single manual trigger in Display & Video 360.
|
8625
|
+
# A single manual trigger in Display & Video 360. **Warning:** Line Items using
|
8626
|
+
# manual triggers will stop serving in Display & Video 360 on **May 17, 2023**.
|
8627
|
+
# Read our [feature deprecation announcement](/display-video/api/deprecations#
|
8628
|
+
# features.manual_triggers) for more information.
|
8618
8629
|
class ManualTrigger
|
8619
8630
|
include Google::Apis::Core::Hashable
|
8620
8631
|
|
@@ -10765,13 +10776,13 @@ module Google
|
|
10765
10776
|
class TargetingExpansionConfig
|
10766
10777
|
include Google::Apis::Core::Hashable
|
10767
10778
|
|
10768
|
-
#
|
10769
|
-
#
|
10770
|
-
#
|
10771
|
-
#
|
10772
|
-
#
|
10773
|
-
#
|
10774
|
-
#
|
10779
|
+
# Whether to exclude first-party audiences from use in targeting expansion or
|
10780
|
+
# optimized targeting. Similar audiences of the excluded first-party lists will
|
10781
|
+
# not be excluded. Only applicable when a first-party audience is positively
|
10782
|
+
# targeted (directly or included in a combined audience), otherwise this
|
10783
|
+
# selection will be ignored. Beginning **March 25, 2023**, this field may be
|
10784
|
+
# deprecated with the replacement of targeting expansion with [optimized
|
10785
|
+
# targeting](//support.google.com/displayvideo/answer/12060859). Upon
|
10775
10786
|
# deprecation, this field will be set to `false`. If this field is set to `true`
|
10776
10787
|
# when deprecated, all positive first-party audience targeting assigned to this
|
10777
10788
|
# line item will be replaced with negative targeting of the same first-party
|
@@ -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.18.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 = "20230511"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|