google-apis-displayvideo_v2 0.15.0 → 0.17.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: cfd9e358007cdad99e4d004b3e1118820c19f329374f9aa527fde7910a9f37c4
4
- data.tar.gz: b8eaeb6c5646cede709a05b85cef47295827c507066b0abc99cd588c0bc22954
3
+ metadata.gz: 7749264105bec672433b084bb7b6ee3a875aa4ae1ebf0287fc2dc8beba13a1bf
4
+ data.tar.gz: a29b7e5dbdf43a4fb3cff90f9ba3366707059406236fa6f36b6989043ea992ed
5
5
  SHA512:
6
- metadata.gz: d8b7d3d594436c2d402d7b8bb10f96b298f889fcd8e3a963deaee1bfb9ae5c6ca93125796b43cb5f905c6a8bbad9900a425bdd76fdb2db854c32e5639d2cd092
7
- data.tar.gz: 965997f7bd1b75336436efca5eb9473415462f5740f156058eda407954f599bd8c20abca536eb0b2511a031df7b0eb4ea30d667b366b0c54b1f06324099d70c4
6
+ metadata.gz: ffc6a8d91f43c2825d9cbf7cb3b6335fba1216c9cebbda93268d9c0435d53162b58f01162d1c4c3273e4ac3e2f38f47a2318ba4e5389e7607d47e5c4bc394181
7
+ data.tar.gz: 2f81d648356f99427aefcdad7c8479bae15690a2246072492ae28429e9aedb3c012ebf170c281ce18bbfd7d77618d59a219ec26ab98bb5a15cb4dd634a7daba4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.17.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230427
6
+
7
+ ### v0.16.0 (2023-04-23)
8
+
9
+ * Regenerated from discovery document revision 20230420
10
+
3
11
  ### v0.15.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230406
@@ -1257,7 +1257,11 @@ module Google
1257
1257
  # contains first and third party audience ids only. The relation between each
1258
1258
  # first and third party audience group is INTERSECTION, and the result is UNION'
1259
1259
  # ed with other audience groups. Repeated groups with same settings will be
1260
- # ignored.
1260
+ # ignored. **Warning:** `ACTIVITY_BASED` and `FREQUENCY_CAP` audience types will
1261
+ # be deprecated on **May 20, 2023**. After this date, these audiences will not
1262
+ # be able to be added to resource targeting. Read our [feature deprecation
1263
+ # announcement](/display-video/api/deprecations#features.
1264
+ # first_and_third_party_audience_types) for more information.
1261
1265
  # Corresponds to the JSON property `includedFirstAndThirdPartyAudienceGroups`
1262
1266
  # @return [Array<Google::Apis::DisplayvideoV2::FirstAndThirdPartyAudienceGroup>]
1263
1267
  attr_accessor :included_first_and_third_party_audience_groups
@@ -7436,7 +7440,7 @@ module Google
7436
7440
  # original audience list and the targeting expansion level. Beginning **March 25,
7437
7441
  # 2023**, these settings may represent the [optimized targeting feature](//
7438
7442
  # support.google.com/displayvideo/answer/12060859) in place of targeting
7439
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
7443
+ # expansion. This feature will be rolled out to all partners by early May 2023.
7440
7444
  # Corresponds to the JSON property `targetingExpansion`
7441
7445
  # @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
7442
7446
  attr_accessor :targeting_expansion
@@ -8614,7 +8618,10 @@ module Google
8614
8618
  end
8615
8619
  end
8616
8620
 
8617
- # A single manual trigger in Display & Video 360.
8621
+ # A single manual trigger in Display & Video 360. **Warning:** Line Items using
8622
+ # manual triggers will stop serving in Display & Video 360 on **May 17, 2023**.
8623
+ # Read our [feature deprecation announcement](/display-video/api/deprecations#
8624
+ # features.manual_triggers) for more information.
8618
8625
  class ManualTrigger
8619
8626
  include Google::Apis::Core::Hashable
8620
8627
 
@@ -10761,7 +10768,7 @@ module Google
10761
10768
  # original audience list and the targeting expansion level. Beginning **March 25,
10762
10769
  # 2023**, these settings may represent the [optimized targeting feature](//
10763
10770
  # support.google.com/displayvideo/answer/12060859) in place of targeting
10764
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
10771
+ # expansion. This feature will be rolled out to all partners by early May 2023.
10765
10772
  class TargetingExpansionConfig
10766
10773
  include Google::Apis::Core::Hashable
10767
10774
 
@@ -10776,7 +10783,7 @@ module Google
10776
10783
  # when deprecated, all positive first-party audience targeting assigned to this
10777
10784
  # line item will be replaced with negative targeting of the same first-party
10778
10785
  # audiences to ensure the continued exclusion of those audiences. This field
10779
- # will be deprecated for all partners by mid-April 2023.
10786
+ # will be deprecated for all partners by early May 2023.
10780
10787
  # Corresponds to the JSON property `excludeFirstPartyAudience`
10781
10788
  # @return [Boolean]
10782
10789
  attr_accessor :exclude_first_party_audience
@@ -10792,7 +10799,7 @@ module Google
10792
10799
  # default value for the field and will be automatically assigned if you do not
10793
10800
  # set the field. * If you set the field to any value other than `NO_EXPANSION`,
10794
10801
  # it will automatically be set to `LEAST_EXPANSION`. This behavior will be
