google-apis-displayvideo_v2 0.18.0 → 0.19.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:
|
|
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
|
@@ -7439,12 +7439,8 @@ module Google
|
|
|
7439
7439
|
# @return [String]
|
|
7440
7440
|
attr_accessor :reservation_type
|
|
7441
7441
|
|
|
7442
|
-
# Settings that control the targeting
|
|
7443
|
-
#
|
|
7444
|
-
# original audience list and the targeting expansion level. Beginning **March 25,
|
|
7445
|
-
# 2023**, these settings may represent the [optimized targeting feature](//
|
|
7446
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
|
7447
|
-
# 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.
|
|
7448
7444
|
# Corresponds to the JSON property `targetingExpansion`
|
|
7449
7445
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
|
7450
7446
|
attr_accessor :targeting_expansion
|
|
@@ -8623,9 +8619,9 @@ module Google
|
|
|
8623
8619
|
end
|
|
8624
8620
|
|
|
8625
8621
|
# A single manual trigger in Display & Video 360. **Warning:** Line Items using
|
|
8626
|
-
# manual triggers
|
|
8627
|
-
# Read our [feature deprecation announcement](/display-
|
|
8628
|
-
# 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.
|
|
8629
8625
|
class ManualTrigger
|
|
8630
8626
|
include Google::Apis::Core::Hashable
|
|
8631
8627
|
|
|
@@ -10767,43 +10763,29 @@ module Google
|
|
|
10767
10763
|
end
|
|
10768
10764
|
end
|
|
10769
10765
|
|
|
10770
|
-
# Settings that control the targeting
|
|
10771
|
-
#
|
|
10772
|
-
# original audience list and the targeting expansion level. Beginning **March 25,
|
|
10773
|
-
# 2023**, these settings may represent the [optimized targeting feature](//
|
|
10774
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
|
10775
|
-
# 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.
|
|
10776
10768
|
class TargetingExpansionConfig
|
|
10777
10769
|
include Google::Apis::Core::Hashable
|
|
10778
10770
|
|
|
10779
|
-
# Whether to exclude first-party audiences from use in targeting expansion
|
|
10780
|
-
#
|
|
10781
|
-
#
|
|
10782
|
-
#
|
|
10783
|
-
#
|
|
10784
|
-
#
|
|
10785
|
-
#
|
|
10786
|
-
# deprecation, this field will be set to `false`. If this field is set to `true`
|
|
10787
|
-
# when deprecated, all positive first-party audience targeting assigned to this
|
|
10788
|
-
# line item will be replaced with negative targeting of the same first-party
|
|
10789
|
-
# audiences to ensure the continued exclusion of those audiences. This field
|
|
10790
|
-
# 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.
|
|
10791
10778
|
# Corresponds to the JSON property `excludeFirstPartyAudience`
|
|
10792
10779
|
# @return [Boolean]
|
|
10793
10780
|
attr_accessor :exclude_first_party_audience
|
|
10794
10781
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
|
10795
10782
|
|
|
10796
|
-
# Required.
|
|
10797
|
-
#
|
|
10798
|
-
#
|
|
10799
|
-
#
|
|
10800
|
-
# will
|
|
10801
|
-
#
|
|
10802
|
-
# representing optimized targeting turned on. * `NO_EXPANSION` will be the
|
|
10803
|
-
# default value for the field and will be automatically assigned if you do not
|
|
10804
|
-
# set the field. * If you set the field to any value other than `NO_EXPANSION`,
|
|
10805
|
-
# it will automatically be set to `LEAST_EXPANSION`. This behavior will be
|
|
10806
|
-
# 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.
|
|
10807
10789
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
|
10808
10790
|
# @return [String]
|
|
10809
10791
|
attr_accessor :targeting_expansion_level
|
|
@@ -11854,12 +11836,8 @@ module Google
|
|
|
11854
11836
|
# @return [Google::Apis::DisplayvideoV2::ProductFeedData]
|
|
11855
11837
|
attr_accessor :product_feed_data
|
|
11856
11838
|
|
|
11857
|
-
# Settings that control the targeting
|
|
11858
|
-
#
|
|
11859
|
-
# original audience list and the targeting expansion level. Beginning **March 25,
|
|
11860
|
-
# 2023**, these settings may represent the [optimized targeting feature](//
|
|
11861
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
|
11862
|
-
# 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.
|
|
11863
11841
|
# Corresponds to the JSON property `targetingExpansion`
|
|
11864
11842
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
|
11865
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
|
|
@@ -3162,9 +3162,10 @@ module Google
|
|
|
3162
3162
|
|
|
3163
3163
|
# Activates a manual trigger. Each activation of the manual trigger must be at
|
|
3164
3164
|
# least 5 minutes apart, otherwise an error will be returned. **Warning:** Line
|
|
3165
|
-
# Items using manual triggers
|
|
3166
|
-
#
|
|
3167
|
-
# deprecations#features.manual_triggers) for
|
|
3165
|
+
# Items using manual triggers no longer serve in Display & Video 360. This
|
|
3166
|
+
# method will sunset on August 1, 2023. Read our [feature deprecation
|
|
3167
|
+
# announcement](/display-video/api/deprecations#features.manual_triggers) for
|
|
3168
|
+
# more information.
|
|
3168
3169
|
# @param [Fixnum] advertiser_id
|
|
3169
3170
|
# Required. The ID of the advertiser that the manual trigger belongs.
|
|
3170
3171
|
# @param [Fixnum] trigger_id
|
|
@@ -3201,10 +3202,10 @@ module Google
|
|
|
3201
3202
|
end
|
|
3202
3203
|
|
|
3203
3204
|
# Creates a new manual trigger. Returns the newly created manual trigger if
|
|
3204
|
-
# successful. **Warning:** Line Items using manual triggers
|
|
3205
|
-
# Display & Video 360 on
|
|
3206
|
-
# announcement](/display-video/api/deprecations#features.
|
|
3207
|
-
# more information.
|
|
3205
|
+
# successful. **Warning:** Line Items using manual triggers no longer serve in
|
|
3206
|
+
# Display & Video 360. This method will sunset on August 1, 2023. Read our [
|
|
3207
|
+
# feature deprecation announcement](/display-video/api/deprecations#features.
|
|
3208
|
+
# manual_triggers) for more information.
|
|
3208
3209
|
# @param [Fixnum] advertiser_id
|
|
3209
3210
|
# Required. Immutable. The unique ID of the advertiser that the manual trigger
|
|
3210
3211
|
# belongs to.
|
|
@@ -3238,10 +3239,10 @@ module Google
|
|
|
3238
3239
|
execute_or_queue_command(command, &block)
|
|
3239
3240
|
end
|
|
3240
3241
|
|
|
3241
|
-
# Deactivates a manual trigger. **Warning:** Line Items using manual triggers
|
|
3242
|
-
#
|
|
3243
|
-
# feature deprecation announcement](/display-video/api/deprecations#
|
|
3244
|
-
# manual_triggers) for more information.
|
|
3242
|
+
# Deactivates a manual trigger. **Warning:** Line Items using manual triggers no
|
|
3243
|
+
# longer serve in Display & Video 360. This method will sunset on August 1, 2023.
|
|
3244
|
+
# Read our [feature deprecation announcement](/display-video/api/deprecations#
|
|
3245
|
+
# features.manual_triggers) for more information.
|
|
3245
3246
|
# @param [Fixnum] advertiser_id
|
|
3246
3247
|
# Required. The ID of the advertiser that the manual trigger belongs.
|
|
3247
3248
|
# @param [Fixnum] trigger_id
|
|
@@ -3277,10 +3278,10 @@ module Google
|
|
|
3277
3278
|
execute_or_queue_command(command, &block)
|
|
3278
3279
|
end
|
|
3279
3280
|
|
|
3280
|
-
# Gets a manual trigger. **Warning:** Line Items using manual triggers
|
|
3281
|
-
#
|
|
3282
|
-
# deprecation announcement](/display-video/api/deprecations#
|
|
3283
|
-
# manual_triggers) for more information.
|
|
3281
|
+
# Gets a manual trigger. **Warning:** Line Items using manual triggers no longer
|
|
3282
|
+
# serve in Display & Video 360. This method will sunset on August 1, 2023. Read
|
|
3283
|
+
# our [feature deprecation announcement](/display-video/api/deprecations#
|
|
3284
|
+
# features.manual_triggers) for more information.
|
|
3284
3285
|
# @param [Fixnum] advertiser_id
|
|
3285
3286
|
# Required. The ID of the advertiser this manual trigger belongs to.
|
|
3286
3287
|
# @param [Fixnum] trigger_id
|
|
@@ -3315,10 +3316,10 @@ module Google
|
|
|
3315
3316
|
|
|
3316
3317
|
# Lists manual triggers that are accessible to the current user for a given
|
|
3317
3318
|
# advertiser ID. The order is defined by the order_by parameter. A single
|
|
3318
|
-
# advertiser_id is required. **Warning:** Line Items using manual triggers
|
|
3319
|
-
#
|
|
3320
|
-
# deprecation announcement](/display-video/api/deprecations#
|
|
3321
|
-
# manual_triggers) for more information.
|
|
3319
|
+
# advertiser_id is required. **Warning:** Line Items using manual triggers no
|
|
3320
|
+
# longer serve in Display & Video 360. This method will sunset on August 1, 2023.
|
|
3321
|
+
# Read our [feature deprecation announcement](/display-video/api/deprecations#
|
|
3322
|
+
# features.manual_triggers) for more information.
|
|
3322
3323
|
# @param [Fixnum] advertiser_id
|
|
3323
3324
|
# Required. The ID of the advertiser that the fetched manual triggers belong to.
|
|
3324
3325
|
# @param [String] filter
|
|
@@ -3376,9 +3377,10 @@ module Google
|
|
|
3376
3377
|
end
|
|
3377
3378
|
|
|
3378
3379
|
# Updates a manual trigger. Returns the updated manual trigger if successful. **
|
|
3379
|
-
# Warning:** Line Items using manual triggers
|
|
3380
|
-
#
|
|
3381
|
-
# display-video/api/deprecations#features.manual_triggers) for
|
|
3380
|
+
# Warning:** Line Items using manual triggers no longer serve in Display & Video
|
|
3381
|
+
# 360. This method will sunset on August 1, 2023. Read our [feature deprecation
|
|
3382
|
+
# announcement](/display-video/api/deprecations#features.manual_triggers) for
|
|
3383
|
+
# more information.
|
|
3382
3384
|
# @param [Fixnum] advertiser_id
|
|
3383
3385
|
# Required. Immutable. The unique ID of the advertiser that the manual trigger
|
|
3384
3386
|
# belongs to.
|
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.19.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-05-
|
|
11
|
+
date: 2023-05-21 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.19.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: []
|