10795
- # rolled out to all partners by mid-April 2023.
10802
+ # rolled out to all partners by early May 2023.
10796
10803
  # Corresponds to the JSON property `targetingExpansionLevel`
10797
10804
  # @return [String]
10798
10805
  attr_accessor :targeting_expansion_level
@@ -11848,7 +11855,7 @@ module Google
11848
11855
  # original audience list and the targeting expansion level. Beginning **March 25,
11849
11856
  # 2023**, these settings may represent the [optimized targeting feature](//
11850
11857
  # support.google.com/displayvideo/answer/12060859) in place of targeting
11851
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
11858
+ # expansion. This feature will be rolled out to all partners by early May 2023.
11852
11859
  # Corresponds to the JSON property `targetingExpansion`
11853
11860
  # @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
11854
11861
  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.15.0"
19
+ GEM_VERSION = "0.17.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 = "20230406"
25
+ REVISION = "20230427"
26
26
  end
27
27
  end
28
28
  end
@@ -3136,7 +3136,10 @@ module Google
3136
3136
  end
3137
3137
 
3138
3138
  # Activates a manual trigger. Each activation of the manual trigger must be at
3139
- # least 5 minutes apart, otherwise an error will be returned.
3139
+ # least 5 minutes apart, otherwise an error will be returned. **Warning:** Line
3140
+ # Items using manual triggers will stop serving in Display & Video 360 on **May
3141
+ # 17, 2023**. Read our [feature deprecation announcement](/display-video/api/
3142
+ # deprecations#features.manual_triggers) for more information.
3140
3143
  # @param [Fixnum] advertiser_id
3141
3144
  # Required. The ID of the advertiser that the manual trigger belongs.
3142
3145
  # @param [Fixnum] trigger_id
@@ -3173,7 +3176,10 @@ module Google
3173
3176
  end
3174
3177
 
3175
3178
  # Creates a new manual trigger. Returns the newly created manual trigger if
3176
- # successful.
3179
+ # successful. **Warning:** Line Items using manual triggers will stop serving in
3180
+ # Display & Video 360 on **May 17, 2023**. Read our [feature deprecation
3181
+ # announcement](/display-video/api/deprecations#features.manual_triggers) for
3182
+ # more information.
3177
3183
  # @param [Fixnum] advertiser_id
3178
3184
  # Required. Immutable. The unique ID of the advertiser that the manual trigger
3179
3185
  # belongs to.
@@ -3207,7 +3213,10 @@ module Google
3207
3213
  execute_or_queue_command(command, &block)
3208
3214
  end
3209
3215
 
3210
- # Deactivates a manual trigger.
3216
+ # Deactivates a manual trigger. **Warning:** Line Items using manual triggers
3217
+ # will stop serving in Display & Video 360 on **May 17, 2023**. Read our [
3218
+ # feature deprecation announcement](/display-video/api/deprecations#features.
3219
+ # manual_triggers) for more information.
3211
3220
  # @param [Fixnum] advertiser_id
3212
3221
  # Required. The ID of the advertiser that the manual trigger belongs.
3213
3222
  # @param [Fixnum] trigger_id
@@ -3243,7 +3252,10 @@ module Google
3243
3252
  execute_or_queue_command(command, &block)
3244
3253
  end
3245
3254
 
3246
- # Gets a manual trigger.
3255
+ # Gets a manual trigger. **Warning:** Line Items using manual triggers will stop
3256
+ # serving in Display & Video 360 on **May 17, 2023**. Read our [feature
3257
+ # deprecation announcement](/display-video/api/deprecations#features.
3258
+ # manual_triggers) for more information.
3247
3259
  # @param [Fixnum] advertiser_id
3248
3260
  # Required. The ID of the advertiser this manual trigger belongs to.
3249
3261
  # @param [Fixnum] trigger_id
@@ -3278,7 +3290,10 @@ module Google
3278
3290
 
3279
3291
  # Lists manual triggers that are accessible to the current user for a given
3280
3292
  # advertiser ID. The order is defined by the order_by parameter. A single
3281
- # advertiser_id is required.
3293
+ # advertiser_id is required. **Warning:** Line Items using manual triggers will
3294
+ # stop serving in Display & Video 360 on **May 17, 2023**. Read our [feature
3295
+ # deprecation announcement](/display-video/api/deprecations#features.
3296
+ # manual_triggers) for more information.
3282
3297
  # @param [Fixnum] advertiser_id
3283
3298
  # Required. The ID of the advertiser that the fetched manual triggers belong to.
3284
3299
  # @param [String] filter
@@ -3334,7 +3349,10 @@ module Google
3334
3349
  execute_or_queue_command(command, &block)
3335
3350
  end
3336
3351
 
3337
- # Updates a manual trigger. Returns the updated manual trigger if successful.
3352
+ # Updates a manual trigger. Returns the updated manual trigger if successful. **
3353
+ # Warning:** Line Items using manual triggers will stop serving in Display &
3354
+ # Video 360 on **May 17, 2023**. Read our [feature deprecation announcement](/
3355
+ # display-video/api/deprecations#features.manual_triggers) for more information.
3338
3356
  # @param [Fixnum] advertiser_id
3339
3357
  # Required. Immutable. The unique ID of the advertiser that the manual trigger
3340
3358
  # 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.15.0
4
+ version: 0.17.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-04-16 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.17.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: []